public class YamlSpecParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
| Constructor and Description |
|---|
YamlSpecParser(String typesPackage) |
| Modifier and Type | Method and Description |
|---|---|
ParsedYAMLSpec |
parse(InputStream inputStream) |
public YamlSpecParser(String typesPackage)
public ParsedYAMLSpec parse(InputStream inputStream) throws SyntaxError
SyntaxErrorCopyright © 2019. All rights reserved.