Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Channels
-
Packages that use AsyncApi23Channels Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Channels in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Channels Modifier and Type Class Description classAsyncApi23ChannelsImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Channels Modifier and Type Method Description AsyncApi23ChannelsAsyncApi23DocumentImpl. createChannels() -
Uses of AsyncApi23Channels in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Channels Modifier and Type Method Description voidAsyncApi23ModelReader. readChannels(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Channels node)voidAsyncApi23ModelWriter. writeChannels(AsyncApi23Channels node, com.fasterxml.jackson.databind.node.ObjectNode json)
-