Uses of Class
com.fasterxml.jackson.dataformat.xml.ser.UnwrappingXmlBeanSerializer
Packages that use UnwrappingXmlBeanSerializer
-
Uses of UnwrappingXmlBeanSerializer in com.fasterxml.jackson.dataformat.xml.ser
Constructors in com.fasterxml.jackson.dataformat.xml.ser with parameters of type UnwrappingXmlBeanSerializerModifierConstructorDescriptionprotected
UnwrappingXmlBeanSerializer
(UnwrappingXmlBeanSerializer src, com.fasterxml.jackson.databind.ser.BeanPropertyWriter[] properties, com.fasterxml.jackson.databind.ser.BeanPropertyWriter[] filteredProperties) UnwrappingXmlBeanSerializer
(UnwrappingXmlBeanSerializer src, com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter) UnwrappingXmlBeanSerializer
(UnwrappingXmlBeanSerializer src, com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter, Object filterId) protected
UnwrappingXmlBeanSerializer
(UnwrappingXmlBeanSerializer src, Set<String> toIgnore, Set<String> toInclude)