Uses of Class
com.fasterxml.jackson.dataformat.xml.ser.UnwrappingXmlBeanSerializer
-
Packages that use UnwrappingXmlBeanSerializer Package Description com.fasterxml.jackson.dataformat.xml.ser -
-
Uses of UnwrappingXmlBeanSerializer in com.fasterxml.jackson.dataformat.xml.ser
Constructors in com.fasterxml.jackson.dataformat.xml.ser with parameters of type UnwrappingXmlBeanSerializer Constructor Description UnwrappingXmlBeanSerializer(UnwrappingXmlBeanSerializer src, com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter)
UnwrappingXmlBeanSerializer(UnwrappingXmlBeanSerializer src, com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter, java.lang.Object filterId)
UnwrappingXmlBeanSerializer(UnwrappingXmlBeanSerializer src, java.util.Set<java.lang.String> toIgnore)
-