Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Components
-
Packages that use AsyncApi25Components Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Components in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Components Modifier and Type Class Description classAsyncApi25ComponentsImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Components Modifier and Type Method Description AsyncApi25ComponentsAsyncApi25DocumentImpl. createComponents() -
Uses of AsyncApi25Components in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Components Modifier and Type Method Description voidAsyncApi25ModelReader. readComponents(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Components node)voidAsyncApi25ModelWriter. writeComponents(AsyncApi25Components node, com.fasterxml.jackson.databind.node.ObjectNode json)
-