Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Reference
-
-
Uses of AsyncApi30Reference in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Reference Modifier and Type Class Description classAsyncApi30ReferenceImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Reference Modifier and Type Method Description AsyncApi30ReferenceAsyncApi30Channel. createReference()AsyncApi30ReferenceAsyncApi30ChannelImpl. createReference()AsyncApi30ReferenceAsyncApi30Operation. createReference()AsyncApi30ReferenceAsyncApi30OperationImpl. createReference()AsyncApi30ReferenceAsyncApi30OperationReply. createReference()AsyncApi30ReferenceAsyncApi30OperationReplyImpl. createReference()AsyncApi30ReferenceAsyncApi30Operation. getChannel()AsyncApi30ReferenceAsyncApi30OperationImpl. getChannel()AsyncApi30ReferenceAsyncApi30OperationReply. getChannel()AsyncApi30ReferenceAsyncApi30OperationReplyImpl. getChannel()Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30Reference Modifier and Type Method Description List<AsyncApi30Reference>AsyncApi30Operation. getMessages()List<AsyncApi30Reference>AsyncApi30OperationImpl. getMessages()List<AsyncApi30Reference>AsyncApi30OperationReply. getMessages()List<AsyncApi30Reference>AsyncApi30OperationReplyImpl. getMessages()List<AsyncApi30Reference>AsyncApi30Channel. getServers()List<AsyncApi30Reference>AsyncApi30ChannelImpl. getServers()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30Reference Modifier and Type Method Description voidAsyncApi30Operation. addMessage(AsyncApi30Reference value)voidAsyncApi30OperationImpl. addMessage(AsyncApi30Reference value)voidAsyncApi30OperationReply. addMessage(AsyncApi30Reference value)voidAsyncApi30OperationReplyImpl. addMessage(AsyncApi30Reference value)voidAsyncApi30Channel. addServer(AsyncApi30Reference value)voidAsyncApi30ChannelImpl. addServer(AsyncApi30Reference value)voidAsyncApi30Operation. insertMessage(AsyncApi30Reference value, int atIndex)voidAsyncApi30OperationImpl. insertMessage(AsyncApi30Reference value, int atIndex)voidAsyncApi30OperationReply. insertMessage(AsyncApi30Reference value, int atIndex)voidAsyncApi30OperationReplyImpl. insertMessage(AsyncApi30Reference value, int atIndex)voidAsyncApi30Channel. insertServer(AsyncApi30Reference value, int atIndex)voidAsyncApi30ChannelImpl. insertServer(AsyncApi30Reference value, int atIndex)voidAsyncApi30Operation. removeMessage(AsyncApi30Reference value)voidAsyncApi30OperationImpl. removeMessage(AsyncApi30Reference value)voidAsyncApi30OperationReply. removeMessage(AsyncApi30Reference value)voidAsyncApi30OperationReplyImpl. removeMessage(AsyncApi30Reference value)voidAsyncApi30Channel. removeServer(AsyncApi30Reference value)voidAsyncApi30ChannelImpl. removeServer(AsyncApi30Reference value)voidAsyncApi30Operation. setChannel(AsyncApi30Reference value)voidAsyncApi30OperationImpl. setChannel(AsyncApi30Reference value)voidAsyncApi30OperationReply. setChannel(AsyncApi30Reference value)voidAsyncApi30OperationReplyImpl. setChannel(AsyncApi30Reference value) -
Uses of AsyncApi30Reference in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Reference Modifier and Type Method Description voidAsyncApi30ModelReader. readReference(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Reference node)voidAsyncApi30ModelReaderDispatcher. visitReference(AsyncApi30Reference node)voidAsyncApi30ModelWriterDispatcher. visitReference(AsyncApi30Reference node)voidAsyncApi30ModelWriter. writeReference(AsyncApi30Reference node, com.fasterxml.jackson.databind.node.ObjectNode json) -
Uses of AsyncApi30Reference in io.apicurio.datamodels.models.asyncapi.v30.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v30.visitors with parameters of type AsyncApi30Reference Modifier and Type Method Description voidAsyncApi30Traverser. visitReference(AsyncApi30Reference node)voidAsyncApi30Visitor. visitReference(AsyncApi30Reference node)voidAsyncApi30VisitorAdapter. visitReference(AsyncApi30Reference node) -
Uses of AsyncApi30Reference in io.apicurio.datamodels.models.asyncapi.visitors
Methods in io.apicurio.datamodels.models.asyncapi.visitors with parameters of type AsyncApi30Reference Modifier and Type Method Description voidCombinedAsyncApiVisitorAdapter. visitReference(AsyncApi30Reference node) -
Uses of AsyncApi30Reference in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type AsyncApi30Reference Modifier and Type Method Description voidAllNodeVisitor. visitReference(AsyncApi30Reference node)voidCombinedVisitorAdapter. visitReference(AsyncApi30Reference node)
-