Uses of Interface
io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Schema
-
Packages that use AsyncApi26Schema Package Description io.apicurio.datamodels.models.asyncapi.v26 io.apicurio.datamodels.models.asyncapi.v26.io -
-
Uses of AsyncApi26Schema in io.apicurio.datamodels.models.asyncapi.v26
Classes in io.apicurio.datamodels.models.asyncapi.v26 that implement AsyncApi26Schema Modifier and Type Class Description classAsyncApi26SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v26 that return AsyncApi26Schema Modifier and Type Method Description AsyncApi26SchemaAsyncApi26Components. createSchema()AsyncApi26SchemaAsyncApi26ComponentsImpl. createSchema()AsyncApi26SchemaAsyncApi26Message. createSchema()AsyncApi26SchemaAsyncApi26MessageImpl. createSchema()AsyncApi26SchemaAsyncApi26MessageTrait. createSchema()AsyncApi26SchemaAsyncApi26MessageTraitImpl. createSchema()AsyncApi26SchemaAsyncApi26Parameter. createSchema()AsyncApi26SchemaAsyncApi26ParameterImpl. createSchema()AsyncApi26SchemaAsyncApi26SchemaImpl. createSchema()AsyncApi26SchemaAsyncApi26Message. getHeaders()AsyncApi26SchemaAsyncApi26MessageImpl. getHeaders()AsyncApi26SchemaAsyncApi26MessageTrait. getHeaders()AsyncApi26SchemaAsyncApi26MessageTraitImpl. getHeaders()AsyncApi26SchemaAsyncApi26Parameter. getSchema()AsyncApi26SchemaAsyncApi26ParameterImpl. getSchema()Methods in io.apicurio.datamodels.models.asyncapi.v26 that return types with arguments of type AsyncApi26Schema Modifier and Type Method Description Map<String,AsyncApi26Schema>AsyncApi26Components. getSchemas()Map<String,AsyncApi26Schema>AsyncApi26ComponentsImpl. getSchemas()Methods in io.apicurio.datamodels.models.asyncapi.v26 with parameters of type AsyncApi26Schema Modifier and Type Method Description voidAsyncApi26Components. addSchema(String name, AsyncApi26Schema value)voidAsyncApi26ComponentsImpl. addSchema(String name, AsyncApi26Schema value)voidAsyncApi26Components. insertSchema(String name, AsyncApi26Schema value, int atIndex)voidAsyncApi26ComponentsImpl. insertSchema(String name, AsyncApi26Schema value, int atIndex)voidAsyncApi26Message. setHeaders(AsyncApi26Schema value)voidAsyncApi26MessageImpl. setHeaders(AsyncApi26Schema value)voidAsyncApi26MessageTrait. setHeaders(AsyncApi26Schema value)voidAsyncApi26MessageTraitImpl. setHeaders(AsyncApi26Schema value)voidAsyncApi26Parameter. setSchema(AsyncApi26Schema value)voidAsyncApi26ParameterImpl. setSchema(AsyncApi26Schema value) -
Uses of AsyncApi26Schema in io.apicurio.datamodels.models.asyncapi.v26.io
Methods in io.apicurio.datamodels.models.asyncapi.v26.io with parameters of type AsyncApi26Schema Modifier and Type Method Description voidAsyncApi26ModelReader. readSchema(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi26Schema node)voidAsyncApi26ModelWriter. writeSchema(AsyncApi26Schema node, com.fasterxml.jackson.databind.node.ObjectNode json)
-