Package | Description |
---|---|
com.github.fge.jsonschema.processing | |
com.github.fge.jsonschema.processing.ref |
Modifier and Type | Method and Description |
---|---|
abstract ProcessingException |
ProcessingContext.buildException(ProcessingMessage msg) |
ProcessingException |
JsonSchemaContext.buildException(ProcessingMessage msg) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingContext.debug(ProcessingMessage msg) |
void |
ProcessingContext.error(ProcessingMessage msg) |
void |
ProcessingContext.fatal(ProcessingMessage msg) |
void |
ProcessingContext.info(ProcessingMessage msg) |
R |
Processor.process(C context) |
void |
ProcessingContext.warn(ProcessingMessage msg) |
Modifier and Type | Method and Description |
---|---|
JsonSchemaTree |
SchemaLoader.get(URI uri)
Get a schema tree from the given URI
|
JsonNode |
URIManager.getContent(URI uri)
Get the content at a given URI as a
JsonNode |
JsonSchemaTree |
RefResolverProcessor.process(JsonSchemaContext context)
Resolve JSON Reference for the current schema context
|
Copyright © 2013. All Rights Reserved.