Uses of Interface
org.ghotibeaun.json.merge.strategies.JSONArrayConflictStrategy
Package | Description |
---|---|
org.ghotibeaun.json.merge | |
org.ghotibeaun.json.merge.strategies |
-
Uses of JSONArrayConflictStrategy in org.ghotibeaun.json.merge
Methods in org.ghotibeaun.json.merge that return JSONArrayConflictStrategy Modifier and Type Method Description JSONArrayConflictStrategy
AbstractMergeProcessor. getArrayConflictStrategy()
JSONArrayConflictStrategy
MergeProcess. getArrayConflictStrategy()
Return the the Conflict Strategy to apply to JSONArray nodesJSONArrayConflictStrategy
MergeProcessor. getArrayConflictStrategy()
-
Uses of JSONArrayConflictStrategy in org.ghotibeaun.json.merge.strategies
Classes in org.ghotibeaun.json.merge.strategies that implement JSONArrayConflictStrategy Modifier and Type Class Description class
AbstractJSONArrayConflictStrategy
class
AppendArrayConflictStrategy
class
DeduplicateArrayConflictStrategy
class
InsertAfterConflictStrategy
class
InsertBeforeConflictStrategy