|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonPath | |
|---|---|
| net.riotopsys.json_patch | |
| net.riotopsys.json_patch.gson | |
| net.riotopsys.json_patch.operation | |
| Uses of JsonPath in net.riotopsys.json_patch |
|---|
| Methods in net.riotopsys.json_patch that return JsonPath | |
|---|---|
JsonPath |
JsonPath.append(int path)
|
JsonPath |
JsonPath.append(String path)
|
JsonPath |
JsonPath.head()
|
| Uses of JsonPath in net.riotopsys.json_patch.gson |
|---|
| Methods in net.riotopsys.json_patch.gson that return JsonPath | |
|---|---|
JsonPath |
JsonPathDeserializer.deserialize(com.google.gson.JsonElement element,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext)
|
| Methods in net.riotopsys.json_patch.gson with parameters of type JsonPath | |
|---|---|
com.google.gson.JsonElement |
JsonPathSerializer.serialize(JsonPath jsonPath,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext)
|
| Uses of JsonPath in net.riotopsys.json_patch.operation |
|---|
| Fields in net.riotopsys.json_patch.operation declared as JsonPath | |
|---|---|
JsonPath |
MoveOperation.from
|
JsonPath |
AbsOperation.path
|
| Constructors in net.riotopsys.json_patch.operation with parameters of type JsonPath | |
|---|---|
AddOperation(JsonPath path,
com.google.gson.JsonElement data)
|
|
MoveOperation(JsonPath from,
JsonPath path)
|
|
RemoveOperation(JsonPath path)
|
|
ReplaceOperation(JsonPath path,
com.google.gson.JsonElement data)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||