Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Components
-
Packages that use AsyncApi23Components Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Components in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Components Modifier and Type Class Description classAsyncApi23ComponentsImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Components Modifier and Type Method Description AsyncApi23ComponentsAsyncApi23DocumentImpl. createComponents() -
Uses of AsyncApi23Components in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Components Modifier and Type Method Description voidAsyncApi23ModelReader. readComponents(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Components node)voidAsyncApi23ModelWriter. writeComponents(AsyncApi23Components node, com.fasterxml.jackson.databind.node.ObjectNode json)
-