Class AddOperation

    • Field Summary

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

      Constructors 
      Constructor Description
      AddOperation​(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

      • AddOperation

        public AddOperation​(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