Uses of Enum Class
org.jooq.JSONFormat.RecordFormat
Packages that use JSONFormat.RecordFormat
-
Uses of JSONFormat.RecordFormat in org.jooq
Methods in org.jooq that return JSONFormat.RecordFormatModifier and TypeMethodDescriptionJSONFormat.recordFormat()
The record format to be applied, defaulting toARRAY
.static JSONFormat.RecordFormat
Returns the enum constant of this class with the specified name.static JSONFormat.RecordFormat[]
JSONFormat.RecordFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq with parameters of type JSONFormat.RecordFormatModifier and TypeMethodDescriptionJSONFormat.recordFormat(JSONFormat.RecordFormat newRecordFormat)
The record format to be applied, defaulting toARRAY
.