Uses of Interface
io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Schema
-
Packages that use AsyncApi25Schema Package Description io.apicurio.datamodels.models.asyncapi.v25 io.apicurio.datamodels.models.asyncapi.v25.io -
-
Uses of AsyncApi25Schema in io.apicurio.datamodels.models.asyncapi.v25
Classes in io.apicurio.datamodels.models.asyncapi.v25 that implement AsyncApi25Schema Modifier and Type Class Description classAsyncApi25SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v25 that return AsyncApi25Schema Modifier and Type Method Description AsyncApi25SchemaAsyncApi25Components. createSchema()AsyncApi25SchemaAsyncApi25ComponentsImpl. createSchema()AsyncApi25SchemaAsyncApi25Message. createSchema()AsyncApi25SchemaAsyncApi25MessageImpl. createSchema()AsyncApi25SchemaAsyncApi25MessageTrait. createSchema()AsyncApi25SchemaAsyncApi25MessageTraitImpl. createSchema()AsyncApi25SchemaAsyncApi25Parameter. createSchema()AsyncApi25SchemaAsyncApi25ParameterImpl. createSchema()AsyncApi25SchemaAsyncApi25SchemaImpl. createSchema()AsyncApi25SchemaAsyncApi25Message. getHeaders()AsyncApi25SchemaAsyncApi25MessageImpl. getHeaders()AsyncApi25SchemaAsyncApi25MessageTrait. getHeaders()AsyncApi25SchemaAsyncApi25MessageTraitImpl. getHeaders()AsyncApi25SchemaAsyncApi25Parameter. getSchema()AsyncApi25SchemaAsyncApi25ParameterImpl. getSchema()Methods in io.apicurio.datamodels.models.asyncapi.v25 that return types with arguments of type AsyncApi25Schema Modifier and Type Method Description Map<String,AsyncApi25Schema>AsyncApi25Components. getSchemas()Map<String,AsyncApi25Schema>AsyncApi25ComponentsImpl. getSchemas()Methods in io.apicurio.datamodels.models.asyncapi.v25 with parameters of type AsyncApi25Schema Modifier and Type Method Description voidAsyncApi25Components. addSchema(String name, AsyncApi25Schema value)voidAsyncApi25ComponentsImpl. addSchema(String name, AsyncApi25Schema value)voidAsyncApi25Components. insertSchema(String name, AsyncApi25Schema value, int atIndex)voidAsyncApi25ComponentsImpl. insertSchema(String name, AsyncApi25Schema value, int atIndex)voidAsyncApi25Message. setHeaders(AsyncApi25Schema value)voidAsyncApi25MessageImpl. setHeaders(AsyncApi25Schema value)voidAsyncApi25MessageTrait. setHeaders(AsyncApi25Schema value)voidAsyncApi25MessageTraitImpl. setHeaders(AsyncApi25Schema value)voidAsyncApi25Parameter. setSchema(AsyncApi25Schema value)voidAsyncApi25ParameterImpl. setSchema(AsyncApi25Schema value) -
Uses of AsyncApi25Schema in io.apicurio.datamodels.models.asyncapi.v25.io
Methods in io.apicurio.datamodels.models.asyncapi.v25.io with parameters of type AsyncApi25Schema Modifier and Type Method Description voidAsyncApi25ModelReader. readSchema(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi25Schema node)voidAsyncApi25ModelWriter. writeSchema(AsyncApi25Schema node, com.fasterxml.jackson.databind.node.ObjectNode json)
-