T - the value typepublic final class FieldValue<T> extends java.lang.Object implements Value<T>
| 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.
|
public FieldValue(java.lang.reflect.Field field,
Value<?> targetValue)
field - the field to accesstargetValue - the target object containing the fieldCopyright © 2012 JBoss, a division of Red Hat, Inc.