@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Patch
The annotated method's return type must be:
Promise<Resource, ? extends ResourceException> promise.org.forgerock.json.resource.PatchRequest to be given the request.Context to be given the context.RequestHandler,
SingletonProvider,
CollectionProvider| Modifier and Type | Required Element and Description |
|---|---|
Operation |
operationDescription
Describe the standard operation details of this action.
|
| Modifier and Type | Optional Element and Description |
|---|---|
PatchOperation[] |
operations
The set of patch operations supported by this request handler.
|
public abstract Operation operationDescription
public abstract PatchOperation[] operations
Copyright © 2025 Open Identity Platform Community. All rights reserved.