Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Components
-
Packages that use AsyncApi22Components Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Components in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Components Modifier and Type Class Description classAsyncApi22ComponentsImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Components Modifier and Type Method Description AsyncApi22ComponentsAsyncApi22DocumentImpl. createComponents() -
Uses of AsyncApi22Components in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Components Modifier and Type Method Description voidAsyncApi22ModelReader. readComponents(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Components node)voidAsyncApi22ModelWriter. writeComponents(AsyncApi22Components node, com.fasterxml.jackson.databind.node.ObjectNode json)
-