Uses of Class
com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
Packages that use DefaultPrettyPrinter Package Description com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality. -
-
Uses of DefaultPrettyPrinter in com.fasterxml.jackson.core.util
Methods in com.fasterxml.jackson.core.util that return DefaultPrettyPrinter Modifier and Type Method Description protected DefaultPrettyPrinterDefaultPrettyPrinter. _withSpaces(boolean state)DefaultPrettyPrinterDefaultPrettyPrinter. createInstance()DefaultPrettyPrinterDefaultPrettyPrinter. withArrayIndenter(DefaultPrettyPrinter.Indenter i)DefaultPrettyPrinterDefaultPrettyPrinter. withObjectIndenter(DefaultPrettyPrinter.Indenter i)DefaultPrettyPrinterDefaultPrettyPrinter. withoutSpacesInObjectEntries()"Mutant factory" method that will return a pretty printer instance that does not use spaces inside object entries; if 'this' instance already does this, it is returned; if not, a new instance will be constructed and returned.DefaultPrettyPrinterDefaultPrettyPrinter. withRootSeparator(SerializableString rootSeparator)DefaultPrettyPrinterDefaultPrettyPrinter. withRootSeparator(java.lang.String rootSeparator)DefaultPrettyPrinterDefaultPrettyPrinter. withSeparators(Separators separators)DefaultPrettyPrinterDefaultPrettyPrinter. withSpacesInObjectEntries()"Mutant factory" method that will return a pretty printer instance that does use spaces inside object entries; if 'this' instance already does this, it is returned; if not, a new instance will be constructed and returned.Constructors in com.fasterxml.jackson.core.util with parameters of type DefaultPrettyPrinter Constructor Description DefaultPrettyPrinter(DefaultPrettyPrinter base)DefaultPrettyPrinter(DefaultPrettyPrinter base, SerializableString rootSeparator)
-