public class RamlModelResult extends Object
Api model matching
the RAML version is available.
If there are parsing errors, the list of errors is available.| Modifier and Type | Method and Description |
|---|---|
Api |
getApiV08() |
Api |
getApiV10() |
List<ValidationResult> |
getValidationResults() |
boolean |
hasErrors() |
boolean |
isVersion08() |
boolean |
isVersion10() |
public boolean hasErrors()
public boolean isVersion10()
public boolean isVersion08()
@Nonnull public List<ValidationResult> getValidationResults()
@Nullable public Api getApiV10()
Copyright © 2016. All rights reserved.