public class PatchHandler extends Object
| Constructor and Description |
|---|
PatchHandler(ResourceType resourceType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ResourceNode> |
patchResource(T resource,
PatchOpRequest patchOpRequest)
this method will execute the patch operation on the given resource
|
public PatchHandler(ResourceType resourceType)
public <T extends ResourceNode> T patchResource(T resource, PatchOpRequest patchOpRequest)
resource - the resource representation that should be patchedpatchOpRequest - the patch operation that should be executed on the resourceCopyright © 2019. All rights reserved.