| Package | Description |
|---|---|
| org.symphonyoss.s2.canon.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaValidationException |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelSetParserContext.addGenerationSource(File file) |
void |
ModelSetParserContext.addGenerationSource(URL baseUrl,
Reader reader) |
RootParserContext |
RootParserContext.addReferencedModel(URI uri,
ParserContext context) |
RootParserContext |
ModelSetParserContext.addReferencedModel(URL url) |
com.github.fge.jsonschema.main.JsonSchema |
Parser.getJsonSchemaFromClasspath(String name) |
Model |
Parser.parse(RootParserContext rootParserContext) |
Model |
ModelSetParserContext.parseOneModel() |
void |
ModelSetParserContext.process()
Parse, validate and generate for all source inputs.
|
| Constructor and Description |
|---|
Parser() |
RootParserContext(ModelSetParserContext modelSetParserContext,
URL url,
boolean referencedModel) |
RootParserContext(ModelSetParserContext modelSetParserContext,
URL baseUrl,
Reader inputStream,
boolean referencedModel) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.