Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Channels
-
Packages that use AsyncApi24Channels Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Channels in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Channels Modifier and Type Class Description classAsyncApi24ChannelsImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Channels Modifier and Type Method Description AsyncApi24ChannelsAsyncApi24DocumentImpl. createChannels() -
Uses of AsyncApi24Channels in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Channels Modifier and Type Method Description voidAsyncApi24ModelReader. readChannels(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Channels node)voidAsyncApi24ModelWriter. writeChannels(AsyncApi24Channels node, com.fasterxml.jackson.databind.node.ObjectNode json)
-