Uses of Enum Class
org.jooq.JSONFormat.NullFormat
-
Uses of JSONFormat.NullFormat in org.jooq
Modifier and TypeMethodDescriptionfinal @NotNull JSONFormat.NullFormat
JSONFormat.arrayNulls()
The null format to be applied to arrays, defaulting toNULL_ON_NULL
.final @NotNull JSONFormat.NullFormat
JSONFormat.objectNulls()
The null format to be applied to objects, defaulting toNULL_ON_NULL
.static JSONFormat.NullFormat
Returns the enum constant of this class with the specified name.static JSONFormat.NullFormat[]
JSONFormat.NullFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal @NotNull JSONFormat
JSONFormat.arrayNulls
(JSONFormat.NullFormat newArrayNulls) The null format to be applied to arrays, defaulting toNULL_ON_NULL
.final @NotNull JSONFormat
JSONFormat.objectNulls
(JSONFormat.NullFormat newObjectNulls) The null format to be applied to objects, defaulting toNULL_ON_NULL
.