public class ProcessInjectionPointImpl<T,X> extends AbstractDefinitionContainerEvent implements ProcessInjectionPoint<T,X>
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessInjectionPointImpl(InjectionPoint ip,
java.lang.Class<?> declaringComponentClass,
BeanManagerImpl beanManager,
java.lang.reflect.Type injectionPointType) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T,X> FieldInjectionPointAttributes<T,X> |
fire(FieldInjectionPointAttributes<T,X> attributes,
java.lang.Class<?> declaringComponentClass,
BeanManagerImpl manager) |
static <T,X> ParameterInjectionPointAttributes<T,X> |
fire(ParameterInjectionPointAttributes<T,X> attributes,
java.lang.Class<?> declaringComponentClass,
BeanManagerImpl manager) |
InjectionPoint |
getInjectionPoint() |
boolean |
isDirty() |
void |
setInjectionPoint(InjectionPoint injectionPoint)
Replaces the InjectionPoint.
|
addDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getRawTypecheckWithinObserverNotification, getReceiver, postNotify, preNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDefinitionErrorprotected ProcessInjectionPointImpl(InjectionPoint ip, java.lang.Class<?> declaringComponentClass, BeanManagerImpl beanManager, java.lang.reflect.Type injectionPointType)
protected static <T,X> FieldInjectionPointAttributes<T,X> fire(FieldInjectionPointAttributes<T,X> attributes, java.lang.Class<?> declaringComponentClass, BeanManagerImpl manager)
public static <T,X> ParameterInjectionPointAttributes<T,X> fire(ParameterInjectionPointAttributes<T,X> attributes, java.lang.Class<?> declaringComponentClass, BeanManagerImpl manager)
public InjectionPoint getInjectionPoint()
getInjectionPoint in interface ProcessInjectionPoint<T,X>public void setInjectionPoint(InjectionPoint injectionPoint)
ProcessInjectionPointsetInjectionPoint in interface ProcessInjectionPoint<T,X>injectionPoint - the new injection pointpublic boolean isDirty()
Copyright © 2015. All Rights Reserved.