B - The bean type that declares the injection pointT - The field component typepublic interface FieldInjectionPoint<B,T> extends InjectionPoint<B>, AnnotationMetadataProvider, AnnotatedElement, ArgumentCoercible<T>
| Modifier and Type | Method and Description | 
|---|---|
Field | 
getField()
Resolves the underlying field. 
 | 
String | 
getName()  | 
Class<T> | 
getType()  | 
void | 
set(T instance,
   Object object)
Sets the value of the field. 
 | 
getDeclaringBean, requiresReflectionisDeclaredNonNull, isDeclaredNullable, isNonNull, isNullableasArgumentField getField()