Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24ChannelBindings
-
Packages that use AsyncApi24ChannelBindings Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24ChannelBindings in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24ChannelBindings Modifier and Type Class Description classAsyncApi24ChannelBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24ChannelBindings Modifier and Type Method Description AsyncApi24ChannelBindingsAsyncApi24ChannelItemImpl. createChannelBindings()AsyncApi24ChannelBindingsAsyncApi24ComponentsImpl. createChannelBindings() -
Uses of AsyncApi24ChannelBindings in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24ChannelBindings Modifier and Type Method Description voidAsyncApi24ModelReader. readChannelBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24ChannelBindings node)voidAsyncApi24ModelWriter. writeChannelBindings(AsyncApi24ChannelBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-