Module org.jooq
Package org.jooq

Interface LoaderFieldMapper

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LoaderFieldMapper
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