- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A field mapper that produces 
Field references for Loader
 target tables.
 
 Rather than index-based field mappings as in
 LoaderRowsStep.fields(Field...) and other API methods, this mapper
 can be used to translate source fields from the loader source (CSV, JSON,
 arrays, records, etc.) to fields from the target table.
- Author:
- Lukas Eder
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe argument object formap(LoaderFieldContext).
- 
Method SummaryModifier and TypeMethodDescriptionField<?> Map aFieldfrom the loader source onto a target tableField.
- 
Method Details- 
mapMap aFieldfrom the loader source onto a target tableField.
 
-