Class XMLFormatter

  • All Implemented Interfaces:
    ObjectFormatter<Document>

    public class XMLFormatter
    extends Object
    implements ObjectFormatter<Document>
    Marshals a root instance and its persistent closure as an XML element. The closure is resolved against the persistence context that contains the root instance. The XML document adheres to the jest-instance.xsd schema.
    Author:
    Pinaki Poddar
    • Field Detail

      • _xsd

        public static final Schema _xsd
    • Constructor Detail

      • XMLFormatter

        public XMLFormatter()