Uses of Interface
io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21Schema
-
Packages that use AsyncApi21Schema Package Description io.apicurio.datamodels.models.asyncapi.v21 io.apicurio.datamodels.models.asyncapi.v21.io -
-
Uses of AsyncApi21Schema in io.apicurio.datamodels.models.asyncapi.v21
Classes in io.apicurio.datamodels.models.asyncapi.v21 that implement AsyncApi21Schema Modifier and Type Class Description classAsyncApi21SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v21 that return AsyncApi21Schema Modifier and Type Method Description AsyncApi21SchemaAsyncApi21Components. createSchema()AsyncApi21SchemaAsyncApi21ComponentsImpl. createSchema()AsyncApi21SchemaAsyncApi21Message. createSchema()AsyncApi21SchemaAsyncApi21MessageImpl. createSchema()AsyncApi21SchemaAsyncApi21MessageTrait. createSchema()AsyncApi21SchemaAsyncApi21MessageTraitImpl. createSchema()AsyncApi21SchemaAsyncApi21Parameter. createSchema()AsyncApi21SchemaAsyncApi21ParameterImpl. createSchema()AsyncApi21SchemaAsyncApi21SchemaImpl. createSchema()AsyncApi21SchemaAsyncApi21Message. getHeaders()AsyncApi21SchemaAsyncApi21MessageImpl. getHeaders()AsyncApi21SchemaAsyncApi21MessageTrait. getHeaders()AsyncApi21SchemaAsyncApi21MessageTraitImpl. getHeaders()AsyncApi21SchemaAsyncApi21Parameter. getSchema()AsyncApi21SchemaAsyncApi21ParameterImpl. getSchema()Methods in io.apicurio.datamodels.models.asyncapi.v21 that return types with arguments of type AsyncApi21Schema Modifier and Type Method Description Map<String,AsyncApi21Schema>AsyncApi21Components. getSchemas()Map<String,AsyncApi21Schema>AsyncApi21ComponentsImpl. getSchemas()Methods in io.apicurio.datamodels.models.asyncapi.v21 with parameters of type AsyncApi21Schema Modifier and Type Method Description voidAsyncApi21Components. addSchema(String name, AsyncApi21Schema value)voidAsyncApi21ComponentsImpl. addSchema(String name, AsyncApi21Schema value)voidAsyncApi21Components. insertSchema(String name, AsyncApi21Schema value, int atIndex)voidAsyncApi21ComponentsImpl. insertSchema(String name, AsyncApi21Schema value, int atIndex)voidAsyncApi21Message. setHeaders(AsyncApi21Schema value)voidAsyncApi21MessageImpl. setHeaders(AsyncApi21Schema value)voidAsyncApi21MessageTrait. setHeaders(AsyncApi21Schema value)voidAsyncApi21MessageTraitImpl. setHeaders(AsyncApi21Schema value)voidAsyncApi21Parameter. setSchema(AsyncApi21Schema value)voidAsyncApi21ParameterImpl. setSchema(AsyncApi21Schema value) -
Uses of AsyncApi21Schema in io.apicurio.datamodels.models.asyncapi.v21.io
Methods in io.apicurio.datamodels.models.asyncapi.v21.io with parameters of type AsyncApi21Schema Modifier and Type Method Description voidAsyncApi21ModelReader. readSchema(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi21Schema node)voidAsyncApi21ModelWriter. writeSchema(AsyncApi21Schema node, com.fasterxml.jackson.databind.node.ObjectNode json)
-