Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Components
-
Packages that use AsyncApi30Components Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Components in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Components Modifier and Type Class Description classAsyncApi30ComponentsImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Components Modifier and Type Method Description AsyncApi30ComponentsAsyncApi30DocumentImpl. createComponents() -
Uses of AsyncApi30Components in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Components Modifier and Type Method Description voidAsyncApi30ModelReader. readComponents(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Components node)voidAsyncApi30ModelWriter. writeComponents(AsyncApi30Components node, com.fasterxml.jackson.databind.node.ObjectNode json)
-