Uses of Enum Class
org.jooq.JSONFormat.ValueFormat
Packages that use JSONFormat.ValueFormat
-
Uses of JSONFormat.ValueFormat in org.jooq
Subclasses with type arguments of type JSONFormat.ValueFormat in org.jooqModifier and TypeClassDescriptionstatic enumThe format of values, in case aConverteris present.Methods in org.jooq that return JSONFormat.ValueFormatModifier and TypeMethodDescriptionfinal @NotNull JSONFormat.ValueFormatJSONFormat.valueFormat()The value format to be applied, defaulting toJSONFormat.ValueFormat.TO_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 toJSONFormat.ValueFormat.TO_TYPE.