Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Components
-
Packages that use AsyncApi26Components Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Components in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Components Modifier and Type Class Description classAsyncApi26ComponentsImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26Components Modifier and Type Method Description AsyncApi26ComponentsAsyncApi26DocumentImpl. createComponents() -
Uses of AsyncApi26Components in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Components Modifier and Type Method Description voidAsyncApi26ModelReader. readComponents(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Components node)voidAsyncApi26ModelWriter. writeComponents(AsyncApi26Components node, com.fasterxml.jackson.databind.node.ObjectNode json)
-