Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26CorrelationID
-
Packages that use AsyncApi26CorrelationID Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26CorrelationID in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26CorrelationID Modifier and Type Class Description classAsyncApi26CorrelationIDImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26CorrelationID Modifier and Type Method Description AsyncApi26CorrelationIDAsyncApi26ComponentsImpl. createCorrelationID()AsyncApi26CorrelationIDAsyncApi26MessageImpl. createCorrelationID()AsyncApi26CorrelationIDAsyncApi26MessageTraitImpl. createCorrelationID() -
Uses of AsyncApi26CorrelationID in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26CorrelationID Modifier and Type Method Description voidAsyncApi26ModelReader. readCorrelationID(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26CorrelationID node)voidAsyncApi26ModelWriter. writeCorrelationID(AsyncApi26CorrelationID node, com.fasterxml.jackson.databind.node.ObjectNode json)
-