Interface JSONAware

  • All Known Subinterfaces:
    JSONNode
    All Known Implementing Classes:
    Cell, JSONArray, JSONObject, Row, SheetData

    public interface JSONAware
    Beans that support customized output of JSON text shall implement this interface. It is called when encoding an object.
    Author:
    FangYidong
    • Method Detail

      • toJSONString

        String toJSONString()
        Returns:
        JSON text