Uses of Class
com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
-
Packages that use UnwrappingBeanPropertyWriter Package Description com.fasterxml.jackson.databind.ser.impl 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 UnwrappingBeanPropertyWriter Modifier and Type Method Description protected UnwrappingBeanPropertyWriter
UnwrappingBeanPropertyWriter. _new(NameTransformer transformer, com.fasterxml.jackson.core.io.SerializedString newName)
Overridable factory method used by sub-classesUnwrappingBeanPropertyWriter
UnwrappingBeanPropertyWriter. rename(NameTransformer transformer)
Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type UnwrappingBeanPropertyWriter Constructor Description UnwrappingBeanPropertyWriter(UnwrappingBeanPropertyWriter base, NameTransformer transformer, com.fasterxml.jackson.core.io.SerializedString name)
-