Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23ChannelItem
-
Packages that use AsyncApi23ChannelItem Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23ChannelItem in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23ChannelItem Modifier and Type Class Description classAsyncApi23ChannelItemImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23ChannelItem Modifier and Type Method Description AsyncApi23ChannelItemAsyncApi23Channels. createChannelItem()AsyncApi23ChannelItemAsyncApi23ChannelsImpl. createChannelItem()AsyncApi23ChannelItemAsyncApi23Components. createChannelItem()AsyncApi23ChannelItemAsyncApi23ComponentsImpl. createChannelItem()AsyncApi23ChannelItemAsyncApi23ChannelsImpl. getItem(String name)AsyncApi23ChannelItemAsyncApi23ChannelsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v23 that return types with arguments of type AsyncApi23ChannelItem Modifier and Type Method Description Map<String,AsyncApi23ChannelItem>AsyncApi23Components. getChannels()Map<String,AsyncApi23ChannelItem>AsyncApi23ComponentsImpl. getChannels()List<AsyncApi23ChannelItem>AsyncApi23ChannelsImpl. getItems()Methods in io.apicurio.datamodels.models.asyncapi.v23 with parameters of type AsyncApi23ChannelItem Modifier and Type Method Description voidAsyncApi23Components. addChannel(String name, AsyncApi23ChannelItem value)voidAsyncApi23ComponentsImpl. addChannel(String name, AsyncApi23ChannelItem value)voidAsyncApi23ChannelsImpl. addItem(String name, AsyncApi23ChannelItem item)voidAsyncApi23Components. insertChannel(String name, AsyncApi23ChannelItem value, int atIndex)voidAsyncApi23ComponentsImpl. insertChannel(String name, AsyncApi23ChannelItem value, int atIndex)voidAsyncApi23ChannelsImpl. insertItem(String name, AsyncApi23ChannelItem item, int atIndex) -
Uses of AsyncApi23ChannelItem in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23ChannelItem Modifier and Type Method Description voidAsyncApi23ModelReader. readChannelItem(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23ChannelItem node)voidAsyncApi23ModelWriter. writeChannelItem(AsyncApi23ChannelItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-