public class JsonReference extends Object
| Constructor and Description |
|---|
JsonReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static JsonReference |
fromString(String string) |
static JsonReference |
fromURI(URI uri) |
com.fasterxml.jackson.core.JsonPointer |
getPointer() |
URI |
getUri() |
int |
hashCode() |
boolean |
isAbsolute() |
boolean |
isLocal() |
String |
toString() |
public static JsonReference fromString(String string) throws JsonReferenceException
JsonReferenceExceptionpublic static JsonReference fromURI(URI uri)
public boolean isLocal()
public boolean isAbsolute()
public URI getUri()
public com.fasterxml.jackson.core.JsonPointer getPointer()
Copyright © 2016. All rights reserved.