| Modifier and Type | Method and Description |
|---|---|
static JsonReference |
JsonReference.fromString(String string) |
static JsonReference |
JsonReference.fromURI(URI uri) |
JsonReference |
JsonReferenceProcessor.getAbsoluteRef(JsonReference ref,
JsonContext context) |
JsonReference |
JsonReferenceNode.getJsonReference() |
| Modifier and Type | Method and Description |
|---|---|
Set<JsonReference> |
JsonContext.getProcessed() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
JsonReferenceProcessor.get(JsonReference ref)
Resolve with defaults.
|
JsonReference |
JsonReferenceProcessor.getAbsoluteRef(JsonReference ref,
JsonContext context) |
JsonContext |
JsonReferenceProcessor.resolveFromContextToContext(JsonReference ref,
JsonContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
JsonReferenceProcessor.process(JsonContext context,
Set<JsonReference> processed) |
void |
JsonContext.setProcessed(Set<JsonReference> processed) |
Copyright © 2016. All rights reserved.