Uses of Enum Class
org.jooq.XMLFormat.NullFormat
Packages that use XMLFormat.NullFormat
-
Uses of XMLFormat.NullFormat in org.jooq
Methods in org.jooq that return XMLFormat.NullFormatModifier and TypeMethodDescriptionfinal XMLFormat.NullFormat
XMLFormat.nullFormat()
Whether nestedXML
content should be quoted like a string, or nested into XML formatted output.static XMLFormat.NullFormat
Returns the enum constant of this class with the specified name.static XMLFormat.NullFormat[]
XMLFormat.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 XMLFormat.NullFormatModifier and TypeMethodDescriptionfinal @NotNull XMLFormat
XMLFormat.nullFormat
(XMLFormat.NullFormat newNullFormat) Whether nestedXML
content should be quoted like a string, or nested into XML formatted output.