Uses of Class
org.apache.synapse.JSONObjectExtensionException
-
Packages that use JSONObjectExtensionException Package Description org.apache.synapse.mediators.eip org.apache.synapse.util -
-
Uses of JSONObjectExtensionException in org.apache.synapse.mediators.eip
Methods in org.apache.synapse.mediators.eip that throw JSONObjectExtensionException Modifier and Type Method Description static com.google.gson.JsonElement
EIPUtils. getJSONObjectAsElement(MessageContext messageContext, SynapseJsonPath jsonPath)
Evaluate JSON path and retrieve the result as JsonElement while checking if the evaluated results are nothing other than JSON objects. -
Uses of JSONObjectExtensionException in org.apache.synapse.util
Methods in org.apache.synapse.util that throw JSONObjectExtensionException Modifier and Type Method Description static void
JSONMergeUtils. extendJSONObject(com.google.gson.JsonObject destinationObject, JSONMergeUtils.ConflictStrategy conflictResolutionStrategy, com.google.gson.JsonObject... jsonObjects)
Extends a particular JSON Object by merging multiple objects under a given conflict resolution strategy.
-