Class JsonWriter


  • public class JsonWriter
    extends java.lang.Object
    Wraps Jettison's JSONWriter, but does not throw checked exceptions. All JSONExceptions are wrapped by a link SerializationExceptions.
    • Constructor Detail

      • JsonWriter

        public JsonWriter()
      • JsonWriter

        public JsonWriter​(java.io.Writer writer)
    • Method Detail

      • getWriter

        public java.io.Writer getWriter()
      • key

        public JsonWriter key​(java.lang.String s)
      • value

        public JsonWriter value​(java.lang.Object b)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object