Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20ChannelBindings
-
Packages that use AsyncApi20ChannelBindings Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20ChannelBindings in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20ChannelBindings Modifier and Type Class Description classAsyncApi20ChannelBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20ChannelBindings Modifier and Type Method Description AsyncApi20ChannelBindingsAsyncApi20ChannelItemImpl. createChannelBindings()AsyncApi20ChannelBindingsAsyncApi20ComponentsImpl. createChannelBindings() -
Uses of AsyncApi20ChannelBindings in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20ChannelBindings Modifier and Type Method Description voidAsyncApi20ModelReader. readChannelBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20ChannelBindings node)voidAsyncApi20ModelWriter. writeChannelBindings(AsyncApi20ChannelBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-