@FunctionalInterface public interface LoaderFieldMapper
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.
Modifier and Type | Interface and Description |
---|---|
static interface |
LoaderFieldMapper.LoaderFieldContext
The argument object for
map(LoaderFieldContext)
. |
Modifier and Type | Method and Description |
---|---|
Field<?> |
map(LoaderFieldMapper.LoaderFieldContext ctx)
Map a
Field from the loader source onto a target table
Field . |
Field<?> map(LoaderFieldMapper.LoaderFieldContext ctx)
Field
from the loader source onto a target table
Field
.Copyright © 2016. All Rights Reserved.