| Package | Description |
|---|---|
| com.github.fge.jsonschema.jsonpointer |
JSON Pointer related classes
|
| com.github.fge.jsonschema.ref |
JSON Reference related classes
|
| Modifier and Type | Method and Description |
|---|---|
static ReferenceToken |
ReferenceToken.fromCooked(String cooked)
Generate a reference token from an encoded (cooked) representation
|
protected static List<ReferenceToken> |
TreePointer.tokensFromInput(String input)
Decode an input into a list of reference tokens
|
| Constructor and Description |
|---|
JsonPointer(String input)
The main constructor
|
| Modifier and Type | Method and Description |
|---|---|
static JsonRef |
JsonRef.fromString(String s)
Build a JSON Reference from a string input
|
Copyright © 2013. All Rights Reserved.