Interface IContentHandler<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T getValue()  
      • Methods inherited from interface ContentHandler

        endArray, endJSON, endObject, endObjectEntry, primitive, startArray, startJSON, startObject, startObjectEntry
    • Method Detail

      • getValue

        T getValue()