| Class | Description |
|---|---|
| AbstractPatch |
author Pascal Knueppel
created at: 30.10.2019 - 09:10 abstract class that provides basic methods for patching |
| PatchHandler |
author Pascal Knueppel
created at: 29.10.2019 - 09:40 this class is used to resolve patch operations on resources |
| PatchResourceHandler |
author Pascal Knueppel
created at: 30.10.2019 - 08:49 this class will handle the in which the patch-add operation does not define a target and the value is represented by the resource itself: The result of the add operation depends upon what the target location indicated by "path" references: o If omitted, the target location is assumed to be the resource itself. |
| PatchTargetHandler |
author Pascal Knueppel
created at: 30.10.2019 - 09:07 this class will handle the patch-add operation if a target is specified The result of the add operation depends upon what the target location indicated by "path" references: o If the target location does not exist, the attribute and value are added. |
Copyright © 2019. All rights reserved.