Package org.symphonyoss.s2.canon.parser
Class Parser
- java.lang.Object
-
- org.symphonyoss.s2.canon.parser.Parser
-
public class Parser extends Object
-
-
Constructor Summary
Constructors Constructor Description Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.fge.jsonschema.main.JsonSchemagetJsonSchemaFromClasspath(String name)Modelparse(RootParserContext rootParserContext)
-
-
-
Constructor Detail
-
Parser
public Parser() throws ParsingException- Throws:
ParsingException
-
-
Method Detail
-
parse
public Model parse(RootParserContext rootParserContext) throws ParsingException
- Throws:
ParsingException
-
getJsonSchemaFromClasspath
public com.github.fge.jsonschema.main.JsonSchema getJsonSchemaFromClasspath(String name) throws ParsingException
- Throws:
ParsingException
-
-