Class AbsOperation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      JsonPath path  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbsOperation()  
    • Method Summary

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

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

      • AbsOperation

        public AbsOperation()
    • Method Detail

      • getOperationName

        public abstract java.lang.String getOperationName()
      • apply

        public abstract com.google.gson.JsonElement apply​(com.google.gson.JsonElement original)
      • duplicate

        protected com.google.gson.JsonElement duplicate​(com.google.gson.JsonElement original)