Class RemoveIfExistsOperation

java.lang.Object
com.linecorp.centraldogma.common.jsonpatch.JsonPatchOperation
com.linecorp.centraldogma.common.jsonpatch.RemoveIfExistsOperation
All Implemented Interfaces:
JsonSerializable

public final class RemoveIfExistsOperation extends JsonPatchOperation
JSON Path removeIfExists operation.

This operation only takes one pointer (path) as an argument. Unlike, RemoveOperation, it does not throw an error if no JSON value exists at that pointer.