public abstract class AbstractProcessInjectionTarget<T> extends AbstractDefinitionContainerEvent
Modifier and Type | Field and Description |
---|---|
protected javax.enterprise.inject.spi.AnnotatedType<T> |
annotatedType |
Modifier | Constructor and Description |
---|---|
protected |
AbstractProcessInjectionTarget(BeanManagerImpl beanManager,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType) |
Modifier and Type | Method and Description |
---|---|
protected static <X> void |
fire(BeanManagerImpl beanManager,
AbstractClassBean<X> bean) |
protected static <X> javax.enterprise.inject.spi.InjectionTarget<X> |
fire(BeanManagerImpl beanManager,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType,
javax.enterprise.inject.spi.InjectionTarget<X> injectionTarget) |
javax.enterprise.inject.spi.AnnotatedType<T> |
getAnnotatedType() |
List<Throwable> |
getDefinitionErrors() |
addDefinitionError, fire
getActualTypeArguments, getBeanManager, getErrors, getRawType
checkWithinObserverNotification, getReceiver, postNotify, preNotify
protected final javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
protected AbstractProcessInjectionTarget(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
protected static <X> void fire(BeanManagerImpl beanManager, AbstractClassBean<X> bean)
protected static <X> javax.enterprise.inject.spi.InjectionTarget<X> fire(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType, javax.enterprise.inject.spi.InjectionTarget<X> injectionTarget)
public javax.enterprise.inject.spi.AnnotatedType<T> getAnnotatedType()
Copyright © 2016. All rights reserved.