public abstract class AbstractProcessInjectionTarget<T> extends AbstractDefinitionContainerEvent
| Modifier and Type | Field and Description |
|---|---|
protected AnnotatedType<T> |
annotatedType |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractProcessInjectionTarget(BeanManagerImpl beanManager,
AnnotatedType<T> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
protected static <X> void |
fire(BeanManagerImpl beanManager,
AbstractClassBean<X> bean) |
protected static <X> InjectionTarget<X> |
fire(BeanManagerImpl beanManager,
AnnotatedType<X> annotatedType,
InjectionTarget<X> injectionTarget) |
AnnotatedType<T> |
getAnnotatedType() |
List<Throwable> |
getDefinitionErrors() |
addDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getEventType, getRawTypegetReceiver, checkWithinObserverNotification, postNotify, preNotifyprotected final AnnotatedType<T> annotatedType
protected AbstractProcessInjectionTarget(BeanManagerImpl beanManager, AnnotatedType<T> annotatedType)
protected static <X> void fire(BeanManagerImpl beanManager, AbstractClassBean<X> bean)
protected static <X> InjectionTarget<X> fire(BeanManagerImpl beanManager, AnnotatedType<X> annotatedType, InjectionTarget<X> injectionTarget)
public AnnotatedType<T> getAnnotatedType()
Copyright © 2015. All Rights Reserved.