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