Uses of Class
com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
Packages that use UnwrappingBeanPropertyWriter
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of UnwrappingBeanPropertyWriter in com.fasterxml.jackson.databind.ser.impl
Methods in com.fasterxml.jackson.databind.ser.impl that return UnwrappingBeanPropertyWriterModifier and TypeMethodDescriptionprotected UnwrappingBeanPropertyWriter
UnwrappingBeanPropertyWriter._new
(NameTransformer transformer, com.fasterxml.jackson.core.io.SerializedString newName) Overridable factory method used by sub-classesUnwrappingBeanPropertyWriter.rename
(NameTransformer transformer) Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type UnwrappingBeanPropertyWriterModifierConstructorDescriptionprotected
UnwrappingBeanPropertyWriter
(UnwrappingBeanPropertyWriter base, NameTransformer transformer, com.fasterxml.jackson.core.io.SerializedString name)