Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Components
-
Packages that use AsyncApi20Components Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Components in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Components Modifier and Type Class Description classAsyncApi20ComponentsImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Components Modifier and Type Method Description AsyncApi20ComponentsAsyncApi20DocumentImpl. createComponents() -
Uses of AsyncApi20Components in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Components Modifier and Type Method Description voidAsyncApi20ModelReader. readComponents(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Components node)voidAsyncApi20ModelWriter. writeComponents(AsyncApi20Components node, com.fasterxml.jackson.databind.node.ObjectNode json)
-