Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25ChannelBindings
-
Packages that use AsyncApi25ChannelBindings Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25ChannelBindings in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25ChannelBindings Modifier and Type Class Description classAsyncApi25ChannelBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25ChannelBindings Modifier and Type Method Description AsyncApi25ChannelBindingsAsyncApi25ChannelItemImpl. createChannelBindings()AsyncApi25ChannelBindingsAsyncApi25ComponentsImpl. createChannelBindings() -
Uses of AsyncApi25ChannelBindings in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25ChannelBindings Modifier and Type Method Description voidAsyncApi25ModelReader. readChannelBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25ChannelBindings node)voidAsyncApi25ModelWriter. writeChannelBindings(AsyncApi25ChannelBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-