Uses of Class
tools.jackson.core.io.SerializedString
Packages that use SerializedString
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.-
Uses of SerializedString in tools.jackson.core
Fields in tools.jackson.core declared as SerializedStringModifier and TypeFieldDescriptionstatic final SerializedStringPrettyPrinter.DEFAULT_ROOT_VALUE_SEPARATORDefault String used for separating root values is single space.