public interface JsonPatchRequest extends HttpRequest<JsonPatchRequest>, Body
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
JsonPatchRequest |
add(String path,
Object value) |
JsonPatchRequest |
copy(String from,
String path) |
JsonPatchRequest |
move(String from,
String path) |
JsonPatchRequest |
remove(String path) |
JsonPatchRequest |
replace(String path,
Object value) |
JsonPatchRequest |
test(String path,
Object value) |
accept, asBinary, asBinaryAsync, asBinaryAsync, asEmpty, asEmptyAsync, asEmptyAsync, asFile, asFileAsync, asFileAsync, asJson, asJsonAsync, asJsonAsync, asObject, asObject, asObject, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asObjectAsync, asPaged, asString, asStringAsync, asStringAsync, basicAuth, getBody, getHeaders, getHttpMethod, getUrl, header, headerReplace, headers, queryString, queryString, queryString, responseEncoding, routeParam, thenConsume, thenConsumeAsync, withObjectMapperstatic final String CONTENT_TYPE
JsonPatchRequest add(String path, Object value)
JsonPatchRequest remove(String path)
JsonPatchRequest replace(String path, Object value)
JsonPatchRequest test(String path, Object value)
JsonPatchRequest move(String from, String path)
JsonPatchRequest copy(String from, String path)
Copyright © 2019. All rights reserved.