Class JsonPatchFactory


  • public class JsonPatchFactory
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      JsonPatch create​(com.google.gson.JsonElement elementA, com.google.gson.JsonElement elementB)  
      • Methods inherited from class java.lang.Object

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

      • JsonPatchFactory

        public JsonPatchFactory()
    • Method Detail

      • create

        public JsonPatch create​(com.google.gson.JsonElement elementA,
                                com.google.gson.JsonElement elementB)