Class AbstractJSONArrayConflictStrategy
java.lang.Object
org.ghotibeaun.json.merge.strategies.AbstractConflictStrategy<JSONArray,Integer>
org.ghotibeaun.json.merge.strategies.AbstractJSONArrayConflictStrategy
- All Implemented Interfaces:
ConflictStrategy<JSONArray,Integer>
,JSONArrayConflictStrategy
- Direct Known Subclasses:
AppendArrayConflictStrategy
,DeduplicateArrayConflictStrategy
,InsertAfterConflictStrategy
,InsertBeforeConflictStrategy
public abstract class AbstractJSONArrayConflictStrategy extends AbstractConflictStrategy<JSONArray,Integer> implements JSONArrayConflictStrategy
-
Constructor Summary
Constructors Constructor Description AbstractJSONArrayConflictStrategy(MergeProcess mergeProcessor)
-
Method Summary
Methods inherited from class org.ghotibeaun.json.merge.strategies.AbstractConflictStrategy
getMergeProcessor
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ghotibeaun.json.merge.strategies.ConflictStrategy
apply, getMergeProcessor
-
Constructor Details
-
AbstractJSONArrayConflictStrategy
-