Uses of Class
org.jooq.JSONFormat.RecordFormat
-
Packages that use JSONFormat.RecordFormat Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of JSONFormat.RecordFormat in org.jooq
Methods in org.jooq that return JSONFormat.RecordFormat Modifier and Type Method Description JSONFormat.RecordFormat
JSONFormat. recordFormat()
The record format to be applied, defaulting toARRAY
.static JSONFormat.RecordFormat
JSONFormat.RecordFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static JSONFormat.RecordFormat[]
JSONFormat.RecordFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq with parameters of type JSONFormat.RecordFormat Modifier and Type Method Description JSONFormat
JSONFormat. recordFormat(JSONFormat.RecordFormat newRecordFormat)
The record format to be applied, defaulting toARRAY
.
-