Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20ChannelItem
-
Packages that use AsyncApi20ChannelItem Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20ChannelItem in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20ChannelItem Modifier and Type Class Description classAsyncApi20ChannelItemImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20ChannelItem Modifier and Type Method Description AsyncApi20ChannelItemAsyncApi20Channels. createChannelItem()AsyncApi20ChannelItemAsyncApi20ChannelsImpl. createChannelItem()AsyncApi20ChannelItemAsyncApi20ChannelsImpl. getItem(String name)AsyncApi20ChannelItemAsyncApi20ChannelsImpl. removeItem(String name)Methods in io.apicurio.datamodels.models.asyncapi.v20 that return types with arguments of type AsyncApi20ChannelItem Modifier and Type Method Description List<AsyncApi20ChannelItem>AsyncApi20ChannelsImpl. getItems()Methods in io.apicurio.datamodels.models.asyncapi.v20 with parameters of type AsyncApi20ChannelItem Modifier and Type Method Description voidAsyncApi20ChannelsImpl. addItem(String name, AsyncApi20ChannelItem item)voidAsyncApi20ChannelsImpl. insertItem(String name, AsyncApi20ChannelItem item, int atIndex) -
Uses of AsyncApi20ChannelItem in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20ChannelItem Modifier and Type Method Description voidAsyncApi20ModelReader. readChannelItem(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20ChannelItem node)voidAsyncApi20ModelWriter. writeChannelItem(AsyncApi20ChannelItem node, com.fasterxml.jackson.databind.node.ObjectNode json)
-