Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21ChannelBindings
-
Packages that use AsyncApi21ChannelBindings Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21ChannelBindings in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21ChannelBindings Modifier and Type Class Description classAsyncApi21ChannelBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21ChannelBindings Modifier and Type Method Description AsyncApi21ChannelBindingsAsyncApi21ChannelItemImpl. createChannelBindings()AsyncApi21ChannelBindingsAsyncApi21ComponentsImpl. createChannelBindings() -
Uses of AsyncApi21ChannelBindings in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21ChannelBindings Modifier and Type Method Description voidAsyncApi21ModelReader. readChannelBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21ChannelBindings node)voidAsyncApi21ModelWriter. writeChannelBindings(AsyncApi21ChannelBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-