Package | Description |
---|---|
javax.enterprise.inject.spi |
Modifier and Type | Method and Description |
---|---|
<T> AnnotatedType<T> |
BeanManager.createAnnotatedType(Class<T> type)
Returns a
AnnotatedType instance for the given
class. |
AnnotatedType<X> |
ProcessManagedBean.getAnnotatedBeanClass()
Returns annotated type.
|
AnnotatedType<X> |
ProcessInjectionTarget.getAnnotatedType()
Gets annotated type.
|
AnnotatedType<X> |
ProcessAnnotatedType.getAnnotatedType()
Gets annotated type.
|
AnnotatedType<X> |
AnnotatedMember.getDeclaringType()
Returns member's declaring type.
|
Modifier and Type | Method and Description |
---|---|
void |
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?> type)
Adds new annotated type.
|
<T> InjectionTarget<T> |
BeanManager.createInjectionTarget(AnnotatedType<T> type)
Creates a new instance of injection target.
|
void |
ProcessAnnotatedType.setAnnotatedType(AnnotatedType<X> type)
Replaces annotated type.
|
Copyright © 2022. All rights reserved.