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(java.lang.Class<T> type, java.lang.String id)
Obtains a newAnnotatedTypeConfigurator
to configure a newAnnotatedType
and 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(java.lang.Class<T> type, java.lang.String id)
Obtains a newAnnotatedTypeConfigurator
to configure a newAnnotatedType
and 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 anAnnotatedTypeConfigurator
to to configure theAnnotatedType
used to create theInjectionTarget
.AnnotatedTypeConfigurator<T>
InterceptionFactory. configure()
Returns anAnnotatedTypeConfigurator
initialized with theAnnotatedType
created either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)
or derived from theInterceptionFactory
parameter injection point.AnnotatedTypeConfigurator<X>
ProcessAnnotatedType. configureAnnotatedType()
Returns anAnnotatedTypeConfigurator
initialized with theAnnotatedType
processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.<T extends java.lang.annotation.Annotation>
AnnotatedTypeConfigurator<T>BeforeBeanDiscovery. configureInterceptorBinding(java.lang.Class<T> bindingType)
Obtains a newAnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as an interceptor binding type.<T extends java.lang.annotation.Annotation>
AnnotatedTypeConfigurator<T>BeforeBeanDiscovery. configureQualifier(java.lang.Class<T> qualifier)
Obtains a newAnnotatedTypeConfigurator
to configure a newAnnotatedType
and 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(java.lang.annotation.Annotation annotation)
Add an annotation to the type.AnnotatedTypeConfigurator<T>
AnnotatedTypeConfigurator. remove(java.util.function.Predicate<java.lang.annotation.Annotation> predicate)
Remove annotations that match the specified predicate.default AnnotatedTypeConfigurator<T>
AnnotatedTypeConfigurator. removeAll()
Remove all the annotations.
-