Interface JSONObjectConfiguration
- All Superinterfaces:
PolicyConfiguration
- All Known Implementing Classes:
ValueOperation
JSON object configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(net.minidev.json.JSONObject parameter) Configure.net.minidev.json.JSONObject
Gets the JSON object configuration.
-
Method Details
-
configure
Configure.- Parameters:
parameter
- The JSON object configuration parameter. Must not benull
.
-
getJSONObjectConfiguration
net.minidev.json.JSONObject getJSONObjectConfiguration()Gets the JSON object configuration.- Returns:
- The JSON object configuration parameter.
-