B - The bean type that declares the injection pointT - The field component typepublic interface FieldInjectionPoint<B,T> extends InjectionPoint<B>, AnnotationMetadataProvider, AnnotatedElement
| Modifier and Type | Method and Description |
|---|---|
Argument<T> |
asArgument()
Convert this field to an
Argument reference. |
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, isNullableField getField()
void set(T instance, Object object)
instance - the instanceobject - The the field on the target object