Uses of Class
com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
Packages that use UnwrappingBeanSerializer
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Uses of UnwrappingBeanSerializer in com.fasterxml.jackson.databind.ser.impl
Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type UnwrappingBeanSerializerModifierConstructorDescriptionprotected
UnwrappingBeanSerializer
(UnwrappingBeanSerializer src, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties) UnwrappingBeanSerializer
(UnwrappingBeanSerializer src, ObjectIdWriter objectIdWriter) UnwrappingBeanSerializer
(UnwrappingBeanSerializer src, ObjectIdWriter objectIdWriter, Object filterId) protected
UnwrappingBeanSerializer
(UnwrappingBeanSerializer src, Set<String> toIgnore) protected
UnwrappingBeanSerializer
(UnwrappingBeanSerializer src, Set<String> toIgnore, Set<String> toInclude)