| Package | Description |
|---|---|
| com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
| Modifier and Type | Method and Description |
|---|---|
Separators.Spacing |
Separators.getArrayValueSpacing() |
Separators.Spacing |
Separators.getObjectEntrySpacing() |
Separators.Spacing |
Separators.getObjectFieldValueSpacing() |
static Separators.Spacing |
Separators.Spacing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Separators.Spacing[] |
Separators.Spacing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Separators |
Separators.withArrayValueSpacing(Separators.Spacing spacing) |
Separators |
Separators.withObjectEntrySpacing(Separators.Spacing spacing) |
Separators |
Separators.withObjectFieldValueSpacing(Separators.Spacing spacing) |
| Constructor and Description |
|---|
Separators(String rootSeparator,
char objectFieldValueSeparator,
Separators.Spacing objectFieldValueSpacing,
char objectEntrySeparator,
Separators.Spacing objectEntrySpacing,
char arrayValueSeparator,
Separators.Spacing arrayValueSpacing)
Create an instance with the specified separator characters and spaces around those characters.
|
Copyright © 2008–2023 FasterXML. All rights reserved.