Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20MessageBindings
-
Packages that use AsyncApi20MessageBindings Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20MessageBindings in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20MessageBindings Modifier and Type Class Description classAsyncApi20MessageBindingsImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20MessageBindings Modifier and Type Method Description AsyncApi20MessageBindingsAsyncApi20ComponentsImpl. createMessageBindings()AsyncApi20MessageBindingsAsyncApi20MessageImpl. createMessageBindings()AsyncApi20MessageBindingsAsyncApi20MessageTraitImpl. createMessageBindings() -
Uses of AsyncApi20MessageBindings in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20MessageBindings Modifier and Type Method Description voidAsyncApi20ModelReader. readMessageBindings(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20MessageBindings node)voidAsyncApi20ModelWriter. writeMessageBindings(AsyncApi20MessageBindings node, com.fasterxml.jackson.databind.node.ObjectNode json)
-