Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Channel
-
-
Uses of AsyncApi30Channel in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Channel Modifier and Type Class Description classAsyncApi30ChannelImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Channel Modifier and Type Method Description AsyncApi30ChannelAsyncApi30Channels. createChannel()AsyncApi30ChannelAsyncApi30ChannelsImpl. createChannel()AsyncApi30ChannelAsyncApi30Components. createChannel()AsyncApi30ChannelAsyncApi30ComponentsImpl. createChannel()AsyncApi30ChannelAsyncApi30ChannelsImpl. getItem(String name)AsyncApi30ChannelAsyncApi30ChannelsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v30 that return types with arguments of type AsyncApi30Channel Modifier and Type Method Description Map<String,AsyncApi30Channel>AsyncApi30Components. getChannels()Map<String,AsyncApi30Channel>AsyncApi30ComponentsImpl. getChannels()List<AsyncApi30Channel>AsyncApi30ChannelsImpl. getItems()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30Channel Modifier and Type Method Description voidAsyncApi30Components. addChannel(String name, AsyncApi30Channel value)voidAsyncApi30ComponentsImpl. addChannel(String name, AsyncApi30Channel value)voidAsyncApi30ChannelsImpl. addItem(String name, AsyncApi30Channel item)voidAsyncApi30Components. insertChannel(String name, AsyncApi30Channel value, int atIndex)voidAsyncApi30ComponentsImpl. insertChannel(String name, AsyncApi30Channel value, int atIndex)voidAsyncApi30ChannelsImpl. insertItem(String name, AsyncApi30Channel item, int atIndex) -
Uses of AsyncApi30Channel in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Channel Modifier and Type Method Description voidAsyncApi30ModelReader. readChannel(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Channel node)voidAsyncApi30ModelReaderDispatcher. visitChannel(AsyncApi30Channel node)voidAsyncApi30ModelWriterDispatcher. visitChannel(AsyncApi30Channel node)voidAsyncApi30ModelWriter. writeChannel(AsyncApi30Channel node, com.fasterxml.jackson.databind.node.ObjectNode json) -
Uses of AsyncApi30Channel in io.apicurio.datamodels.models.asyncapi.v30.visitors
Methods in io.apicurio.datamodels.models.asyncapi.v30.visitors with parameters of type AsyncApi30Channel Modifier and Type Method Description voidAsyncApi30Traverser. visitChannel(AsyncApi30Channel node)voidAsyncApi30Visitor. visitChannel(AsyncApi30Channel node)voidAsyncApi30VisitorAdapter. visitChannel(AsyncApi30Channel node) -
Uses of AsyncApi30Channel in io.apicurio.datamodels.models.asyncapi.visitors
Methods in io.apicurio.datamodels.models.asyncapi.visitors with parameters of type AsyncApi30Channel Modifier and Type Method Description voidCombinedAsyncApiVisitorAdapter. visitChannel(AsyncApi30Channel node) -
Uses of AsyncApi30Channel in io.apicurio.datamodels.models.visitors
Methods in io.apicurio.datamodels.models.visitors with parameters of type AsyncApi30Channel Modifier and Type Method Description voidAllNodeVisitor. visitChannel(AsyncApi30Channel node)voidCombinedVisitorAdapter. visitChannel(AsyncApi30Channel node)
-