Class AbstractJSONObjectConflictStrategy
java.lang.Object
org.ghotibeaun.json.merge.strategies.AbstractConflictStrategy<JSONObject,String>
org.ghotibeaun.json.merge.strategies.AbstractJSONObjectConflictStrategy
- All Implemented Interfaces:
ConflictStrategy<JSONObject,String>,JSONObjectConflictStrategy
- Direct Known Subclasses:
AcceptPrimaryConflictStrategy,AcceptSecondaryConflictStrategy,AppendObjectConflictStrategy
public abstract class AbstractJSONObjectConflictStrategy extends AbstractConflictStrategy<JSONObject,String> implements JSONObjectConflictStrategy
-
Constructor Summary
Constructors Constructor Description AbstractJSONObjectConflictStrategy(MergeProcess mergeProcessor) -
Method Summary
Methods inherited from class org.ghotibeaun.json.merge.strategies.AbstractConflictStrategy
getMergeProcessorMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ghotibeaun.json.merge.strategies.ConflictStrategy
apply, getMergeProcessor
-
Constructor Details
-
AbstractJSONObjectConflictStrategy
-