| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Field |
field |
private Value<?> |
targetValue |
| Constructor and Description |
|---|
FieldValue(java.lang.reflect.Field field,
Value<?> targetValue)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the actual value.
|
private final java.lang.reflect.Field field
private final Value<?> targetValue
public FieldValue(java.lang.reflect.Field field,
Value<?> targetValue)
field - the field to accesstargetValue - the target object containing the field