Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Channels
-
Packages that use AsyncApi22Channels Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Channels in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Channels Modifier and Type Class Description classAsyncApi22ChannelsImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Channels Modifier and Type Method Description AsyncApi22ChannelsAsyncApi22DocumentImpl. createChannels() -
Uses of AsyncApi22Channels in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Channels Modifier and Type Method Description voidAsyncApi22ModelReader. readChannels(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Channels node)voidAsyncApi22ModelWriter. writeChannels(AsyncApi22Channels node, com.fasterxml.jackson.databind.node.ObjectNode json)
-