Uses of Class
org.jboss.weld.config.WeldConfiguration
-
Packages that use WeldConfiguration Package Description org.jboss.weld.bean.proxy org.jboss.weld.config org.jboss.weld.executor org.jboss.weld.resolution -
-
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 a ProxyInstantiator based on givenWeldConfiguration. -
Uses of WeldConfiguration in org.jboss.weld.config
Methods in org.jboss.weld.config with parameters of type WeldConfiguration Modifier and Type Method Description static booleanConfigurationKey.UnusedBeans. isEnabled(WeldConfiguration configuration) -
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<ObserverMethod<?>> observers, WeldConfiguration configuration)TypeSafeResolver(Iterable<? extends T> allBeans, WeldConfiguration configuration)Constructor
-