Class Context.Writer

  • Enclosing class:
    Context

    public static class Context.Writer
    extends java.lang.Object
    Generates JSON from this object.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String generate​(Context obj)  
      • Methods inherited from class java.lang.Object

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

      • generate

        public static java.lang.String generate​(Context obj)
                                         throws java.io.IOException
        Parameters:
        obj -
        Returns:
        Throws:
        java.io.IOException