Class RemoveOperation

    • Field Summary

    • 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
    • Constructor Detail

      • RemoveOperation

        public RemoveOperation​(JsonPath path)
    • Method Detail

      • apply

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