public class InferringFieldInjectionPointAttributes<T,X> extends AbstractInferringInjectionPointAttributes<T,Field> implements FieldInjectionPointAttributes<T,X>
WeldInjectionPointAttributes that infers the attributes by reading EnhancedAnnotatedField.| Modifier | Constructor and Description |
|---|---|
protected |
InferringFieldInjectionPointAttributes(EnhancedAnnotatedField<T,X> field,
Bean<?> bean,
Class<?> declaringComponentClass,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AnnotatedField<X> |
getAnnotated() |
Field |
getMember() |
int |
hashCode() |
static <T,X> InferringFieldInjectionPointAttributes<T,X> |
of(EnhancedAnnotatedField<T,X> field,
Bean<?> bean,
Class<?> declaringComponentClass,
BeanManagerImpl manager) |
getBean, getQualifier, getQualifiers, getType, isDelegate, isTransient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetQualifiergetBean, getQualifiers, getType, isDelegate, isTransientprotected InferringFieldInjectionPointAttributes(EnhancedAnnotatedField<T,X> field, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)
public static <T,X> InferringFieldInjectionPointAttributes<T,X> of(EnhancedAnnotatedField<T,X> field, Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager)
public Field getMember()
getMember in interface InjectionPointgetMember in interface FieldInjectionPointAttributes<T,X>getMember in class AbstractInferringInjectionPointAttributes<T,Field>public AnnotatedField<X> getAnnotated()
getAnnotated in interface InjectionPointgetAnnotated in interface FieldInjectionPointAttributes<T,X>Copyright © 2016. All Rights Reserved.