Uses of Class
com.fasterxml.jackson.core.io.SerializedString
-
Packages that use SerializedString Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactory
used for constructing JSON parser (JsonParser
) and generator (JsonGenerator
) instances.com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality. -
-
Uses of SerializedString in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as SerializedString Modifier and Type Field Description static SerializedString
PrettyPrinter. DEFAULT_ROOT_VALUE_SEPARATOR
Default String used for separating root values is single space. -
Uses of SerializedString in com.fasterxml.jackson.core.util
Fields in com.fasterxml.jackson.core.util declared as SerializedString Modifier and Type Field Description static SerializedString
DefaultPrettyPrinter. DEFAULT_ROOT_VALUE_SEPARATOR
Constant that specifies default "root-level" separator to use between root values: a single space character.
-