Uses of Interface
javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Packages that use AnnotatedTypeConfigurator Package Description javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator org.jboss.weld.bootstrap.events org.jboss.weld.bootstrap.events.configurator org.jboss.weld.injection org.jboss.weld.manager -
-
Uses of AnnotatedTypeConfigurator in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return AnnotatedTypeConfigurator Modifier and Type Method Description <T> AnnotatedTypeConfigurator<T>AfterTypeDiscovery. addAnnotatedType(Class<T> type, String id)Obtains a newAnnotatedTypeConfiguratorto configure a newAnnotatedTypeand add it to the set of types which will be scanned during bean discovery at the end of the observer invocation.<T> AnnotatedTypeConfigurator<T>BeforeBeanDiscovery. addAnnotatedType(Class<T> type, String id)Obtains a newAnnotatedTypeConfiguratorto configure a newAnnotatedTypeand add it to the set of types which will be scanned during bean discovery at the end of the observer invocationdefault AnnotatedTypeConfigurator<T>InjectionTargetFactory. configure()Returns anAnnotatedTypeConfiguratorto to configure theAnnotatedTypeused to create theInjectionTarget.AnnotatedTypeConfigurator<T>InterceptionFactory. configure()Returns anAnnotatedTypeConfiguratorinitialized with theAnnotatedTypecreated either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)or derived from theInterceptionFactoryparameter injection point.AnnotatedTypeConfigurator<X>ProcessAnnotatedType. configureAnnotatedType()Returns anAnnotatedTypeConfiguratorinitialized with theAnnotatedTypeprocessed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.<T extends Annotation>
AnnotatedTypeConfigurator<T>BeforeBeanDiscovery. configureInterceptorBinding(Class<T> bindingType)Obtains a newAnnotatedTypeConfiguratorto configure a newAnnotatedTypeand declares it as an interceptor binding type.<T extends Annotation>
AnnotatedTypeConfigurator<T>BeforeBeanDiscovery. configureQualifier(Class<T> qualifier)Obtains a newAnnotatedTypeConfiguratorto configure a newAnnotatedTypeand declares it as a Qualifier qualifier type. -
Uses of AnnotatedTypeConfigurator in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return AnnotatedTypeConfigurator Modifier and Type Method Description AnnotatedTypeConfigurator<T>AnnotatedTypeConfigurator. add(Annotation annotation)Add an annotation to the type.AnnotatedTypeConfigurator<T>AnnotatedTypeConfigurator. remove(Predicate<Annotation> predicate)Remove annotations that match the specified predicate.default AnnotatedTypeConfigurator<T>AnnotatedTypeConfigurator. removeAll()Remove all the annotations. -
Uses of AnnotatedTypeConfigurator in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return AnnotatedTypeConfigurator Modifier and Type Method Description <T> AnnotatedTypeConfigurator<T>AfterTypeDiscoveryImpl. addAnnotatedType(Class<T> type, String id)<T> AnnotatedTypeConfigurator<T>BeforeBeanDiscoveryImpl. addAnnotatedType(Class<T> type, String id)AnnotatedTypeConfigurator<X>ProcessAnnotatedTypeImpl. configureAnnotatedType()<T extends Annotation>
AnnotatedTypeConfigurator<T>BeforeBeanDiscoveryImpl. configureInterceptorBinding(Class<T> bindingType)<T extends Annotation>
AnnotatedTypeConfigurator<T>BeforeBeanDiscoveryImpl. configureQualifier(Class<T> qualifier) -
Uses of AnnotatedTypeConfigurator in org.jboss.weld.bootstrap.events.configurator
Classes in org.jboss.weld.bootstrap.events.configurator that implement AnnotatedTypeConfigurator Modifier and Type Class Description classAnnotatedTypeConfiguratorImpl<T>Configurator forAnnotatedType. -
Uses of AnnotatedTypeConfigurator in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return AnnotatedTypeConfigurator Modifier and Type Method Description AnnotatedTypeConfigurator<T>InterceptionFactoryImpl. configure() -
Uses of AnnotatedTypeConfigurator in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return AnnotatedTypeConfigurator Modifier and Type Method Description AnnotatedTypeConfigurator<T>InjectionTargetFactoryImpl. configure()
-