Uses of Class
com.fasterxml.jackson.core.util.DefaultPrettyPrinter
Packages that use DefaultPrettyPrinter
Package
Description
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 DefaultPrettyPrinterModifier and TypeMethodDescriptionprotected DefaultPrettyPrinter
DefaultPrettyPrinter._withSpaces
(boolean state) DefaultPrettyPrinter.createInstance()
DefaultPrettyPrinter.withArrayIndenter
(DefaultPrettyPrinter.Indenter i) DefaultPrettyPrinter.withObjectIndenter
(DefaultPrettyPrinter.Indenter i) DefaultPrettyPrinter.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.DefaultPrettyPrinter.withRootSeparator
(SerializableString rootSeparator) DefaultPrettyPrinter.withRootSeparator
(String rootSeparator) DefaultPrettyPrinter.withSeparators
(Separators separators) Method for configuring separators for this pretty-printer to useDefaultPrettyPrinter.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 DefaultPrettyPrinterModifierConstructorDescriptionDefaultPrettyPrinter
(DefaultPrettyPrinter base, SerializableString rootSeparator)