Uses of Class
org.ghotibeaun.json.merge.MergeResult
Package | Description |
---|---|
org.ghotibeaun.json.merge |
-
Uses of MergeResult in org.ghotibeaun.json.merge
Methods in org.ghotibeaun.json.merge that return MergeResult Modifier and Type Method Description MergeResult
AbstractMergeProcessor. getMergeResultStrategy()
MergeResult
MergeProcess. getMergeResultStrategy()
Return the specified merge result strategyMergeResult
MergeProcessor. getMergeResultStrategy()
static MergeResult
MergeResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static MergeResult[]
MergeResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ghotibeaun.json.merge with parameters of type MergeResult Modifier and Type Method Description static <T extends JSONNode>
TMergeProcessor. merge(T primary, T secondary, MergeResult mergeResultStrategy)
Merge two JSON instancesstatic <T extends JSONNode>
TMergeProcessor. merge(T primary, T secondary, ArrayConflict arrayStrategies, ObjectConflict objectStrategy, MergeResult mergeResultStrategy)
Invoke and return a merge JSON instance