Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22ChannelBindings
-
Packages that use AsyncApi22ChannelBindings Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22ChannelBindings in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22ChannelBindings Modifier and Type Class Description classAsyncApi22ChannelBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22ChannelBindings Modifier and Type Method Description AsyncApi22ChannelBindingsAsyncApi22ChannelItemImpl. createChannelBindings()AsyncApi22ChannelBindingsAsyncApi22ComponentsImpl. createChannelBindings() -
Uses of AsyncApi22ChannelBindings in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22ChannelBindings Modifier and Type Method Description voidAsyncApi22ModelReader. readChannelBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22ChannelBindings node)voidAsyncApi22ModelWriter. writeChannelBindings(AsyncApi22ChannelBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-