FieldPassthroughAdapter
A passthrough adapter that performs no type conversion.
This adapter is used when the stored value type, validation target type, and input/display type are all the same. It simply returns the value unchanged for all conversion operations.
This is the default adapter used when no explicit adapter is provided to a form field.
Parameters
V
The type used for all representations (stored, validation, and input).