Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Channels
-
Packages that use AsyncApi25Channels Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Channels in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Channels Modifier and Type Class Description classAsyncApi25ChannelsImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Channels Modifier and Type Method Description AsyncApi25ChannelsAsyncApi25DocumentImpl. createChannels() -
Uses of AsyncApi25Channels in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Channels Modifier and Type Method Description voidAsyncApi25ModelReader. readChannels(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Channels node)voidAsyncApi25ModelWriter. writeChannels(AsyncApi25Channels node, com.fasterxml.jackson.databind.node.ObjectNode json)
-