Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26ChannelItem
-
Packages that use AsyncApi26ChannelItem Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26ChannelItem in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26ChannelItem Modifier and Type Class Description classAsyncApi26ChannelItemImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26ChannelItem Modifier and Type Method Description AsyncApi26ChannelItemAsyncApi26Channels. createChannelItem()AsyncApi26ChannelItemAsyncApi26ChannelsImpl. createChannelItem()AsyncApi26ChannelItemAsyncApi26Components. createChannelItem()AsyncApi26ChannelItemAsyncApi26ComponentsImpl. createChannelItem()AsyncApi26ChannelItemAsyncApi26ChannelsImpl. getItem(String name)AsyncApi26ChannelItemAsyncApi26ChannelsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v26 that return types with arguments of type AsyncApi26ChannelItem Modifier and Type Method Description Map<String,AsyncApi26ChannelItem>AsyncApi26Components. getChannels()Map<String,AsyncApi26ChannelItem>AsyncApi26ComponentsImpl. getChannels()List<AsyncApi26ChannelItem>AsyncApi26ChannelsImpl. getItems()Methods in io.apicurio.datamodels.models.asyncapi.v26 with parameters of type AsyncApi26ChannelItem Modifier and Type Method Description voidAsyncApi26Components. addChannel(String name, AsyncApi26ChannelItem value)voidAsyncApi26ComponentsImpl. addChannel(String name, AsyncApi26ChannelItem value)voidAsyncApi26ChannelsImpl. addItem(String name, AsyncApi26ChannelItem item)voidAsyncApi26Components. insertChannel(String name, AsyncApi26ChannelItem value, int atIndex)voidAsyncApi26ComponentsImpl. insertChannel(String name, AsyncApi26ChannelItem value, int atIndex)voidAsyncApi26ChannelsImpl. insertItem(String name, AsyncApi26ChannelItem item, int atIndex) -
Uses of AsyncApi26ChannelItem in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26ChannelItem Modifier and Type Method Description voidAsyncApi26ModelReader. readChannelItem(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26ChannelItem node)voidAsyncApi26ModelWriter. writeChannelItem(AsyncApi26ChannelItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-