Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23MessageBindings
-
Packages that use AsyncApi23MessageBindings Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23MessageBindings in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23MessageBindings Modifier and Type Class Description classAsyncApi23MessageBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23MessageBindings Modifier and Type Method Description AsyncApi23MessageBindingsAsyncApi23ComponentsImpl. createMessageBindings()AsyncApi23MessageBindingsAsyncApi23MessageImpl. createMessageBindings()AsyncApi23MessageBindingsAsyncApi23MessageTraitImpl. createMessageBindings() -
Uses of AsyncApi23MessageBindings in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23MessageBindings Modifier and Type Method Description voidAsyncApi23ModelReader. readMessageBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23MessageBindings node)voidAsyncApi23ModelWriter. writeMessageBindings(AsyncApi23MessageBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-