Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23CorrelationID
-
Packages that use AsyncApi23CorrelationID Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23CorrelationID in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23CorrelationID Modifier and Type Class Description classAsyncApi23CorrelationIDImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23CorrelationID Modifier and Type Method Description AsyncApi23CorrelationIDAsyncApi23ComponentsImpl. createCorrelationID()AsyncApi23CorrelationIDAsyncApi23MessageImpl. createCorrelationID()AsyncApi23CorrelationIDAsyncApi23MessageTraitImpl. createCorrelationID() -
Uses of AsyncApi23CorrelationID in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23CorrelationID Modifier and Type Method Description voidAsyncApi23ModelReader. readCorrelationID(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23CorrelationID node)voidAsyncApi23ModelWriter. writeCorrelationID(AsyncApi23CorrelationID node, com.fasterxml.jackson.databind.node.ObjectNode json)
-