Uses of Class
org.jooq.conf.RenderFormatting
-
Packages that use RenderFormatting Package Description org.jooq.conf -
-
Uses of RenderFormatting in org.jooq.conf
Fields in org.jooq.conf declared as RenderFormatting Modifier and Type Field Description protected RenderFormatting
Settings. renderFormatting
Methods in org.jooq.conf that return RenderFormatting Modifier and Type Method Description RenderFormatting
ObjectFactory. createRenderFormatting()
Create an instance ofRenderFormatting
RenderFormatting
Settings. getRenderFormatting()
All sorts of formatting flags / settings.RenderFormatting
RenderFormatting. withIndentation(String value)
The characters to be used for indentation.RenderFormatting
RenderFormatting. withNewline(String value)
The character to be used for line breaks.RenderFormatting
RenderFormatting. withPrintMargin(Integer value)
The print margin after which (some) formatted elements will break lines.Methods in org.jooq.conf with parameters of type RenderFormatting Modifier and Type Method Description void
Settings. setRenderFormatting(RenderFormatting value)
All sorts of formatting flags / settings.Settings
Settings. withRenderFormatting(RenderFormatting value)
All sorts of formatting flags / settings.
-