Uses of Interface
org.jooq.LoaderJSONStep
-
Packages that use LoaderJSONStep Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of LoaderJSONStep in org.jooq
Methods in org.jooq that return LoaderJSONStep Modifier and Type Method Description LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.File file)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.File file, java.lang.String charsetName)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.File file, java.nio.charset.Charset cs)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.File file, java.nio.charset.CharsetDecoder dec)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.InputStream stream)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.InputStream stream, java.lang.String charsetName)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.InputStream stream, java.nio.charset.Charset cs)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.InputStream stream, java.nio.charset.CharsetDecoder dec)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.io.Reader reader)Load JSON data.LoaderJSONStep<R>LoaderSourceStep. loadJSON(java.lang.String data)Load JSON data.
-