public class JSONPointer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONPointer.Builder |
| Constructor and Description |
|---|
JSONPointer(String query)
a JSONPointer constructor
|
| Modifier and Type | Method and Description |
|---|---|
static JSONPointer.Builder |
builder() |
static JSONPointer |
compile(String query) |
Object |
queryFrom(Object object) |
String |
toString() |
String |
toURIFragment() |
public JSONPointer(String query)
query - the pointer querypublic String toURIFragment()
public static JSONPointer compile(String query)
public Object queryFrom(Object object) throws JSONPointerException
JSONPointerExceptionpublic static JSONPointer.Builder builder()
Copyright © 2019. All rights reserved.