Uses of Interface
io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Schema
-
Packages that use AsyncApi23Schema Package Description io.apicurio.datamodels.models.asyncapi.v23 io.apicurio.datamodels.models.asyncapi.v23.io -
-
Uses of AsyncApi23Schema in io.apicurio.datamodels.models.asyncapi.v23
Classes in io.apicurio.datamodels.models.asyncapi.v23 that implement AsyncApi23Schema Modifier and Type Class Description classAsyncApi23SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v23 that return AsyncApi23Schema Modifier and Type Method Description AsyncApi23SchemaAsyncApi23Components. createSchema()AsyncApi23SchemaAsyncApi23ComponentsImpl. createSchema()AsyncApi23SchemaAsyncApi23Message. createSchema()AsyncApi23SchemaAsyncApi23MessageImpl. createSchema()AsyncApi23SchemaAsyncApi23MessageTrait. createSchema()AsyncApi23SchemaAsyncApi23MessageTraitImpl. createSchema()AsyncApi23SchemaAsyncApi23Parameter. createSchema()AsyncApi23SchemaAsyncApi23ParameterImpl. createSchema()AsyncApi23SchemaAsyncApi23SchemaImpl. createSchema()AsyncApi23SchemaAsyncApi23Message. getHeaders()AsyncApi23SchemaAsyncApi23MessageImpl. getHeaders()AsyncApi23SchemaAsyncApi23MessageTrait. getHeaders()AsyncApi23SchemaAsyncApi23MessageTraitImpl. getHeaders()AsyncApi23SchemaAsyncApi23Parameter. getSchema()AsyncApi23SchemaAsyncApi23ParameterImpl. getSchema()Methods in io.apicurio.datamodels.models.asyncapi.v23 that return types with arguments of type AsyncApi23Schema Modifier and Type Method Description Map<String,AsyncApi23Schema>AsyncApi23Components. getSchemas()Map<String,AsyncApi23Schema>AsyncApi23ComponentsImpl. getSchemas()Methods in io.apicurio.datamodels.models.asyncapi.v23 with parameters of type AsyncApi23Schema Modifier and Type Method Description voidAsyncApi23Components. addSchema(String name, AsyncApi23Schema value)voidAsyncApi23ComponentsImpl. addSchema(String name, AsyncApi23Schema value)voidAsyncApi23Components. insertSchema(String name, AsyncApi23Schema value, int atIndex)voidAsyncApi23ComponentsImpl. insertSchema(String name, AsyncApi23Schema value, int atIndex)voidAsyncApi23Message. setHeaders(AsyncApi23Schema value)voidAsyncApi23MessageImpl. setHeaders(AsyncApi23Schema value)voidAsyncApi23MessageTrait. setHeaders(AsyncApi23Schema value)voidAsyncApi23MessageTraitImpl. setHeaders(AsyncApi23Schema value)voidAsyncApi23Parameter. setSchema(AsyncApi23Schema value)voidAsyncApi23ParameterImpl. setSchema(AsyncApi23Schema value) -
Uses of AsyncApi23Schema in io.apicurio.datamodels.models.asyncapi.v23.io
Methods in io.apicurio.datamodels.models.asyncapi.v23.io with parameters of type AsyncApi23Schema Modifier and Type Method Description voidAsyncApi23ModelReader. readSchema(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi23Schema node)voidAsyncApi23ModelWriter. writeSchema(AsyncApi23Schema node, com.fasterxml.jackson.databind.node.ObjectNode json)
-