Example usage for Java com.fasterxml.jackson.core.util DefaultPrettyPrinter fields, constructors, methods, implement or subclass
The text is from its open source code.
SerializedString | DEFAULT_ROOT_VALUE_SEPARATOR Constant that specifies default "root-level" separator to use between root values: a single space character. |
DefaultPrettyPrinter() | |
DefaultPrettyPrinter(String rootSeparator) Constructor that specifies separator String to use between root values; if null, no separator is printed. | |
DefaultPrettyPrinter(SerializableString rootSeparator) Constructor that specifies separator String to use between root values; if null, no separator is printed. | |
DefaultPrettyPrinter(DefaultPrettyPrinter base) |