Uses of Enum Class
org.jooq.JSONFormat.NullFormat
Packages that use JSONFormat.NullFormat
-
Uses of JSONFormat.NullFormat in org.jooq
Subclasses with type arguments of type JSONFormat.NullFormat in org.jooqModifier and TypeClassDescriptionstatic enumThe format ofnullvalues in JSON objects or arrays.Methods in org.jooq that return JSONFormat.NullFormatModifier and TypeMethodDescriptionfinal @NotNull JSONFormat.NullFormatJSONFormat.arrayNulls()The null format to be applied to arrays, defaulting toJSONFormat.NullFormat.NULL_ON_NULL.final @NotNull JSONFormat.NullFormatJSONFormat.objectNulls()The null format to be applied to objects, defaulting toJSONFormat.NullFormat.NULL_ON_NULL.static JSONFormat.NullFormatReturns 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.Methods in org.jooq with parameters of type JSONFormat.NullFormatModifier and TypeMethodDescriptionfinal @NotNull JSONFormatJSONFormat.arrayNulls(JSONFormat.NullFormat newArrayNulls) The null format to be applied to arrays, defaulting toJSONFormat.NullFormat.NULL_ON_NULL.final @NotNull JSONFormatJSONFormat.objectNulls(JSONFormat.NullFormat newObjectNulls) The null format to be applied to objects, defaulting toJSONFormat.NullFormat.NULL_ON_NULL.