Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22CorrelationID
-
Packages that use AsyncApi22CorrelationID Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22CorrelationID in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22CorrelationID Modifier and Type Class Description classAsyncApi22CorrelationIDImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22CorrelationID Modifier and Type Method Description AsyncApi22CorrelationIDAsyncApi22ComponentsImpl. createCorrelationID()AsyncApi22CorrelationIDAsyncApi22MessageImpl. createCorrelationID()AsyncApi22CorrelationIDAsyncApi22MessageTraitImpl. createCorrelationID() -
Uses of AsyncApi22CorrelationID in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22CorrelationID Modifier and Type Method Description voidAsyncApi22ModelReader. readCorrelationID(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22CorrelationID node)voidAsyncApi22ModelWriter. writeCorrelationID(AsyncApi22CorrelationID node, com.fasterxml.jackson.databind.node.ObjectNode json)
-