Uses of Class
org.jboss.weld.config.WeldConfiguration
Packages that use WeldConfiguration
Package
Description
-
Uses of WeldConfiguration in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy with parameters of type WeldConfigurationModifier and TypeMethodDescriptionstatic 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 WeldConfigurationModifier and TypeMethodDescriptionstatic final booleanConfigurationKey.UnusedBeans.isEnabled(WeldConfiguration configuration) -
Uses of WeldConfiguration in org.jboss.weld.executor
Methods in org.jboss.weld.executor with parameters of type WeldConfigurationModifier and TypeMethodDescriptionstatic 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 WeldConfigurationModifierConstructorDescriptionTypeSafeDisposerResolver(Iterable<DisposalMethod<?, ?>> disposers, WeldConfiguration configuration) TypeSafeObserverResolver(MetaAnnotationStore metaAnnotationStore, Iterable<jakarta.enterprise.inject.spi.ObserverMethod<?>> observers, WeldConfiguration configuration) TypeSafeResolver(Iterable<? extends T> allBeans, WeldConfiguration configuration) Constructor