Uses of Class
org.apache.synapse.util.JSONMergeUtils.ConflictStrategy
-
Packages that use JSONMergeUtils.ConflictStrategy Package Description org.apache.synapse.util -
-
Uses of JSONMergeUtils.ConflictStrategy in org.apache.synapse.util
Methods in org.apache.synapse.util that return JSONMergeUtils.ConflictStrategy Modifier and Type Method Description static JSONMergeUtils.ConflictStrategy
JSONMergeUtils.ConflictStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static JSONMergeUtils.ConflictStrategy[]
JSONMergeUtils.ConflictStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.util with parameters of type JSONMergeUtils.ConflictStrategy 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.
-