public class JsonSmartConfigurationHelper extends GenericJsonConfigurationHelper<net.minidev.json.JSONObject>
net.minidev's
(json-smart) JSONObject, with JSONPath capabilities.| Constructor and Description |
|---|
JsonSmartConfigurationHelper(net.minidev.json.JSONObject jsonObject)
Creates a new helper for the given
JSONObject. |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationMerger<net.minidev.json.JSONObject> |
configurationMerger()
Creates the applicable
ConfigurationMerger object for the type associated with
this ConfigurationHelper. |
get, getBean, getBoolean, getDouble, getInteger, getLong, getMandatoryBoolean, getMandatoryDouble, getMandatoryInteger, getMandatoryLong, getMandatoryString, getStringequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewInstancepublic JsonSmartConfigurationHelper(net.minidev.json.JSONObject jsonObject)
JSONObject.jsonObject - the JSON document to be setpublic ConfigurationMerger<net.minidev.json.JSONObject> configurationMerger()
ConfigurationHelperConfigurationMerger object for the type associated with
this ConfigurationHelper.ConfigurationMerger instanceCopyright © 2023. All rights reserved.