Interface ContainerFactory


public interface ContainerFactory
Container factory for creating containers for JSON object and JSON array.
Author:
(originally) FangYidong [email protected]
See Also:
  • Method Details

    • createObjectContainer

      Map createObjectContainer()
      Returns:
      A Map instance to store JSON object, or null if you want to use org.jose4j.json.org.json.json_simple.JSONObject.
    • creatArrayContainer

      List creatArrayContainer()
      Returns:
      A List instance to store JSON array, or null if you want to use org.jose4j.json.org.json.json_simple.JSONArray.