Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21MessageBindings
-
Packages that use AsyncApi21MessageBindings Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21MessageBindings in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21MessageBindings Modifier and Type Class Description classAsyncApi21MessageBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21MessageBindings Modifier and Type Method Description AsyncApi21MessageBindingsAsyncApi21ComponentsImpl. createMessageBindings()AsyncApi21MessageBindingsAsyncApi21MessageImpl. createMessageBindings()AsyncApi21MessageBindingsAsyncApi21MessageTraitImpl. createMessageBindings() -
Uses of AsyncApi21MessageBindings in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21MessageBindings Modifier and Type Method Description voidAsyncApi21ModelReader. readMessageBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21MessageBindings node)voidAsyncApi21ModelWriter. writeMessageBindings(AsyncApi21MessageBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-