Uses of Interface
io.apicurio.datamodels.models.asyncapi.AsyncApiMessage
-
-
Uses of AsyncApiMessage in io.apicurio.datamodels.deref
Methods in io.apicurio.datamodels.deref with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi2NodeImporter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi
Methods in io.apicurio.datamodels.models.asyncapi that return AsyncApiMessage Modifier and Type Method Description AsyncApiMessageAsyncApiComponents. createMessage()AsyncApiMessageAsyncApiOneOfMessages. createMessage()Methods in io.apicurio.datamodels.models.asyncapi that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApiComponents. getMessages()List<AsyncApiMessage>AsyncApiOneOfMessages. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApiComponents. addMessage(String name, AsyncApiMessage value)voidAsyncApiOneOfMessages. addOneOf(AsyncApiMessage value)voidAsyncApiComponents. insertMessage(String name, AsyncApiMessage value, int atIndex)voidAsyncApiOneOfMessages. insertOneOf(AsyncApiMessage value, int atIndex)voidAsyncApiOneOfMessages. removeOneOf(AsyncApiMessage value) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v20
Subinterfaces of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v20 Modifier and Type Interface Description interfaceAsyncApi20MessageClasses in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApiMessage Modifier and Type Class Description classAsyncApi20MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApi20ComponentsImpl. getMessages()List<AsyncApiMessage>AsyncApi20OneOfMessagesImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v20 with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi20ComponentsImpl. addMessage(String name, AsyncApiMessage value)voidAsyncApi20OneOfMessagesImpl. addOneOf(AsyncApiMessage value)voidAsyncApi20ComponentsImpl. insertMessage(String name, AsyncApiMessage value, int atIndex)voidAsyncApi20OneOfMessagesImpl. insertOneOf(AsyncApiMessage value, int atIndex)voidAsyncApi20OneOfMessagesImpl. removeOneOf(AsyncApiMessage value) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi20ModelReaderDispatcher. visitMessage(AsyncApiMessage node)voidAsyncApi20ModelWriterDispatcher. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v20.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v20.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi20Traverser. visitMessage(AsyncApiMessage node)voidAsyncApi20VisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v21
Subinterfaces of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v21 Modifier and Type Interface Description interfaceAsyncApi21MessageClasses in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApiMessage Modifier and Type Class Description classAsyncApi21MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApi21ComponentsImpl. getMessages()List<AsyncApiMessage>AsyncApi21OneOfMessagesImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v21 with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi21ComponentsImpl. addMessage(String name, AsyncApiMessage value)voidAsyncApi21OneOfMessagesImpl. addOneOf(AsyncApiMessage value)voidAsyncApi21ComponentsImpl. insertMessage(String name, AsyncApiMessage value, int atIndex)voidAsyncApi21OneOfMessagesImpl. insertOneOf(AsyncApiMessage value, int atIndex)voidAsyncApi21OneOfMessagesImpl. removeOneOf(AsyncApiMessage value) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi21ModelReaderDispatcher. visitMessage(AsyncApiMessage node)voidAsyncApi21ModelWriterDispatcher. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v21.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v21.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi21Traverser. visitMessage(AsyncApiMessage node)voidAsyncApi21VisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v22
Subinterfaces of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v22 Modifier and Type Interface Description interfaceAsyncApi22MessageClasses in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApiMessage Modifier and Type Class Description classAsyncApi22MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApi22ComponentsImpl. getMessages()List<AsyncApiMessage>AsyncApi22OneOfMessagesImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v22 with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi22ComponentsImpl. addMessage(String name, AsyncApiMessage value)voidAsyncApi22OneOfMessagesImpl. addOneOf(AsyncApiMessage value)voidAsyncApi22ComponentsImpl. insertMessage(String name, AsyncApiMessage value, int atIndex)voidAsyncApi22OneOfMessagesImpl. insertOneOf(AsyncApiMessage value, int atIndex)voidAsyncApi22OneOfMessagesImpl. removeOneOf(AsyncApiMessage value) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi22ModelReaderDispatcher. visitMessage(AsyncApiMessage node)voidAsyncApi22ModelWriterDispatcher. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v22.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v22.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi22Traverser. visitMessage(AsyncApiMessage node)voidAsyncApi22VisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v23
Subinterfaces of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v23 Modifier and Type Interface Description interfaceAsyncApi23MessageClasses in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApiMessage Modifier and Type Class Description classAsyncApi23MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApi23ComponentsImpl. getMessages()List<AsyncApiMessage>AsyncApi23OneOfMessagesImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v23 with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi23ComponentsImpl. addMessage(String name, AsyncApiMessage value)voidAsyncApi23OneOfMessagesImpl. addOneOf(AsyncApiMessage value)voidAsyncApi23ComponentsImpl. insertMessage(String name, AsyncApiMessage value, int atIndex)voidAsyncApi23OneOfMessagesImpl. insertOneOf(AsyncApiMessage value, int atIndex)voidAsyncApi23OneOfMessagesImpl. removeOneOf(AsyncApiMessage value) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi23ModelReaderDispatcher. visitMessage(AsyncApiMessage node)voidAsyncApi23ModelWriterDispatcher. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v23.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v23.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi23Traverser. visitMessage(AsyncApiMessage node)voidAsyncApi23VisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v24
Subinterfaces of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v24 Modifier and Type Interface Description interfaceAsyncApi24MessageClasses in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApiMessage Modifier and Type Class Description classAsyncApi24MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApi24ComponentsImpl. getMessages()List<AsyncApiMessage>AsyncApi24OneOfMessagesImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi24ComponentsImpl. addMessage(String name, AsyncApiMessage value)voidAsyncApi24OneOfMessagesImpl. addOneOf(AsyncApiMessage value)voidAsyncApi24ComponentsImpl. insertMessage(String name, AsyncApiMessage value, int atIndex)voidAsyncApi24OneOfMessagesImpl. insertOneOf(AsyncApiMessage value, int atIndex)voidAsyncApi24OneOfMessagesImpl. removeOneOf(AsyncApiMessage value) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi24ModelReaderDispatcher. visitMessage(AsyncApiMessage node)voidAsyncApi24ModelWriterDispatcher. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v24.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v24.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi24Traverser. visitMessage(AsyncApiMessage node)voidAsyncApi24VisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v25
Subinterfaces of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v25 Modifier and Type Interface Description interfaceAsyncApi25MessageClasses in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApiMessage Modifier and Type Class Description classAsyncApi25MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApi25ComponentsImpl. getMessages()List<AsyncApiMessage>AsyncApi25OneOfMessagesImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi25ComponentsImpl. addMessage(String name, AsyncApiMessage value)voidAsyncApi25OneOfMessagesImpl. addOneOf(AsyncApiMessage value)voidAsyncApi25ComponentsImpl. insertMessage(String name, AsyncApiMessage value, int atIndex)voidAsyncApi25OneOfMessagesImpl. insertOneOf(AsyncApiMessage value, int atIndex)voidAsyncApi25OneOfMessagesImpl. removeOneOf(AsyncApiMessage value) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi25ModelReaderDispatcher. visitMessage(AsyncApiMessage node)voidAsyncApi25ModelWriterDispatcher. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v25.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v25.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi25Traverser. visitMessage(AsyncApiMessage node)voidAsyncApi25VisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v26
Subinterfaces of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v26 Modifier and Type Interface Description interfaceAsyncApi26MessageClasses in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApiMessage Modifier and Type Class Description classAsyncApi26MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApi26ComponentsImpl. getMessages()List<AsyncApiMessage>AsyncApi26OneOfMessagesImpl. getOneOf()Methods in io.apicurio.datamodels.models.asyncapi.v26 with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi26ComponentsImpl. addMessage(String name, AsyncApiMessage value)voidAsyncApi26OneOfMessagesImpl. addOneOf(AsyncApiMessage value)voidAsyncApi26ComponentsImpl. insertMessage(String name, AsyncApiMessage value, int atIndex)voidAsyncApi26OneOfMessagesImpl. insertOneOf(AsyncApiMessage value, int atIndex)voidAsyncApi26OneOfMessagesImpl. removeOneOf(AsyncApiMessage value) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi26ModelReaderDispatcher. visitMessage(AsyncApiMessage node)voidAsyncApi26ModelWriterDispatcher. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v26.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v26.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi26Traverser. visitMessage(AsyncApiMessage node)voidAsyncApi26VisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v30
Subinterfaces of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v30 Modifier and Type Interface Description interfaceAsyncApi30MessageClasses in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApiMessage Modifier and Type Class Description classAsyncApi30MessageImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApiMessage Modifier and Type Method Description Map<String,AsyncApiMessage>AsyncApi30ComponentsImpl. getMessages()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi30ComponentsImpl. addMessage(String name, AsyncApiMessage value)voidAsyncApi30ComponentsImpl. insertMessage(String name, AsyncApiMessage value, int atIndex) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi30ModelReaderDispatcher. visitMessage(AsyncApiMessage node)voidAsyncApi30ModelWriterDispatcher. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.v30.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v30.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApi30Traverser. visitMessage(AsyncApiMessage node)voidAsyncApi30VisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.asyncapi.visitors
Methods in io.apicurio.datamodels.models.asyncapi.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAsyncApiVisitor. visitMessage(AsyncApiMessage node)voidCombinedAsyncApiVisitorAdapter. visitMessage(AsyncApiMessage node) -
Uses of AsyncApiMessage in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type AsyncApiMessage Modifier and Type Method Description voidAllNodeVisitor. visitMessage(AsyncApiMessage node)voidCombinedVisitorAdapter. visitMessage(AsyncApiMessage node)
-