Class DiffBase

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    JsonMergePatchDiff, JsonPatchDiff

    class DiffBase
    extends java.lang.Object
    implements java.io.Serializable
    Commonly used methods for diffs
    • Constructor Summary

      Constructors 
      Constructor Description
      DiffBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isJsonArray​(jakarta.json.JsonValue targetValue)  
      protected boolean isJsonObject​(jakarta.json.JsonValue jsonValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DiffBase

        DiffBase()
    • Method Detail

      • isJsonObject

        protected boolean isJsonObject​(jakarta.json.JsonValue jsonValue)
      • isJsonArray

        protected boolean isJsonArray​(jakarta.json.JsonValue targetValue)