Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ChannelBindings
-
Packages that use AsyncApi30ChannelBindings Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30ChannelBindings in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30ChannelBindings Modifier and Type Class Description classAsyncApi30ChannelBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30ChannelBindings Modifier and Type Method Description AsyncApi30ChannelBindingsAsyncApi30Channel. createChannelBindings()AsyncApi30ChannelBindingsAsyncApi30ChannelImpl. createChannelBindings()AsyncApi30ChannelBindingsAsyncApi30ComponentsImpl. createChannelBindings()AsyncApi30ChannelBindingsAsyncApi30Channel. getBindings()AsyncApi30ChannelBindingsAsyncApi30ChannelImpl. getBindings()Methods in io.apicurio.datamodels.models.asyncapi.v30 with parameters of type AsyncApi30ChannelBindings Modifier and Type Method Description voidAsyncApi30Channel. setBindings(AsyncApi30ChannelBindings value)voidAsyncApi30ChannelImpl. setBindings(AsyncApi30ChannelBindings value) -
Uses of AsyncApi30ChannelBindings in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30ChannelBindings Modifier and Type Method Description voidAsyncApi30ModelReader. readChannelBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30ChannelBindings node)voidAsyncApi30ModelWriter. writeChannelBindings(AsyncApi30ChannelBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-