Interface JSONObjectConfiguration

All Superinterfaces:
PolicyConfiguration
All Known Implementing Classes:
ValueOperation

JSON object configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(net.minidev.json.JSONObject parameter)
    Configure.
    net.minidev.json.JSONObject
    Gets the JSON object configuration.
  • Method Details

    • 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.