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