Uses of Class
org.jboss.weld.config.WeldConfiguration
-
Packages that use WeldConfiguration Package Description org.jboss.weld.bean.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.executor JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.resolution JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of WeldConfiguration in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy with parameters of type WeldConfiguration Modifier and Type Method Description static ProxyInstantiatorProxyInstantiator.Factory. create(WeldConfiguration configuration)Obtains new ProxyInstantiator based on givenWeldConfiguration. -
Uses of WeldConfiguration in org.jboss.weld.executor
Methods in org.jboss.weld.executor with parameters of type WeldConfiguration Modifier and Type Method Description static org.jboss.weld.manager.api.ExecutorServicesExecutorServicesFactory. create(org.jboss.weld.resources.spi.ResourceLoader loader, WeldConfiguration configuration) -
Uses of WeldConfiguration in org.jboss.weld.resolution
Constructors in org.jboss.weld.resolution with parameters of type WeldConfiguration Constructor Description TypeSafeDisposerResolver(Iterable<DisposalMethod<?,?>> disposers, WeldConfiguration configuration)TypeSafeObserverResolver(MetaAnnotationStore metaAnnotationStore, Iterable<javax.enterprise.inject.spi.ObserverMethod<?>> observers, WeldConfiguration configuration)TypeSafeResolver(Iterable<? extends T> allBeans, WeldConfiguration configuration)Constructor
-