Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30CorrelationID
-
Packages that use AsyncApi30CorrelationID Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30CorrelationID in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30CorrelationID Modifier and Type Class Description classAsyncApi30CorrelationIDImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30CorrelationID Modifier and Type Method Description AsyncApi30CorrelationIDAsyncApi30ComponentsImpl. createCorrelationID()AsyncApi30CorrelationIDAsyncApi30MessageImpl. createCorrelationID()AsyncApi30CorrelationIDAsyncApi30MessageTraitImpl. createCorrelationID() -
Uses of AsyncApi30CorrelationID in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30CorrelationID Modifier and Type Method Description voidAsyncApi30ModelReader. readCorrelationID(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30CorrelationID node)voidAsyncApi30ModelWriter. writeCorrelationID(AsyncApi30CorrelationID node, com.fasterxml.jackson.databind.node.ObjectNode json)
-