Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Channels
-
Packages that use AsyncApi20Channels Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Channels in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Channels Modifier and Type Class Description classAsyncApi20ChannelsImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Channels Modifier and Type Method Description AsyncApi20ChannelsAsyncApi20DocumentImpl. createChannels() -
Uses of AsyncApi20Channels in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Channels Modifier and Type Method Description voidAsyncApi20ModelReader. readChannels(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Channels node)voidAsyncApi20ModelWriter. writeChannels(AsyncApi20Channels node, com.fasterxml.jackson.databind.node.ObjectNode json)
-