Uses of Class
org.ghotibeaun.json.merge.strategies.ArrayConflict
Package | Description |
---|---|
org.ghotibeaun.json | |
org.ghotibeaun.json.merge | |
org.ghotibeaun.json.merge.strategies |
-
Uses of ArrayConflict in org.ghotibeaun.json
Methods in org.ghotibeaun.json with parameters of type ArrayConflict Modifier and Type Method Description default void
JSONArray. merge(JSONArray secondary, ArrayConflict arrayConflict, ObjectConflict objectConflict)
Merge another JSONArray into this instance.default void
JSONObject. merge(JSONObject secondary, ArrayConflict arrayConflict, ObjectConflict objectConflict)
Merge another JSONObject into this instance.default JSONArray
JSONArray. mergeToCopy(JSONArray secondary, ArrayConflict arrayConflict, ObjectConflict objectConflict)
Merge the current JSONArray instance with another and return the merged instance.default JSONObject
JSONObject. mergeToCopy(JSONObject secondary, ArrayConflict arrayConflict, ObjectConflict objectConflict)
Merge the current JSONObject instance with another and return the merged instance. -
Uses of ArrayConflict in org.ghotibeaun.json.merge
Methods in org.ghotibeaun.json.merge with parameters of type ArrayConflict Modifier and Type Method Description static <T extends JSONNode>
TMergeProcessor. merge(T primary, T secondary, ArrayConflict array)
static <T extends JSONNode>
TMergeProcessor. merge(T primary, T secondary, ArrayConflict array, ObjectConflict object)
static <T extends JSONNode>
TMergeProcessor. merge(T primary, T secondary, ArrayConflict arrayStrategies, ObjectConflict objectStrategy, MergeResult mergeResultStrategy)
Invoke and return a merge JSON instance -
Uses of ArrayConflict in org.ghotibeaun.json.merge.strategies
Methods in org.ghotibeaun.json.merge.strategies that return ArrayConflict Modifier and Type Method Description static ArrayConflict
ArrayConflict. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArrayConflict[]
ArrayConflict. values()
Returns an array containing the constants of this enum type, in the order they are declared.