Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Binding
-
Packages that use AsyncApi21Binding Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Binding in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Binding Modifier and Type Class Description classAsyncApi21BindingImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Binding Modifier and Type Method Description AsyncApi21BindingAsyncApi21ChannelBindings. createBinding()AsyncApi21BindingAsyncApi21ChannelBindingsImpl. createBinding()AsyncApi21BindingAsyncApi21MessageBindings. createBinding()AsyncApi21BindingAsyncApi21MessageBindingsImpl. createBinding()AsyncApi21BindingAsyncApi21OperationBindings. createBinding()AsyncApi21BindingAsyncApi21OperationBindingsImpl. createBinding()AsyncApi21BindingAsyncApi21ServerBindings. createBinding()AsyncApi21BindingAsyncApi21ServerBindingsImpl. createBinding()AsyncApi21BindingAsyncApi21ChannelBindings. getIbmmq()AsyncApi21BindingAsyncApi21ChannelBindingsImpl. getIbmmq()AsyncApi21BindingAsyncApi21MessageBindings. getIbmmq()AsyncApi21BindingAsyncApi21MessageBindingsImpl. getIbmmq()AsyncApi21BindingAsyncApi21ServerBindings. getIbmmq()AsyncApi21BindingAsyncApi21ServerBindingsImpl. getIbmmq()AsyncApi21BindingAsyncApi21ChannelBindings. getMercure()AsyncApi21BindingAsyncApi21ChannelBindingsImpl. getMercure()AsyncApi21BindingAsyncApi21MessageBindings. getMercure()AsyncApi21BindingAsyncApi21MessageBindingsImpl. getMercure()AsyncApi21BindingAsyncApi21OperationBindings. getMercure()AsyncApi21BindingAsyncApi21OperationBindingsImpl. getMercure()AsyncApi21BindingAsyncApi21ServerBindings. getMercure()AsyncApi21BindingAsyncApi21ServerBindingsImpl. getMercure()Methods in io.apicurio.datamodels.models.asyncapi.v21 with parameters of type AsyncApi21Binding Modifier and Type Method Description voidAsyncApi21ChannelBindings. setIbmmq(AsyncApi21Binding value)voidAsyncApi21ChannelBindingsImpl. setIbmmq(AsyncApi21Binding value)voidAsyncApi21MessageBindings. setIbmmq(AsyncApi21Binding value)voidAsyncApi21MessageBindingsImpl. setIbmmq(AsyncApi21Binding value)voidAsyncApi21ServerBindings. setIbmmq(AsyncApi21Binding value)voidAsyncApi21ServerBindingsImpl. setIbmmq(AsyncApi21Binding value)voidAsyncApi21ChannelBindings. setMercure(AsyncApi21Binding value)voidAsyncApi21ChannelBindingsImpl. setMercure(AsyncApi21Binding value)voidAsyncApi21MessageBindings. setMercure(AsyncApi21Binding value)voidAsyncApi21MessageBindingsImpl. setMercure(AsyncApi21Binding value)voidAsyncApi21OperationBindings. setMercure(AsyncApi21Binding value)voidAsyncApi21OperationBindingsImpl. setMercure(AsyncApi21Binding value)voidAsyncApi21ServerBindings. setMercure(AsyncApi21Binding value)voidAsyncApi21ServerBindingsImpl. setMercure(AsyncApi21Binding value) -
Uses of AsyncApi21Binding in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Binding Modifier and Type Method Description voidAsyncApi21ModelReader. readBinding(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Binding node)voidAsyncApi21ModelWriter. writeBinding(AsyncApi21Binding node, com.fasterxml.jackson.databind.node.ObjectNode json)
-