| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.ref |
JSON Reference related classes
|
| Modifier and Type | Field and Description |
|---|---|
private static JsonRef |
JsonRef.EMPTY
An empty JSON Reference
|
private JsonRef |
SchemaContainer.locator |
| Modifier and Type | Method and Description |
|---|---|
static JsonRef |
JsonRef.emptyRef()
Return an empty reference
|
static JsonRef |
JsonRef.fromNode(JsonNode node)
Build a JSON Reference from a
JsonNode |
static JsonRef |
JsonRef.fromString(String s)
Build a JSON Reference from a string input
|
static JsonRef |
JsonRef.fromURI(URI uri)
Build a JSON Reference from a URI
|
JsonRef |
SchemaContainer.getLocator()
Get this container's locator
|
JsonRef |
JsonRef.resolve(JsonRef other)
Resolve this reference against another reference
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JsonRef.contains(JsonRef other)
Tell whether the current JSON Reference contains another
|
JsonRef |
JsonRef.resolve(JsonRef other)
Resolve this reference against another reference
|
private URI |
JsonRef.resolveJarURI(JsonRef other)
Resolve a relative reference against a
jar URI |
Copyright © 2012. All Rights Reserved.