| Package | Description |
|---|---|
| com.github.fge.jsonpatch |
Implementation of JSON Patch
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddOperation
JSON Patch
add operation |
class |
CopyOperation
JSON Patch
copy operation |
class |
DualPathOperation
Base class for JSON Patch operations taking two JSON Pointers as arguments
|
class |
MoveOperation
JSON Patch
move operation |
class |
PathValueOperation
Base class for patch operations taking a value in addition to a path
|
class |
RemoveOperation
JSON Path
remove operation |
class |
ReplaceOperation
JSON Patch
replace operation |
class |
TestOperation
JSON Patch
test operation |
Copyright © 2013. All Rights Reserved.