public interface AfterTypeDiscovery
Modifier and Type | Method and Description |
---|---|
void |
addAnnotatedType(AnnotatedType<?> type,
String id)
Allows to a synthetic annotated type.
|
List<Class<?>> |
getAlternatives()
This method can be used to remove and add
Alternative s,
but also to change the sorting order
Alternative s 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()
Alternative
s,
but also to change the sorting order
Alternative
s which are only enabled in a certain
BeanArchive are not included in this list.Alternative
sList<Class<?>> getInterceptors()
Interceptor
and globally enabled.List<Class<?>> getDecorators()
Decorator
and globally enabled.void addAnnotatedType(AnnotatedType<?> type, String id)
ProcessAnnotatedType
but only via
ProcessSyntheticAnnotatedType
type
- id
- the unique id or null
AfterBeanDiscovery.getAnnotatedType(Class, String)
,
AfterBeanDiscovery.getAnnotatedTypes(Class)
Copyright © 2020. All rights reserved.