| Package | Description |
|---|---|
| de.dentrassi.asyncapi |
The AsyncAPI model
|
| de.dentrassi.asyncapi.internal.parser |
YAML Parser for AsyncAPI
|
| Modifier and Type | Method and Description |
|---|---|
static AsyncApi |
AsyncApi.parseYaml(InputStream in)
Load an AsyncAPI specification encoded in YAML
|
static AsyncApi |
AsyncApi.parseYaml(Path path)
Load an AsyncAPI specification encoded in YAML
|
static AsyncApi |
AsyncApi.parseYaml(Reader reader)
Load an AsyncAPI specification encoded in YAML
|
static AsyncApi |
AsyncApi.validate(AsyncApi api) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncApi |
AsyncApi.validate(AsyncApi api) |
void |
Validator.validate(AsyncApi api) |
| Modifier and Type | Method and Description |
|---|---|
AsyncApi |
YamlParser.parse() |
Copyright © 2017. All rights reserved.