public final class RefResolverProcessor extends Object implements Processor<JsonSchemaTree,JsonSchemaContext>
| Constructor and Description |
|---|
RefResolverProcessor(SchemaLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaTree |
process(JsonSchemaContext context)
Resolve JSON Reference for the current schema context
|
public RefResolverProcessor(SchemaLoader loader)
public JsonSchemaTree process(JsonSchemaContext context) throws ProcessingException
All errors encountered at this level are fatal.
process in interface Processor<JsonSchemaTree,JsonSchemaContext>context - the contextProcessingException - ref loop, unresolvable ref, not JSON, etcCopyright © 2013. All Rights Reserved.