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 UnwrappingBeanSerializerModifierConstructorDescriptionprotectedUnwrappingBeanSerializer(UnwrappingBeanSerializer src, BeanPropertyWriter[] properties, BeanPropertyWriter[] filteredProperties) UnwrappingBeanSerializer(UnwrappingBeanSerializer src, ObjectIdWriter objectIdWriter) UnwrappingBeanSerializer(UnwrappingBeanSerializer src, ObjectIdWriter objectIdWriter, Object filterId) protectedUnwrappingBeanSerializer(UnwrappingBeanSerializer src, Set<String> toIgnore) protectedUnwrappingBeanSerializer(UnwrappingBeanSerializer src, Set<String> toIgnore, Set<String> toInclude)