java.lang.Object
org.jooq.conf.RenderFormatting
- All Implemented Interfaces:
Serializable
,Cloneable
,XMLAppendable
All sorts of formatting flags / settings.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) clone()
boolean
The characters to be used for indentation.The character to be used for line breaks.The print margin after which (some) formatted elements will break lines.int
hashCode()
void
setIndentation
(String value) The characters to be used for indentation.void
setNewline
(String value) The character to be used for line breaks.void
setPrintMargin
(Integer value) The print margin after which (some) formatted elements will break lines.toString()
withIndentation
(String value) The characters to be used for indentation.withNewline
(String value) The character to be used for line breaks.withPrintMargin
(Integer value) The print margin after which (some) formatted elements will break lines.
-
Field Details
-
newline
-
indentation
-
printMargin
-
-
Constructor Details
-
RenderFormatting
public RenderFormatting()
-
-
Method Details
-
getNewline
The character to be used for line breaks. -
setNewline
The character to be used for line breaks. -
getIndentation
The characters to be used for indentation. -
setIndentation
The characters to be used for indentation. -
getPrintMargin
The print margin after which (some) formatted elements will break lines. -
setPrintMargin
The print margin after which (some) formatted elements will break lines. -
withNewline
The character to be used for line breaks. -
withIndentation
The characters to be used for indentation. -
withPrintMargin
The print margin after which (some) formatted elements will break lines. -
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-