Class ReplaceOperation

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.JsonSerializable

    public final class ReplaceOperation
    extends PathValueOperation
    JSON Patch replace operation

    For this operation, path points to the value to replace, and value is the replacement value.

    It is an error condition if path does not point to an actual JSON value.

    • Constructor Detail

      • ReplaceOperation

        public ReplaceOperation​(java.lang.String path,
                                com.fasterxml.jackson.databind.JsonNode value)