Uses of Class
com.fasterxml.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.Utility classes used by Jackson Core functionality.
Contains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
-
Uses of SerializedString in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as SerializedStringModifier and TypeFieldDescriptionstatic final SerializedStringPrettyPrinter.DEFAULT_ROOT_VALUE_SEPARATORDefault 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 SerializedStringModifier and TypeFieldDescriptionstatic final SerializedStringDefaultPrettyPrinter.DEFAULT_ROOT_VALUE_SEPARATORDeprecated.in 2.16. -
Uses of SerializedString in com.fasterxml.jackson.databind.ser
Fields in com.fasterxml.jackson.databind.ser declared as SerializedStringModifier and TypeFieldDescriptionprotected final SerializedStringBeanPropertyWriter._nameLogical name of the property; will be used as the field name under which value for the property is written.Constructors in com.fasterxml.jackson.databind.ser with parameters of type SerializedStringModifierConstructorDescriptionprotectedBeanPropertyWriter(BeanPropertyWriter base, SerializedString name) -
Uses of SerializedString in com.fasterxml.jackson.databind.ser.impl
Methods in com.fasterxml.jackson.databind.ser.impl with parameters of type SerializedStringModifier and TypeMethodDescriptionprotected UnwrappingBeanPropertyWriterUnwrappingBeanPropertyWriter._new(NameTransformer transformer, SerializedString newName) Overridable factory method used by sub-classesConstructors in com.fasterxml.jackson.databind.ser.impl with parameters of type SerializedStringModifierConstructorDescriptionprotectedUnwrappingBeanPropertyWriter(UnwrappingBeanPropertyWriter base, NameTransformer transformer, SerializedString name) -
Uses of SerializedString in com.fasterxml.jackson.datatype.jdk8
Methods in com.fasterxml.jackson.datatype.jdk8 with parameters of type SerializedStringModifier and TypeMethodDescriptionprotected UnwrappingBeanPropertyWriterJdk8UnwrappingOptionalBeanPropertyWriter._new(NameTransformer transformer, SerializedString newName) Constructors in com.fasterxml.jackson.datatype.jdk8 with parameters of type SerializedStringModifierConstructorDescriptionprotectedJdk8UnwrappingOptionalBeanPropertyWriter(Jdk8UnwrappingOptionalBeanPropertyWriter base, NameTransformer transformer, SerializedString name)