| Package | Description |
|---|---|
| org.apache.synapse.util |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.