public interface ParserWrapper
| Modifier and Type | Method and Description |
|---|---|
IRaml |
build() |
String |
dump(IRaml api,
String newBaseUri) |
String |
dump(String ramlContent,
IRaml api,
String oldSchemeHostPort,
String newSchemeHostPort) |
ApiVendor |
getApiVendor() |
ParserType |
getParserType() |
IRamlUpdater |
getRamlUpdater(IRaml api) |
void |
updateBaseUri(IRaml api,
String baseUri) |
void |
validate() |
IValidationReport |
validationReport() |
ApiVendor getApiVendor()
ParserType getParserType()
void validate()
IValidationReport validationReport()
IRaml build()
IRamlUpdater getRamlUpdater(IRaml api)
Copyright © 2019. All rights reserved.