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 importantlyJsonFactoryused for constructing JSON parser (JsonParser) and generator (JsonGenerator) instances.com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality.com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.datatype.jdk8 -
-
Uses of SerializedString in com.fasterxml.jackson.core
Fields in com.fasterxml.jackson.core declared as SerializedString Modifier and Type Field Description static 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 SerializedString Modifier and Type Field Description static SerializedStringDefaultPrettyPrinter. DEFAULT_ROOT_VALUE_SEPARATORConstant that specifies default "root-level" separator to use between root values: a single space character. -
Uses of SerializedString in com.fasterxml.jackson.databind.ser
Fields in com.fasterxml.jackson.databind.ser declared as SerializedString Modifier and Type Field Description protected 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 SerializedString Constructor Description BeanPropertyWriter(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 SerializedString Modifier and Type Method Description protected UnwrappingBeanPropertyWriterUnwrappingBeanPropertyWriter. _new(NameTransformer transformer, SerializedString newName)Overridable factory method used by sub-classesConstructors in com.fasterxml.jackson.databind.ser.impl with parameters of type SerializedString Constructor Description UnwrappingBeanPropertyWriter(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 SerializedString Modifier and Type Method Description protected UnwrappingBeanPropertyWriterJdk8UnwrappingOptionalBeanPropertyWriter. _new(NameTransformer transformer, SerializedString newName)Constructors in com.fasterxml.jackson.datatype.jdk8 with parameters of type SerializedString Constructor Description Jdk8UnwrappingOptionalBeanPropertyWriter(Jdk8UnwrappingOptionalBeanPropertyWriter base, NameTransformer transformer, SerializedString name)
-