Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24ChannelItem
-
Packages that use AsyncApi24ChannelItem Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24ChannelItem in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24ChannelItem Modifier and Type Class Description classAsyncApi24ChannelItemImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24ChannelItem Modifier and Type Method Description AsyncApi24ChannelItemAsyncApi24Channels. createChannelItem()AsyncApi24ChannelItemAsyncApi24ChannelsImpl. createChannelItem()AsyncApi24ChannelItemAsyncApi24Components. createChannelItem()AsyncApi24ChannelItemAsyncApi24ComponentsImpl. createChannelItem()AsyncApi24ChannelItemAsyncApi24ChannelsImpl. getItem(String name)AsyncApi24ChannelItemAsyncApi24ChannelsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v24 that return types with arguments of type AsyncApi24ChannelItem Modifier and Type Method Description Map<String,AsyncApi24ChannelItem>AsyncApi24Components. getChannels()Map<String,AsyncApi24ChannelItem>AsyncApi24ComponentsImpl. getChannels()List<AsyncApi24ChannelItem>AsyncApi24ChannelsImpl. getItems()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApi24ChannelItem Modifier and Type Method Description voidAsyncApi24Components. addChannel(String name, AsyncApi24ChannelItem value)voidAsyncApi24ComponentsImpl. addChannel(String name, AsyncApi24ChannelItem value)voidAsyncApi24ChannelsImpl. addItem(String name, AsyncApi24ChannelItem item)voidAsyncApi24Components. insertChannel(String name, AsyncApi24ChannelItem value, int atIndex)voidAsyncApi24ComponentsImpl. insertChannel(String name, AsyncApi24ChannelItem value, int atIndex)voidAsyncApi24ChannelsImpl. insertItem(String name, AsyncApi24ChannelItem item, int atIndex) -
Uses of AsyncApi24ChannelItem in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24ChannelItem Modifier and Type Method Description voidAsyncApi24ModelReader. readChannelItem(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24ChannelItem node)voidAsyncApi24ModelWriter. writeChannelItem(AsyncApi24ChannelItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-