@NotNull LoaderJSONOptionsStep<R> |
LoaderJSONStep.fields(Collection<? extends Field<?>> fields) |
Specify the fields to be loaded into the table in the correct order.
|
@NotNull LoaderJSONOptionsStep<R> |
LoaderJSONStep.fields(Field<?>... fields) |
Specify the fields to be loaded into the table in the correct order.
|
@NotNull LoaderJSONOptionsStep<R> |
LoaderJSONStep.fields(LoaderFieldMapper mapper) |
Specify a function to apply on each input field to receive the target
table's field.
|
@NotNull LoaderJSONOptionsStep<R> |
LoaderJSONOptionsStep.ignoreRows(int number) |
Deprecated.
|