Uses of Enum Class
org.jooq.JSONFormat.BinaryFormat
Packages that use JSONFormat.BinaryFormat
-
Uses of JSONFormat.BinaryFormat in org.jooq
Methods in org.jooq that return JSONFormat.BinaryFormatModifier and TypeMethodDescriptionfinal JSONFormat.BinaryFormat
JSONFormat.binaryFormat()
TheJSONFormat.BinaryFormat
to use when formatting binary data.static JSONFormat.BinaryFormat
Returns the enum constant of this class with the specified name.static JSONFormat.BinaryFormat[]
JSONFormat.BinaryFormat.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.BinaryFormatModifier and TypeMethodDescriptionfinal @NotNull JSONFormat
JSONFormat.binaryFormat
(JSONFormat.BinaryFormat newBinaryFormat) TheJSONFormat.BinaryFormat
to use when formatting binary data.