Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23ChannelBindings
-
Packages that use AsyncApi23ChannelBindings Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23ChannelBindings in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23ChannelBindings Modifier and Type Class Description classAsyncApi23ChannelBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23ChannelBindings Modifier and Type Method Description AsyncApi23ChannelBindingsAsyncApi23ChannelItemImpl. createChannelBindings()AsyncApi23ChannelBindingsAsyncApi23ComponentsImpl. createChannelBindings() -
Uses of AsyncApi23ChannelBindings in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23ChannelBindings Modifier and Type Method Description voidAsyncApi23ModelReader. readChannelBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23ChannelBindings node)voidAsyncApi23ModelWriter. writeChannelBindings(AsyncApi23ChannelBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-