Uses of Enum Class
org.jooq.JSONFormat.ValueFormat
Packages that use JSONFormat.ValueFormat
-
Uses of JSONFormat.ValueFormat in org.jooq
Methods in org.jooq that return JSONFormat.ValueFormatModifier and TypeMethodDescriptionfinal @NotNull JSONFormat.ValueFormatJSONFormat.valueFormat()The value format to be applied, defaulting toTO_TYPE.static JSONFormat.ValueFormatReturns the enum constant of this class with the specified name.static JSONFormat.ValueFormat[]JSONFormat.ValueFormat.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.ValueFormatModifier and TypeMethodDescriptionfinal @NotNull JSONFormatJSONFormat.valueFormat(JSONFormat.ValueFormat newValueFormat) The value format to be applied, defaulting toTO_TYPE.