| Package | Description |
|---|---|
| de.dentrassi.asyncapi |
The AsyncAPI model
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayType |
class |
CoreType |
class |
EnumType |
class |
ObjectType |
class |
ParentableType |
class |
Type |
| Modifier and Type | Method and Description |
|---|---|
TypeReference |
ArrayType.getItemType() |
TypeReference |
Message.getPayload() |
TypeReference |
Property.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setPayload(TypeReference payload) |
void |
Property.setType(TypeReference type) |
| Constructor and Description |
|---|
ArrayType(String name,
TypeReference itemType,
boolean unique) |
Copyright © 2017. All rights reserved.