public class ParserWrapperV1 extends Object implements org.mule.apikit.ApiParser
| Modifier and Type | Field and Description |
|---|---|
static org.raml.parser.loader.ResourceLoader |
DEFAULT_RESOURCE_LOADER |
| Constructor and Description |
|---|
ParserWrapperV1(String ramlPath,
List<org.raml.parser.loader.ResourceLoader> loaders,
List<String> references) |
ParserWrapperV1(String ramlPath,
List<String> references) |
| Modifier and Type | Method and Description |
|---|---|
static org.raml.parser.loader.ResourceLoader |
getResourceLoaderForPath(String ramlPath) |
org.mule.apikit.model.ApiSpecification |
parse() |
org.mule.apikit.validation.ApiValidationReport |
validate() |
public static final org.raml.parser.loader.ResourceLoader DEFAULT_RESOURCE_LOADER
public static org.raml.parser.loader.ResourceLoader getResourceLoaderForPath(String ramlPath)
public org.mule.apikit.validation.ApiValidationReport validate()
validate in interface org.mule.apikit.ApiParserpublic org.mule.apikit.model.ApiSpecification parse()
parse in interface org.mule.apikit.ApiParserCopyright © 2019. All rights reserved.