@Internal public interface FieldValueGetter<ObjectT,ValueT> extends java.io.Serializable
An interface to access a field of a class.
Implementations of this interface are generated at runtime to map object fields to Row fields.
| Modifier and Type | Method and Description | 
|---|---|
| ValueT | get(ObjectT object) | 
| java.lang.String | name() | 
| java.lang.Class | type() |