@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) | 
| default @Nullable java.lang.Object | getRaw(ObjectT object)Returns the raw value of the getter before any further transformations. | 
| java.lang.String | name() |