Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Channels
-
Packages that use AsyncApi21Channels Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Channels in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Channels Modifier and Type Class Description classAsyncApi21ChannelsImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Channels Modifier and Type Method Description AsyncApi21ChannelsAsyncApi21DocumentImpl. createChannels() -
Uses of AsyncApi21Channels in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Channels Modifier and Type Method Description voidAsyncApi21ModelReader. readChannels(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Channels node)voidAsyncApi21ModelWriter. writeChannels(AsyncApi21Channels node, com.fasterxml.jackson.databind.node.ObjectNode json)
-