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
Classes in com.fasterxml.jackson.core.util that implement interfaces with type arguments of type DefaultPrettyPrinterModifier and TypeClassDescriptionclassDefaultPrettyPrinterimplementation that uses 2-space indentation with platform-default linefeeds.Methods in com.fasterxml.jackson.core.util that return DefaultPrettyPrinterModifier and TypeMethodDescriptionprotected DefaultPrettyPrinterDefaultPrettyPrinter._withSpaces(boolean state) DefaultPrettyPrinter.createInstance()DefaultPrettyPrinter.withArrayIndenter(DefaultPrettyPrinter.Indenter i) DefaultPrettyPrinter.withObjectIndenter(DefaultPrettyPrinter.Indenter i) DefaultPrettyPrinter.withoutSpacesInObjectEntries()Deprecated.in 2.16.DefaultPrettyPrinter.withRootSeparator(SerializableString rootSeparator) Deprecated.in 2.16.DefaultPrettyPrinter.withRootSeparator(String rootSeparator) Deprecated.in 2.16.DefaultPrettyPrinter.withSeparators(Separators separators) Method for configuring separators for this pretty-printer to useDefaultPrettyPrinter.withSpacesInObjectEntries()Deprecated.in 2.16.Constructors in com.fasterxml.jackson.core.util with parameters of type DefaultPrettyPrinterModifierConstructorDescriptionCopy constructorDefaultPrettyPrinter(DefaultPrettyPrinter base, SerializableString rootSeparator) Deprecated.in 2.16.