Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22ChannelItem
-
Packages that use AsyncApi22ChannelItem Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22ChannelItem in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22ChannelItem Modifier and Type Class Description classAsyncApi22ChannelItemImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22ChannelItem Modifier and Type Method Description AsyncApi22ChannelItemAsyncApi22Channels. createChannelItem()AsyncApi22ChannelItemAsyncApi22ChannelsImpl. createChannelItem()AsyncApi22ChannelItemAsyncApi22ChannelsImpl. getItem(String name)AsyncApi22ChannelItemAsyncApi22ChannelsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v22 that return types with arguments of type AsyncApi22ChannelItem Modifier and Type Method Description List<AsyncApi22ChannelItem>AsyncApi22ChannelsImpl. getItems()Methods in io.apicurio.datamodels.models.asyncapi.v22 with parameters of type AsyncApi22ChannelItem Modifier and Type Method Description voidAsyncApi22ChannelsImpl. addItem(String name, AsyncApi22ChannelItem item)voidAsyncApi22ChannelsImpl. insertItem(String name, AsyncApi22ChannelItem item, int atIndex) -
Uses of AsyncApi22ChannelItem in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22ChannelItem Modifier and Type Method Description voidAsyncApi22ModelReader. readChannelItem(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22ChannelItem node)voidAsyncApi22ModelWriter. writeChannelItem(AsyncApi22ChannelItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-