Class NotXmlRenderer


  • public final class NotXmlRenderer
    extends java.lang.Object
    Render on object into a String suitable for storing in the OBJECT field of database tables.
    Author:
    Matthew Wakeling
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static StringConstructor render​(java.lang.Object obj)
      Render the given object as NotXml.
      • Methods inherited from class java.lang.Object

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

      • render

        public static StringConstructor render​(java.lang.Object obj)
        Render the given object as NotXml.
        Parameters:
        obj - the object to render
        Returns:
        the NotXml String