Class DefaultMapperOrdered

    • Field Summary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addValue​(java.lang.Object current, java.lang.Object value)
      add a value in an array json object.
      java.lang.Object createArray()
      use to instantiate a new object that will be used as an array
      java.lang.Object createObject()
      use to instantiate a new object that will be used as an object
      void setValue​(java.lang.Object current, java.lang.String key, java.lang.Object value)
      called when json-smart done parsing a value
      JsonReaderI<JSONAwareEx> startArray​(java.lang.String key)
      called when json-smart parser start an array.
      JsonReaderI<JSONAwareEx> startObject​(java.lang.String key)
      called when json-smart parser meet an object key
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait