Uses of Class
org.ghotibeaun.json.merge.strategies.ObjectConflict
Package | Description |
---|---|
org.ghotibeaun.json | |
org.ghotibeaun.json.merge | |
org.ghotibeaun.json.merge.strategies |
-
Uses of ObjectConflict in org.ghotibeaun.json
Methods in org.ghotibeaun.json with parameters of type ObjectConflict 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 ObjectConflict in org.ghotibeaun.json.merge
Methods in org.ghotibeaun.json.merge with parameters of type ObjectConflict Modifier and Type Method Description 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 instancestatic <T extends JSONNode>
TMergeProcessor. merge(T primary, T secondary, ObjectConflict object)
-
Uses of ObjectConflict in org.ghotibeaun.json.merge.strategies
Methods in org.ghotibeaun.json.merge.strategies that return ObjectConflict Modifier and Type Method Description static ObjectConflict
ObjectConflict. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectConflict[]
ObjectConflict. values()
Returns an array containing the constants of this enum type, in the order they are declared.