Uses of Class
tools.jackson.dataformat.xml.ser.XmlBeanSerializerBase
Packages that use XmlBeanSerializerBase
-
Uses of XmlBeanSerializerBase in tools.jackson.dataformat.xml.ser
Subclasses of XmlBeanSerializerBase in tools.jackson.dataformat.xml.serModifier and TypeClassDescriptionclassCopy ofUnwrappingBeanSerializerrequired to extendXmlBeanSerializerBasefor XML-specific handling.classVariant ofBeanSerializerfor XML handling.Constructors in tools.jackson.dataformat.xml.ser with parameters of type XmlBeanSerializerBaseModifierConstructorDescriptionUnwrappingXmlBeanSerializer(XmlBeanSerializerBase src, tools.jackson.databind.util.NameTransformer transformer) Constructor used for creating unwrapping instance of a standardBeanSerializerXmlBeanSerializer(XmlBeanSerializerBase src, Set<String> toIgnore, Set<String> toInclude) protectedXmlBeanSerializer(XmlBeanSerializerBase src, tools.jackson.databind.ser.BeanPropertyWriter[] properties, tools.jackson.databind.ser.BeanPropertyWriter[] filteredProperties) XmlBeanSerializer(XmlBeanSerializerBase src, tools.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter) XmlBeanSerializer(XmlBeanSerializerBase src, tools.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter, Object filterId) protectedXmlBeanSerializerBase(XmlBeanSerializerBase src, Set<String> toIgnore, Set<String> toInclude) protectedXmlBeanSerializerBase(XmlBeanSerializerBase src, tools.jackson.databind.ser.BeanPropertyWriter[] properties, tools.jackson.databind.ser.BeanPropertyWriter[] filteredProperties) protectedXmlBeanSerializerBase(XmlBeanSerializerBase src, tools.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter) protectedXmlBeanSerializerBase(XmlBeanSerializerBase src, tools.jackson.databind.ser.impl.ObjectIdWriter objectIdWriter, Object filterId) XmlBeanSerializerBase(XmlBeanSerializerBase src, tools.jackson.databind.util.NameTransformer transformer)