Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Field and Description |
---|---|
static Separators |
PrettyPrinter.DEFAULT_SEPARATORS |
Modifier and Type | Field and Description |
---|---|
protected Separators |
MinimalPrettyPrinter._separators |
protected Separators |
DefaultPrettyPrinter._separators |
Modifier and Type | Method and Description |
---|---|
static Separators |
Separators.createDefaultInstance() |
Separators |
Separators.withArrayValueSeparator(char sep) |
Separators |
Separators.withObjectEntrySeparator(char sep) |
Separators |
Separators.withObjectFieldValueSeparator(char sep) |
Modifier and Type | Method and Description |
---|---|
MinimalPrettyPrinter |
MinimalPrettyPrinter.setSeparators(Separators separators) |
DefaultPrettyPrinter |
DefaultPrettyPrinter.withSeparators(Separators separators) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.