Uses of Class
net.thevpc.tson.impl.format.DefaultTsonFormatConfig
Packages that use DefaultTsonFormatConfig
-
Uses of DefaultTsonFormatConfig in net.thevpc.tson.impl.format
Methods in net.thevpc.tson.impl.format that return DefaultTsonFormatConfigModifier and TypeMethodDescriptionDefaultTsonFormatConfig.copy()DefaultTsonFormatConfig.setAfterAnnotation(String afterAnnotation) DefaultTsonFormatConfig.setAfterAnnotations(String afterAnnotations) DefaultTsonFormatConfig.setAfterComma(String afterComma) DefaultTsonFormatConfig.setAfterComments(String afterComments) DefaultTsonFormatConfig.setAfterKey(String afterKey) DefaultTsonFormatConfig.setBeforeValue(String beforeValue) DefaultTsonFormatConfig.setCompact(boolean compact) DefaultTsonFormatConfig.setIgnoreObjectEmptyArrayFields(boolean ignoreObjectEmptyArrayFields) DefaultTsonFormatConfig.setIgnoreObjectNullFields(boolean ignoreObjectNullFields) DefaultTsonFormatConfig.setIndentBraces(boolean indentBraces) DefaultTsonFormatConfig.setIndentBrackets(boolean indentBrackets) DefaultTsonFormatConfig.setIndentList(boolean indentList) DefaultTsonFormatConfig.setLineLength(int lineLength) DefaultTsonFormatConfig.setShowAnnotations(boolean showAnnotations) DefaultTsonFormatConfig.setShowComments(boolean showComments) Methods in net.thevpc.tson.impl.format with parameters of type DefaultTsonFormatConfigModifier and TypeMethodDescriptionTsonFormatImplBuilder.setConfig(DefaultTsonFormatConfig config) Constructors in net.thevpc.tson.impl.format with parameters of type DefaultTsonFormatConfig