Uses of Interface
io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22Schema
-
Packages that use AsyncApi22Schema Package Description io.apicurio.datamodels.models.asyncapi.v22 io.apicurio.datamodels.models.asyncapi.v22.io -
-
Uses of AsyncApi22Schema in io.apicurio.datamodels.models.asyncapi.v22
Classes in io.apicurio.datamodels.models.asyncapi.v22 that implement AsyncApi22Schema Modifier and Type Class Description classAsyncApi22SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v22 that return AsyncApi22Schema Modifier and Type Method Description AsyncApi22SchemaAsyncApi22Components. createSchema()AsyncApi22SchemaAsyncApi22ComponentsImpl. createSchema()AsyncApi22SchemaAsyncApi22Message. createSchema()AsyncApi22SchemaAsyncApi22MessageImpl. createSchema()AsyncApi22SchemaAsyncApi22MessageTrait. createSchema()AsyncApi22SchemaAsyncApi22MessageTraitImpl. createSchema()AsyncApi22SchemaAsyncApi22Parameter. createSchema()AsyncApi22SchemaAsyncApi22ParameterImpl. createSchema()AsyncApi22SchemaAsyncApi22SchemaImpl. createSchema()AsyncApi22SchemaAsyncApi22Message. getHeaders()AsyncApi22SchemaAsyncApi22MessageImpl. getHeaders()AsyncApi22SchemaAsyncApi22MessageTrait. getHeaders()AsyncApi22SchemaAsyncApi22MessageTraitImpl. getHeaders()AsyncApi22SchemaAsyncApi22Parameter. getSchema()AsyncApi22SchemaAsyncApi22ParameterImpl. getSchema()Methods in io.apicurio.datamodels.models.asyncapi.v22 that return types with arguments of type AsyncApi22Schema Modifier and Type Method Description Map<String,AsyncApi22Schema>AsyncApi22Components. getSchemas()Map<String,AsyncApi22Schema>AsyncApi22ComponentsImpl. getSchemas()Methods in io.apicurio.datamodels.models.asyncapi.v22 with parameters of type AsyncApi22Schema Modifier and Type Method Description voidAsyncApi22Components. addSchema(String name, AsyncApi22Schema value)voidAsyncApi22ComponentsImpl. addSchema(String name, AsyncApi22Schema value)voidAsyncApi22Components. insertSchema(String name, AsyncApi22Schema value, int atIndex)voidAsyncApi22ComponentsImpl. insertSchema(String name, AsyncApi22Schema value, int atIndex)voidAsyncApi22Message. setHeaders(AsyncApi22Schema value)voidAsyncApi22MessageImpl. setHeaders(AsyncApi22Schema value)voidAsyncApi22MessageTrait. setHeaders(AsyncApi22Schema value)voidAsyncApi22MessageTraitImpl. setHeaders(AsyncApi22Schema value)voidAsyncApi22Parameter. setSchema(AsyncApi22Schema value)voidAsyncApi22ParameterImpl. setSchema(AsyncApi22Schema value) -
Uses of AsyncApi22Schema in io.apicurio.datamodels.models.asyncapi.v22.io
Methods in io.apicurio.datamodels.models.asyncapi.v22.io with parameters of type AsyncApi22Schema Modifier and Type Method Description voidAsyncApi22ModelReader. readSchema(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi22Schema node)voidAsyncApi22ModelWriter. writeSchema(AsyncApi22Schema node, com.fasterxml.jackson.databind.node.ObjectNode json)
-