Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21CorrelationID
-
Packages that use AsyncApi21CorrelationID Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21CorrelationID in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21CorrelationID Modifier and Type Class Description classAsyncApi21CorrelationIDImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21CorrelationID Modifier and Type Method Description AsyncApi21CorrelationIDAsyncApi21ComponentsImpl. createCorrelationID()AsyncApi21CorrelationIDAsyncApi21MessageImpl. createCorrelationID()AsyncApi21CorrelationIDAsyncApi21MessageTraitImpl. createCorrelationID() -
Uses of AsyncApi21CorrelationID in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21CorrelationID Modifier and Type Method Description voidAsyncApi21ModelReader. readCorrelationID(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21CorrelationID node)voidAsyncApi21ModelWriter. writeCorrelationID(AsyncApi21CorrelationID node, com.fasterxml.jackson.databind.node.ObjectNode json)
-