Interface ContainerFactory

    • Method Detail

      • createObjectContainer

        java.util.Map createObjectContainer()
        Returns:
        A Map instance to store JSON object, or null if you want to use org.json.simple.JSONObject.
      • createArrayContainer

        java.util.List createArrayContainer()
        Returns:
        A List instance to store JSON array, or null if you want to use org.json.simple.JSONArray.