Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Channels
-
Packages that use AsyncApi26Channels Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Channels in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Channels Modifier and Type Class Description classAsyncApi26ChannelsImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26Channels Modifier and Type Method Description AsyncApi26ChannelsAsyncApi26DocumentImpl. createChannels() -
Uses of AsyncApi26Channels in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Channels Modifier and Type Method Description voidAsyncApi26ModelReader. readChannels(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Channels node)voidAsyncApi26ModelWriter. writeChannels(AsyncApi26Channels node, com.fasterxml.jackson.databind.node.ObjectNode json)
-