Package org.apache.johnzon.core
Class DiffBase
- java.lang.Object
- 
- org.apache.johnzon.core.DiffBase
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- JsonMergePatchDiff,- JsonPatchDiff
 
 class DiffBase extends Object implements Serializable Commonly used methods for diffs
- 
- 
Constructor SummaryConstructors Constructor Description DiffBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisJsonArray(jakarta.json.JsonValue targetValue)protected booleanisJsonObject(jakarta.json.JsonValue jsonValue)
 
-