Uses of Enum Class
org.jooq.JSONFormat.BinaryFormat
Packages that use JSONFormat.BinaryFormat
-
Uses of JSONFormat.BinaryFormat in org.jooq
Subclasses with type arguments of type JSONFormat.BinaryFormat in org.jooqModifier and TypeClassDescriptionstatic enumThe format of binary values in JSON documents.Methods in org.jooq that return JSONFormat.BinaryFormatModifier and TypeMethodDescriptionfinal JSONFormat.BinaryFormatJSONFormat.binaryFormat()TheJSONFormat.BinaryFormatto use when formatting binary data.static JSONFormat.BinaryFormatReturns 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 JSONFormatJSONFormat.binaryFormat(JSONFormat.BinaryFormat newBinaryFormat) TheJSONFormat.BinaryFormatto use when formatting binary data.