Uses of Enum Class
org.jooq.JSONFormat.RecordFormat
-
Uses of JSONFormat.RecordFormat in org.jooq
Modifier 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.Modifier and TypeMethodDescriptionJSONFormat.recordFormat(JSONFormat.RecordFormat newRecordFormat)
The record format to be applied, defaulting toARRAY
.