Uses of Class
org.apache.webbeans.configurator.AnnotatedTypeConfiguratorImpl
-
Packages that use AnnotatedTypeConfiguratorImpl Package Description org.apache.webbeans.portable.events.discovery -
-
Uses of AnnotatedTypeConfiguratorImpl in org.apache.webbeans.portable.events.discovery
Methods in org.apache.webbeans.portable.events.discovery that return AnnotatedTypeConfiguratorImpl Modifier and Type Method Description AnnotatedTypeConfiguratorImpl<T>AnnotatedTypeConfiguratorHolder. getAnnotatedTypeConfigurator()Methods in org.apache.webbeans.portable.events.discovery that return types with arguments of type AnnotatedTypeConfiguratorImpl Modifier and Type Method Description Collection<AnnotatedTypeConfiguratorImpl<?>>BeforeBeanDiscoveryImpl. getInterceptorBindingConfigurators()Collection<AnnotatedTypeConfiguratorImpl<?>>BeforeBeanDiscoveryImpl. getQualifierConfigurators()Constructors in org.apache.webbeans.portable.events.discovery with parameters of type AnnotatedTypeConfiguratorImpl Constructor Description AnnotatedTypeConfiguratorHolder(jakarta.enterprise.inject.spi.Extension extension, String id, AnnotatedTypeConfiguratorImpl<T> annotatedTypeConfigurator)
-