Class XmlDDIFragmentAssembler<T extends AbstractEntity>


  • public class XmlDDIFragmentAssembler<T extends AbstractEntity>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String compileToXml()  
      protected java.lang.String getFooter()  
      protected java.lang.String getTopLevelReference​(java.lang.String typeOfObject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlDDIFragmentAssembler

        public XmlDDIFragmentAssembler​(T rootElement)
    • Method Detail

      • getTopLevelReference

        protected java.lang.String getTopLevelReference​(java.lang.String typeOfObject)
      • getFooter

        protected java.lang.String getFooter()
      • compileToXml

        public java.lang.String compileToXml()