- All Superinterfaces:
Named
A representation of a Type field.
-
Method Details
-
getValueType
Class<?> getValueType()Returns the value type of the TypeField.- Returns:
- the class representing the value type of the TypeField
-
getDeclaringType
Type<?> getDeclaringType()Returns the declaringType- Returns:
- the declaring
Type
-
readValue
Reads the value of a field from the given subject object.- Type Parameters:
T- the type of the field value- Parameters:
subject- the Java object from which to read the field value- Returns:
- the field value
-