Interface ContentHandler


@Deprecated public interface ContentHandler
Deprecated.
since 2.0.0 it doesn't extend the SAX ContentHandler promoting bad practices and incompatible code.
A simplified and stoppable SAX-like content handler for stream processing of JSON text.
Author:
FangYidong<fangyidong@yahoo.com.cn>
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Receive notification of the end of a JSON array.
    void
    Deprecated.
    Receive notification of the end of JSON processing.
    boolean
    Deprecated.
    Receive notification of the end of a JSON object.
    boolean
    Deprecated.
    Receive notification of the end of the value of previous object entry.
    boolean
    Deprecated.
    Receive notification of the JSON primitive values: java.lang.String, java.lang.Number, java.lang.Boolean null
    boolean
    Deprecated.
    Receive notification of the beginning of a JSON array.
    void
    Deprecated.
    Receive notification of the beginning of JSON processing.
    boolean
    Deprecated.
    Receive notification of the beginning of a JSON object.
    boolean
    Deprecated.
    Receive notification of the beginning of a JSON object entry.