Uses of Class
tools.jackson.core.util.Separators
Packages that use Separators
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.Utility classes used by Jackson Core functionality.
-
Uses of Separators in tools.jackson.core
Fields in tools.jackson.core declared as Separators -
Uses of Separators in tools.jackson.core.util
Fields in tools.jackson.core.util declared as SeparatorsModifier and TypeFieldDescriptionprotected final SeparatorsDefaultPrettyPrinter._separatorsprotected SeparatorsMinimalPrettyPrinter._separatorsMethods in tools.jackson.core.util that return SeparatorsModifier and TypeMethodDescriptionstatic SeparatorsSeparators.createDefaultInstance()Separators.withArrayElementSeparator(char sep) Separators.withArrayElementSpacing(Separators.Spacing spacing) Separators.withArrayEmptySeparator(String sep) Separators.withObjectEmptySeparator(String sep) Separators.withObjectEntrySeparator(char sep) Separators.withObjectEntrySpacing(Separators.Spacing spacing) Separators.withObjectNameValueSeparator(char sep) Separators.withObjectNameValueSpacing(Separators.Spacing spacing) Separators.withRootSeparator(String sep) Methods in tools.jackson.core.util with parameters of type SeparatorsModifier and TypeMethodDescriptionMinimalPrettyPrinter.setSeparators(Separators separators) DefaultPrettyPrinter.withSeparators(Separators separators) Method for configuring separators for this pretty-printer to useConstructors in tools.jackson.core.util with parameters of type SeparatorsModifierConstructorDescriptionDefaultPrettyPrinter(DefaultPrettyPrinter base, Separators separators) Copy constructor with overrideDefaultPrettyPrinter(Separators separators) Default constructor for "vanilla" instance with default settings, except forSeparatorsoverrides.