@Internal public interface FieldValueGetter<T>
An interface to access a field of a class.
Implementations of this interface are generated at runtime by RowFactory
 to map pojo fields to BeamRecord fields.
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | get(T object) | 
| java.lang.String | name() | 
| java.lang.Class | type() | 
java.lang.Object get(T object)
java.lang.String name()
java.lang.Class type()