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 UnwrappingBeanPropertyWriterUnwrappingBeanPropertyWriter._new(NameTransformer transformer, SerializedString newName) Overridable factory method used by sub-classesUnwrappingBeanPropertyWriter.rename(NameTransformer transformer) Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type UnwrappingBeanPropertyWriterModifierConstructorDescriptionprotectedUnwrappingBeanPropertyWriter(UnwrappingBeanPropertyWriter base, NameTransformer transformer, SerializedString name) -
Uses of UnwrappingBeanPropertyWriter in com.fasterxml.jackson.datatype.jdk8
Subclasses of UnwrappingBeanPropertyWriter in com.fasterxml.jackson.datatype.jdk8Methods in com.fasterxml.jackson.datatype.jdk8 that return UnwrappingBeanPropertyWriterModifier and TypeMethodDescriptionprotected UnwrappingBeanPropertyWriterJdk8UnwrappingOptionalBeanPropertyWriter._new(NameTransformer transformer, SerializedString newName)