Uses of Interface
org.jooq.LoaderFieldMapper
Packages that use LoaderFieldMapper
- 
Uses of LoaderFieldMapper in org.jooqMethods in org.jooq with parameters of type LoaderFieldMapperModifier 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.