Uses of Interface
jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Packages that use AnnotatedTypeConfigurator Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.enterprise.inject.spi.configurator -
-
Uses of AnnotatedTypeConfigurator in jakarta.enterprise.inject.spi
Methods in jakarta.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 jakarta.enterprise.inject.spi.configurator
Methods in jakarta.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.
-