Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Binding
-
Packages that use AsyncApi20Binding Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Binding in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Binding Modifier and Type Class Description classAsyncApi20BindingImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Binding Modifier and Type Method Description AsyncApi20BindingAsyncApi20ChannelBindingsImpl. createBinding()AsyncApi20BindingAsyncApi20MessageBindingsImpl. createBinding()AsyncApi20BindingAsyncApi20OperationBindingsImpl. createBinding()AsyncApi20BindingAsyncApi20ServerBindingsImpl. createBinding() -
Uses of AsyncApi20Binding in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Binding Modifier and Type Method Description voidAsyncApi20ModelReader. readBinding(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Binding node)voidAsyncApi20ModelWriter. writeBinding(AsyncApi20Binding node, com.fasterxml.jackson.databind.node.ObjectNode json)
-