| Package | Description |
|---|---|
| com.github.fge.jackson.jsonpointer |
JSON Pointer related classes
|
| Modifier and Type | Method and Description |
|---|---|
JsonPointer |
JsonPointer.append(int index)
Return a new pointer with a new integer token appended
|
JsonPointer |
JsonPointer.append(JsonPointer other)
Return a new pointer with another pointer appended
|
JsonPointer |
JsonPointer.append(String raw)
Return a new pointer with a new token appended
|
static JsonPointer |
JsonPointer.empty()
Return an empty JSON Pointer
|
static JsonPointer |
JsonPointer.of(Object first,
Object... other)
Build a JSON Pointer out of a series of reference tokens
|
| Modifier and Type | Method and Description |
|---|---|
JsonPointer |
JsonPointer.append(JsonPointer other)
Return a new pointer with another pointer appended
|
Copyright © 2013. All Rights Reserved.