Uses of Class
org.jooq.conf.RenderFormatting
-
Uses of RenderFormatting in org.jooq.conf
Modifier and TypeMethodDescriptionObjectFactory.createRenderFormatting()
Create an instance ofRenderFormatting
Settings.getRenderFormatting()
All sorts of formatting flags / settings.RenderFormatting.withIndentation
(String value) The characters to be used for indentation.RenderFormatting.withNewline
(String value) The character to be used for line breaks.RenderFormatting.withPrintMargin
(Integer value) The print margin after which (some) formatted elements will break lines.Modifier and TypeMethodDescriptionvoid
Settings.setRenderFormatting
(RenderFormatting value) All sorts of formatting flags / settings.Settings.withRenderFormatting
(RenderFormatting value) All sorts of formatting flags / settings.