Uses of Interface
javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Packages that use AnnotatedTypeConfigurator
Package
Description
The portable extension integration SPI.
-
Uses of AnnotatedTypeConfigurator in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return AnnotatedTypeConfiguratorModifier and TypeMethodDescription<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.InterceptionFactory.configure()Returns anAnnotatedTypeConfiguratorinitialized with theAnnotatedTypecreated either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)or derived from theInterceptionFactoryparameter injection point.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 AnnotatedTypeConfiguratorModifier and TypeMethodDescriptionAnnotatedTypeConfigurator.add(Annotation annotation) Add an annotation to the type.AnnotatedTypeConfigurator.remove(Predicate<Annotation> predicate) Remove annotations that match the specified predicate.default AnnotatedTypeConfigurator<T>AnnotatedTypeConfigurator.removeAll()Remove all the annotations.