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 RenderFormattingSettings. renderFormattingMethods in org.jooq.conf that return RenderFormatting Modifier and Type Method Description RenderFormattingObjectFactory. createRenderFormatting()Create an instance ofRenderFormattingRenderFormattingSettings. getRenderFormatting()All sorts of formatting flags / settings.RenderFormattingRenderFormatting. withIndentation(String value)The characters to be used for indentation.RenderFormattingRenderFormatting. withNewline(String value)The character to be used for line breaks.RenderFormattingRenderFormatting. 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 voidSettings. setRenderFormatting(RenderFormatting value)All sorts of formatting flags / settings.SettingsSettings. withRenderFormatting(RenderFormatting value)All sorts of formatting flags / settings.
-