Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24CorrelationID
-
Packages that use AsyncApi24CorrelationID Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24CorrelationID in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24CorrelationID Modifier and Type Class Description classAsyncApi24CorrelationIDImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24CorrelationID Modifier and Type Method Description AsyncApi24CorrelationIDAsyncApi24ComponentsImpl. createCorrelationID()AsyncApi24CorrelationIDAsyncApi24MessageImpl. createCorrelationID()AsyncApi24CorrelationIDAsyncApi24MessageTraitImpl. createCorrelationID() -
Uses of AsyncApi24CorrelationID in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24CorrelationID Modifier and Type Method Description voidAsyncApi24ModelReader. readCorrelationID(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24CorrelationID node)voidAsyncApi24ModelWriter. writeCorrelationID(AsyncApi24CorrelationID node, com.fasterxml.jackson.databind.node.ObjectNode json)
-