Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20CorrelationID
-
Packages that use AsyncApi20CorrelationID Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20CorrelationID in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20CorrelationID Modifier and Type Class Description classAsyncApi20CorrelationIDImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20CorrelationID Modifier and Type Method Description AsyncApi20CorrelationIDAsyncApi20ComponentsImpl. createCorrelationID()AsyncApi20CorrelationIDAsyncApi20MessageImpl. createCorrelationID()AsyncApi20CorrelationIDAsyncApi20MessageTraitImpl. createCorrelationID() -
Uses of AsyncApi20CorrelationID in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20CorrelationID Modifier and Type Method Description voidAsyncApi20ModelReader. readCorrelationID(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20CorrelationID node)voidAsyncApi20ModelWriter. writeCorrelationID(AsyncApi20CorrelationID node, com.fasterxml.jackson.databind.node.ObjectNode json)
-