Interface XmlMapping

All Known Implementing Classes:
AbstractTypeXmlMapping, AbstractValueXmlMapping, AbstractXmlMapping, AttributeXmlMapping, CollectionXmlMapping, ObjectXmlMapping, ProxyXmlMapping, ReferenceXmlMapping, StaticXmlMapping, TreeXmlMarshaller, TypeXmlMapping, ValueXmlMapping

public interface XmlMapping
Mapping of object to XML.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the XmlWriter for this mapping.
    void
    map(Object object, XmlOutput output)
    Maps the object into XML.