Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Channels
-
Packages that use AsyncApi30Channels Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Channels in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Channels Modifier and Type Class Description classAsyncApi30ChannelsImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Channels Modifier and Type Method Description AsyncApi30ChannelsAsyncApi30DocumentImpl. createChannels() -
Uses of AsyncApi30Channels in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Channels Modifier and Type Method Description voidAsyncApi30ModelReader. readChannels(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Channels node)voidAsyncApi30ModelWriter. writeChannels(AsyncApi30Channels node, com.fasterxml.jackson.databind.node.ObjectNode json)
-