Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Components
-
Packages that use AsyncApi24Components Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Components in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Components Modifier and Type Class Description classAsyncApi24ComponentsImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Components Modifier and Type Method Description AsyncApi24ComponentsAsyncApi24DocumentImpl. createComponents() -
Uses of AsyncApi24Components in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Components Modifier and Type Method Description voidAsyncApi24ModelReader. readComponents(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Components node)voidAsyncApi24ModelWriter. writeComponents(AsyncApi24Components node, com.fasterxml.jackson.databind.node.ObjectNode json)
-