public static class JsonPatchOperation.Builder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) JsonPatchOperation.JsonPatchOp |
op |
(package private) java.lang.String |
path |
(package private) java.lang.Object |
value |
Constructor and Description |
---|
Builder(JsonPatchOperation.JsonPatchOp op,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
JsonPatchOperation |
build() |
JsonPatchOperation.Builder |
value(java.lang.Object valueObj) |
public Builder(JsonPatchOperation.JsonPatchOp op, java.lang.String path)
public JsonPatchOperation build()
public JsonPatchOperation.Builder value(java.lang.Object valueObj)