Uses of Class
org.jooq.conf.RenderFormatting
Packages that use RenderFormatting
-
Uses of RenderFormatting in org.jooq.conf
Fields in org.jooq.conf declared as RenderFormattingMethods in org.jooq.conf that return RenderFormattingModifier 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.Methods in org.jooq.conf with parameters of type RenderFormattingModifier and TypeMethodDescriptionvoid
Settings.setRenderFormatting
(RenderFormatting value) All sorts of formatting flags / settings.Settings.withRenderFormatting
(RenderFormatting value) All sorts of formatting flags / settings.