public class Validator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Validator.Marker |
| Constructor and Description |
|---|
Validator() |
| Modifier and Type | Method and Description |
|---|---|
List<Validator.Marker> |
getMarkers() |
boolean |
hasErrors() |
protected void |
reportError(String message,
Object... arguments) |
void |
validate(AsyncApi api) |
public void validate(AsyncApi api)
public boolean hasErrors()
public List<Validator.Marker> getMarkers()
Copyright © 2017. All rights reserved.