Interface FieldValueGetter<ObjectT extends @NonNull Object,ValueT>

All Superinterfaces:
Serializable

@Internal public interface FieldValueGetter<ObjectT extends @NonNull Object,ValueT> extends Serializable
For internal use only; no backwards-compatibility guarantees.

An interface to access a field of a class.

Implementations of this interface are generated at runtime to map object fields to Row fields.