Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25CorrelationID
-
Packages that use AsyncApi25CorrelationID Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25CorrelationID in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25CorrelationID Modifier and Type Class Description classAsyncApi25CorrelationIDImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25CorrelationID Modifier and Type Method Description AsyncApi25CorrelationIDAsyncApi25ComponentsImpl. createCorrelationID()AsyncApi25CorrelationIDAsyncApi25MessageImpl. createCorrelationID()AsyncApi25CorrelationIDAsyncApi25MessageTraitImpl. createCorrelationID() -
Uses of AsyncApi25CorrelationID in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25CorrelationID Modifier and Type Method Description voidAsyncApi25ModelReader. readCorrelationID(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25CorrelationID node)voidAsyncApi25ModelWriter. writeCorrelationID(AsyncApi25CorrelationID node, com.fasterxml.jackson.databind.node.ObjectNode json)
-