Package | Description |
---|---|
com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIndenter
Default linefeed-based indenter, used by
DefaultPrettyPrinter (unless
overridden). |
static class |
DefaultPrettyPrinter.FixedSpaceIndenter
This is a very simple indenter that only adds a
single space for indentation.
|
Modifier and Type | Field and Description |
---|---|
static DefaultPrettyPrinter.NopIndenter |
DefaultPrettyPrinter.NopIndenter.instance |
Copyright © 2008–2020 FasterXML. All rights reserved.