getter property

DatumFieldGetter<E, V>? getter
final

Extracts this field's value from an entity; required for DatumSchema.toMap delegation, optional otherwise.

Implementation

final DatumFieldGetter<E, V>? getter;