Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21ChannelItem
-
Packages that use AsyncApi21ChannelItem Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21ChannelItem in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21ChannelItem Modifier and Type Class Description classAsyncApi21ChannelItemImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21ChannelItem Modifier and Type Method Description AsyncApi21ChannelItemAsyncApi21Channels. createChannelItem()AsyncApi21ChannelItemAsyncApi21ChannelsImpl. createChannelItem()AsyncApi21ChannelItemAsyncApi21ChannelsImpl. getItem(String name)AsyncApi21ChannelItemAsyncApi21ChannelsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v21 that return types with arguments of type AsyncApi21ChannelItem Modifier and Type Method Description List<AsyncApi21ChannelItem>AsyncApi21ChannelsImpl. getItems()Methods in io.apicurio.datamodels.models.asyncapi.v21 with parameters of type AsyncApi21ChannelItem Modifier and Type Method Description voidAsyncApi21ChannelsImpl. addItem(String name, AsyncApi21ChannelItem item)voidAsyncApi21ChannelsImpl. insertItem(String name, AsyncApi21ChannelItem item, int atIndex) -
Uses of AsyncApi21ChannelItem in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21ChannelItem Modifier and Type Method Description voidAsyncApi21ModelReader. readChannelItem(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21ChannelItem node)voidAsyncApi21ModelWriter. writeChannelItem(AsyncApi21ChannelItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-