Uses of Class
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
Packages that use DefaultPrettyPrinter.NopIndenter
Package
Description
Utility classes used by Jackson Core functionality.
-
Uses of DefaultPrettyPrinter.NopIndenter in com.fasterxml.jackson.core.util
Subclasses of DefaultPrettyPrinter.NopIndenter in com.fasterxml.jackson.core.utilModifier and TypeClassDescriptionclassDefault linefeed-based indenter, used byDefaultPrettyPrinter(unless overridden).static classThis is a very simple indenter that only adds a single space for indentation.Fields in com.fasterxml.jackson.core.util declared as DefaultPrettyPrinter.NopIndenterModifier and TypeFieldDescriptionstatic final DefaultPrettyPrinter.NopIndenterDefaultPrettyPrinter.NopIndenter.instance