Class ReplaceOperation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.google.gson.JsonElement data  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplaceOperation​(JsonPath path, com.google.gson.JsonElement data)  
    • Method Summary

      Modifier and Type Method Description
      com.google.gson.JsonElement apply​(com.google.gson.JsonElement original)  
      java.lang.String getOperationName()  
      • Methods inherited from class java.lang.Object

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

      • data

        @SerializedName("value")
        public com.google.gson.JsonElement data
    • Constructor Detail

      • ReplaceOperation

        public ReplaceOperation​(JsonPath path,
                                com.google.gson.JsonElement data)
    • Method Detail

      • apply

        public com.google.gson.JsonElement apply​(com.google.gson.JsonElement original)
        Specified by:
        apply in class AbsOperation