Uses of Interface
io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20Schema
-
Packages that use AsyncApi20Schema Package Description io.apicurio.datamodels.models.asyncapi.v20 io.apicurio.datamodels.models.asyncapi.v20.io -
-
Uses of AsyncApi20Schema in io.apicurio.datamodels.models.asyncapi.v20
Classes in io.apicurio.datamodels.models.asyncapi.v20 that implement AsyncApi20Schema Modifier and Type Class Description classAsyncApi20SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v20 that return AsyncApi20Schema Modifier and Type Method Description AsyncApi20SchemaAsyncApi20Components. createSchema()AsyncApi20SchemaAsyncApi20ComponentsImpl. createSchema()AsyncApi20SchemaAsyncApi20Message. createSchema()AsyncApi20SchemaAsyncApi20MessageImpl. createSchema()AsyncApi20SchemaAsyncApi20MessageTrait. createSchema()AsyncApi20SchemaAsyncApi20MessageTraitImpl. createSchema()AsyncApi20SchemaAsyncApi20Parameter. createSchema()AsyncApi20SchemaAsyncApi20ParameterImpl. createSchema()AsyncApi20SchemaAsyncApi20SchemaImpl. createSchema()AsyncApi20SchemaAsyncApi20Message. getHeaders()AsyncApi20SchemaAsyncApi20MessageImpl. getHeaders()AsyncApi20SchemaAsyncApi20MessageTrait. getHeaders()AsyncApi20SchemaAsyncApi20MessageTraitImpl. getHeaders()AsyncApi20SchemaAsyncApi20Parameter. getSchema()AsyncApi20SchemaAsyncApi20ParameterImpl. getSchema()Methods in io.apicurio.datamodels.models.asyncapi.v20 that return types with arguments of type AsyncApi20Schema Modifier and Type Method Description Map<String,AsyncApi20Schema>AsyncApi20Components. getSchemas()Map<String,AsyncApi20Schema>AsyncApi20ComponentsImpl. getSchemas()Methods in io.apicurio.datamodels.models.asyncapi.v20 with parameters of type AsyncApi20Schema Modifier and Type Method Description voidAsyncApi20Components. addSchema(String name, AsyncApi20Schema value)voidAsyncApi20ComponentsImpl. addSchema(String name, AsyncApi20Schema value)voidAsyncApi20Components. insertSchema(String name, AsyncApi20Schema value, int atIndex)voidAsyncApi20ComponentsImpl. insertSchema(String name, AsyncApi20Schema value, int atIndex)voidAsyncApi20Message. setHeaders(AsyncApi20Schema value)voidAsyncApi20MessageImpl. setHeaders(AsyncApi20Schema value)voidAsyncApi20MessageTrait. setHeaders(AsyncApi20Schema value)voidAsyncApi20MessageTraitImpl. setHeaders(AsyncApi20Schema value)voidAsyncApi20Parameter. setSchema(AsyncApi20Schema value)voidAsyncApi20ParameterImpl. setSchema(AsyncApi20Schema value) -
Uses of AsyncApi20Schema in io.apicurio.datamodels.models.asyncapi.v20.io
Methods in io.apicurio.datamodels.models.asyncapi.v20.io with parameters of type AsyncApi20Schema Modifier and Type Method Description voidAsyncApi20ModelReader. readSchema(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi20Schema node)voidAsyncApi20ModelWriter. writeSchema(AsyncApi20Schema node, com.fasterxml.jackson.databind.node.ObjectNode json)
-