- 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 Summary
Modifier and TypeInterfaceDescriptionstatic interface
The argument object formap(LoaderFieldContext)
. -
Method Summary
Modifier and TypeMethodDescriptionField<?>
Map aField
from the loader source onto a target tableField
.
-
Method Details
-
map
Map aField
from the loader source onto a target tableField
.
-