Interface JSONObjectConfiguration

    • Method Detail

      • configure

        void configure​(net.minidev.json.JSONObject parameter)
        Configure.
        Parameters:
        parameter - The JSON object configuration parameter. Must not be null.
      • getJSONObjectConfiguration

        net.minidev.json.JSONObject getJSONObjectConfiguration()
        Gets the JSON object configuration.
        Returns:
        The JSON object configuration parameter.