Interface JsonPatchOperation.Op

  • Enclosing class:
    JsonPatchOperation

    public static interface JsonPatchOperation.Op
    The operation to be performed.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ADD
      add.
      static java.lang.String COPY
      copy.
      static java.lang.String MOVE
      move.
      static java.lang.String REMOVE
      remove.
      static java.lang.String REPLACE
      replace.
      static java.lang.String TEST
      test.