| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(File file)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(File file,
        Charset cs)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(File file,
        CharsetDecoder dec)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(File file,
        String charsetName)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(InputStream stream)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(InputStream stream,
        Charset cs)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(InputStream stream,
        CharsetDecoder dec)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(InputStream stream,
        String charsetName)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(Reader reader)Load JSON data. | 
| LoaderJSONStep<R> | LoaderSourceStep. loadJSON(String data)Load JSON data. | 
Copyright © 2019. All rights reserved.