public interface AfterTypeDiscovery
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotatedType(AnnotatedType<?> type,
String id)
Allows to a synthetic annotated type.
|
<T> AnnotatedTypeConfigurator<T> |
addAnnotatedType(Class<T> clazz,
String id) |
List<Class<?>> |
getAlternatives()
This method can be used to remove and add
Alternatives,
but also to change the sorting order
Alternatives which are only enabled in a certain
BeanArchive are not included in this list. |
List<Class<?>> |
getDecorators()
This method can be used to remove and add enabled Decorators,
but also to change the sorting order.
|
List<Class<?>> |
getInterceptors()
This method can be used to remove and add enabled CDI Interceptors,
but also to change the sorting order.
|
List<Class<?>> getAlternatives()
Alternatives,
but also to change the sorting order
Alternatives which are only enabled in a certain
BeanArchive are not included in this list.AlternativesList<Class<?>> getInterceptors()
Interceptor
and globally enabled.List<Class<?>> getDecorators()
Decorator
and globally enabled.void addAnnotatedType(AnnotatedType<?> type, String id)
ProcessAnnotatedType but only via
ProcessSyntheticAnnotatedTypetype - id - the unique id or nullAfterBeanDiscovery.getAnnotatedType(Class, String),
AfterBeanDiscovery.getAnnotatedTypes(Class)<T> AnnotatedTypeConfigurator<T> addAnnotatedType(Class<T> clazz, String id)
clazz - to addid - of the annotated typeCopyright © 2025. All rights reserved.