Class AsyncAPI
java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.model.AsyncAPI
This is the root document object for the API specification.
It combines resource listing and API declaration together into one document.
- See Also:
-
Field Summary
FieldsFields inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
extensionFields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
readExtensionProperty
-
Field Details
-
ASYNCAPI_DEFAULT_VERSION
- See Also:
-
-
Constructor Details
-
AsyncAPI
public AsyncAPI()
-