Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Components
-
Packages that use AsyncApi21Components Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Components in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Components Modifier and Type Class Description classAsyncApi21ComponentsImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Components Modifier and Type Method Description AsyncApi21ComponentsAsyncApi21DocumentImpl. createComponents() -
Uses of AsyncApi21Components in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Components Modifier and Type Method Description voidAsyncApi21ModelReader. readComponents(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Components node)voidAsyncApi21ModelWriter. writeComponents(AsyncApi21Components node, com.fasterxml.jackson.databind.node.ObjectNode json)
-