Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30OperationReplyAddress
-
-
Uses of AsyncApi30OperationReplyAddress in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30OperationReplyAddress Modifier and Type Class Description classAsyncApi30OperationReplyAddressImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30OperationReplyAddress Modifier and Type Method Description AsyncApi30OperationReplyAddressAsyncApi30Components. createOperationReplyAddress()AsyncApi30OperationReplyAddressAsyncApi30ComponentsImpl. createOperationReplyAddress()AsyncApi30OperationReplyAddressAsyncApi30OperationReply. createOperationReplyAddress()AsyncApi30OperationReplyAddressAsyncApi30OperationReplyImpl. createOperationReplyAddress()AsyncApi30OperationReplyAddressAsyncApi30OperationReply. getAddress()AsyncApi30OperationReplyAddressAsyncApi30OperationReplyImpl. getAddress()Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30OperationReplyAddress Modifier and Type Method Description Map<String,AsyncApi30OperationReplyAddress>AsyncApi30Components. getReplyAddresses()Map<String,AsyncApi30OperationReplyAddress>AsyncApi30ComponentsImpl. getReplyAddresses()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30OperationReplyAddress Modifier and Type Method Description voidAsyncApi30Components. addReplyAddress(String name, AsyncApi30OperationReplyAddress value)voidAsyncApi30ComponentsImpl. addReplyAddress(String name, AsyncApi30OperationReplyAddress value)voidAsyncApi30Components. insertReplyAddress(String name, AsyncApi30OperationReplyAddress value, int atIndex)voidAsyncApi30ComponentsImpl. insertReplyAddress(String name, AsyncApi30OperationReplyAddress value, int atIndex)voidAsyncApi30OperationReply. setAddress(AsyncApi30OperationReplyAddress value)voidAsyncApi30OperationReplyImpl. setAddress(AsyncApi30OperationReplyAddress value) -
Uses of AsyncApi30OperationReplyAddress in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30OperationReplyAddress Modifier and Type Method Description voidAsyncApi30ModelReader. readOperationReplyAddress(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30OperationReplyAddress node)voidAsyncApi30ModelReaderDispatcher. visitOperationReplyAddress(AsyncApi30OperationReplyAddress node)voidAsyncApi30ModelWriterDispatcher. visitOperationReplyAddress(AsyncApi30OperationReplyAddress node)voidAsyncApi30ModelWriter. writeOperationReplyAddress(AsyncApi30OperationReplyAddress node, com.fasterxml.jackson.databind.node.ObjectNode json) -
Uses of AsyncApi30OperationReplyAddress in io.apicurio.datamodels.models.asyncapi.v30.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v30.visitors with parameters of type AsyncApi30OperationReplyAddress Modifier and Type Method Description voidAsyncApi30Traverser. visitOperationReplyAddress(AsyncApi30OperationReplyAddress node)voidAsyncApi30Visitor. visitOperationReplyAddress(AsyncApi30OperationReplyAddress node)voidAsyncApi30VisitorAdapter. visitOperationReplyAddress(AsyncApi30OperationReplyAddress node) -
Uses of AsyncApi30OperationReplyAddress in io.apicurio.datamodels.models.asyncapi.visitors
Methods in io.apicurio.datamodels.models.asyncapi.visitors with parameters of type AsyncApi30OperationReplyAddress Modifier and Type Method Description voidCombinedAsyncApiVisitorAdapter. visitOperationReplyAddress(AsyncApi30OperationReplyAddress node) -
Uses of AsyncApi30OperationReplyAddress in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type AsyncApi30OperationReplyAddress Modifier and Type Method Description voidAllNodeVisitor. visitOperationReplyAddress(AsyncApi30OperationReplyAddress node)voidCombinedVisitorAdapter. visitOperationReplyAddress(AsyncApi30OperationReplyAddress node)
-