Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30MessageBindings
-
Packages that use AsyncApi30MessageBindings Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30MessageBindings in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30MessageBindings Modifier and Type Class Description classAsyncApi30MessageBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30MessageBindings Modifier and Type Method Description AsyncApi30MessageBindingsAsyncApi30ComponentsImpl. createMessageBindings()AsyncApi30MessageBindingsAsyncApi30MessageImpl. createMessageBindings()AsyncApi30MessageBindingsAsyncApi30MessageTraitImpl. createMessageBindings() -
Uses of AsyncApi30MessageBindings in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30MessageBindings Modifier and Type Method Description voidAsyncApi30ModelReader. readMessageBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30MessageBindings node)voidAsyncApi30ModelWriter. writeMessageBindings(AsyncApi30MessageBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-