Uses of Interface
org.jooq.LoaderFieldMapper
-
Uses of LoaderFieldMapper in org.jooq
Modifier and TypeMethodDescription@NotNull LoaderCSVOptionsStep<R>
LoaderCSVStep.fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target table's field.@NotNull LoaderJSONOptionsStep<R>
LoaderJSONStep.fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target table's field.@NotNull LoaderListenerStep<R>
LoaderRowsStep.fields(LoaderFieldMapper mapper)
Specify a function to apply on each input field to receive the target table's field.