Uses of Class
tools.jackson.databind.ser.bean.UnwrappingBeanPropertyWriter
Packages that use UnwrappingBeanPropertyWriter
-
Uses of UnwrappingBeanPropertyWriter in tools.jackson.databind.ser.bean
Methods in tools.jackson.databind.ser.bean that return UnwrappingBeanPropertyWriterModifier and TypeMethodDescriptionprotected UnwrappingBeanPropertyWriterUnwrappingBeanPropertyWriter._new(NameTransformer transformer, SerializedString newName) Overridable factory method used by sub-classesUnwrappingBeanPropertyWriter.rename(NameTransformer transformer) Constructors in tools.jackson.databind.ser.bean with parameters of type UnwrappingBeanPropertyWriterModifierConstructorDescriptionprotectedUnwrappingBeanPropertyWriter(UnwrappingBeanPropertyWriter base, NameTransformer transformer, SerializedString name)