Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25ChannelItem
-
Packages that use AsyncApi25ChannelItem Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25ChannelItem in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25ChannelItem Modifier and Type Class Description classAsyncApi25ChannelItemImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25ChannelItem Modifier and Type Method Description AsyncApi25ChannelItemAsyncApi25Channels. createChannelItem()AsyncApi25ChannelItemAsyncApi25ChannelsImpl. createChannelItem()AsyncApi25ChannelItemAsyncApi25Components. createChannelItem()AsyncApi25ChannelItemAsyncApi25ComponentsImpl. createChannelItem()AsyncApi25ChannelItemAsyncApi25ChannelsImpl. getItem(String name)AsyncApi25ChannelItemAsyncApi25ChannelsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v25 that return types with arguments of type AsyncApi25ChannelItem Modifier and Type Method Description Map<String,AsyncApi25ChannelItem>AsyncApi25Components. getChannels()Map<String,AsyncApi25ChannelItem>AsyncApi25ComponentsImpl. getChannels()List<AsyncApi25ChannelItem>AsyncApi25ChannelsImpl. getItems()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApi25ChannelItem Modifier and Type Method Description voidAsyncApi25Components. addChannel(String name, AsyncApi25ChannelItem value)voidAsyncApi25ComponentsImpl. addChannel(String name, AsyncApi25ChannelItem value)voidAsyncApi25ChannelsImpl. addItem(String name, AsyncApi25ChannelItem item)voidAsyncApi25Components. insertChannel(String name, AsyncApi25ChannelItem value, int atIndex)voidAsyncApi25ComponentsImpl. insertChannel(String name, AsyncApi25ChannelItem value, int atIndex)voidAsyncApi25ChannelsImpl. insertItem(String name, AsyncApi25ChannelItem item, int atIndex) -
Uses of AsyncApi25ChannelItem in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25ChannelItem Modifier and Type Method Description voidAsyncApi25ModelReader. readChannelItem(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25ChannelItem node)voidAsyncApi25ModelWriter. writeChannelItem(AsyncApi25ChannelItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-