Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30OperationReply
-
-
Uses of AsyncApi30OperationReply in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30OperationReply Modifier and Type Class Description classAsyncApi30OperationReplyImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30OperationReply Modifier and Type Method Description AsyncApi30OperationReplyAsyncApi30Components. createOperationReply()AsyncApi30OperationReplyAsyncApi30ComponentsImpl. createOperationReply()AsyncApi30OperationReplyAsyncApi30Operation. createOperationReply()AsyncApi30OperationReplyAsyncApi30OperationImpl. createOperationReply()AsyncApi30OperationReplyAsyncApi30Operation. getReply()AsyncApi30OperationReplyAsyncApi30OperationImpl. getReply()Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30OperationReply Modifier and Type Method Description Map<String,AsyncApi30OperationReply>AsyncApi30Components. getReplies()Map<String,AsyncApi30OperationReply>AsyncApi30ComponentsImpl. getReplies()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30OperationReply Modifier and Type Method Description voidAsyncApi30Components. addReply(String name, AsyncApi30OperationReply value)voidAsyncApi30ComponentsImpl. addReply(String name, AsyncApi30OperationReply value)voidAsyncApi30Components. insertReply(String name, AsyncApi30OperationReply value, int atIndex)voidAsyncApi30ComponentsImpl. insertReply(String name, AsyncApi30OperationReply value, int atIndex)voidAsyncApi30Operation. setReply(AsyncApi30OperationReply value)voidAsyncApi30OperationImpl. setReply(AsyncApi30OperationReply value) -
Uses of AsyncApi30OperationReply in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30OperationReply Modifier and Type Method Description voidAsyncApi30ModelReader. readOperationReply(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30OperationReply node)voidAsyncApi30ModelReaderDispatcher. visitOperationReply(AsyncApi30OperationReply node)voidAsyncApi30ModelWriterDispatcher. visitOperationReply(AsyncApi30OperationReply node)voidAsyncApi30ModelWriter. writeOperationReply(AsyncApi30OperationReply node, com.fasterxml.jackson.databind.node.ObjectNode json) -
Uses of AsyncApi30OperationReply in io.apicurio.datamodels.models.asyncapi.v30.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v30.visitors with parameters of type AsyncApi30OperationReply Modifier and Type Method Description voidAsyncApi30Traverser. visitOperationReply(AsyncApi30OperationReply node)voidAsyncApi30Visitor. visitOperationReply(AsyncApi30OperationReply node)voidAsyncApi30VisitorAdapter. visitOperationReply(AsyncApi30OperationReply node) -
Uses of AsyncApi30OperationReply in io.apicurio.datamodels.models.asyncapi.visitors
Methods in io.apicurio.datamodels.models.asyncapi.visitors with parameters of type AsyncApi30OperationReply Modifier and Type Method Description voidCombinedAsyncApiVisitorAdapter. visitOperationReply(AsyncApi30OperationReply node) -
Uses of AsyncApi30OperationReply in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type AsyncApi30OperationReply Modifier and Type Method Description voidAllNodeVisitor. visitOperationReply(AsyncApi30OperationReply node)voidCombinedVisitorAdapter. visitOperationReply(AsyncApi30OperationReply node)
-