Uses of Interface
io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Schema
-
Packages that use AsyncApi24Schema Package Description io.apicurio.datamodels.models.asyncapi.v24 io.apicurio.datamodels.models.asyncapi.v24.io -
-
Uses of AsyncApi24Schema in io.apicurio.datamodels.models.asyncapi.v24
Classes in io.apicurio.datamodels.models.asyncapi.v24 that implement AsyncApi24Schema Modifier and Type Class Description classAsyncApi24SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v24 that return AsyncApi24Schema Modifier and Type Method Description AsyncApi24SchemaAsyncApi24Components. createSchema()AsyncApi24SchemaAsyncApi24ComponentsImpl. createSchema()AsyncApi24SchemaAsyncApi24Message. createSchema()AsyncApi24SchemaAsyncApi24MessageImpl. createSchema()AsyncApi24SchemaAsyncApi24MessageTrait. createSchema()AsyncApi24SchemaAsyncApi24MessageTraitImpl. createSchema()AsyncApi24SchemaAsyncApi24Parameter. createSchema()AsyncApi24SchemaAsyncApi24ParameterImpl. createSchema()AsyncApi24SchemaAsyncApi24SchemaImpl. createSchema()AsyncApi24SchemaAsyncApi24Message. getHeaders()AsyncApi24SchemaAsyncApi24MessageImpl. getHeaders()AsyncApi24SchemaAsyncApi24MessageTrait. getHeaders()AsyncApi24SchemaAsyncApi24MessageTraitImpl. getHeaders()AsyncApi24SchemaAsyncApi24Parameter. getSchema()AsyncApi24SchemaAsyncApi24ParameterImpl. getSchema()Methods in io.apicurio.datamodels.models.asyncapi.v24 that return types with arguments of type AsyncApi24Schema Modifier and Type Method Description Map<String,AsyncApi24Schema>AsyncApi24Components. getSchemas()Map<String,AsyncApi24Schema>AsyncApi24ComponentsImpl. getSchemas()Methods in io.apicurio.datamodels.models.asyncapi.v24 with parameters of type AsyncApi24Schema Modifier and Type Method Description voidAsyncApi24Components. addSchema(String name, AsyncApi24Schema value)voidAsyncApi24ComponentsImpl. addSchema(String name, AsyncApi24Schema value)voidAsyncApi24Components. insertSchema(String name, AsyncApi24Schema value, int atIndex)voidAsyncApi24ComponentsImpl. insertSchema(String name, AsyncApi24Schema value, int atIndex)voidAsyncApi24Message. setHeaders(AsyncApi24Schema value)voidAsyncApi24MessageImpl. setHeaders(AsyncApi24Schema value)voidAsyncApi24MessageTrait. setHeaders(AsyncApi24Schema value)voidAsyncApi24MessageTraitImpl. setHeaders(AsyncApi24Schema value)voidAsyncApi24Parameter. setSchema(AsyncApi24Schema value)voidAsyncApi24ParameterImpl. setSchema(AsyncApi24Schema value) -
Uses of AsyncApi24Schema in io.apicurio.datamodels.models.asyncapi.v24.io
Methods in io.apicurio.datamodels.models.asyncapi.v24.io with parameters of type AsyncApi24Schema Modifier and Type Method Description voidAsyncApi24ModelReader. readSchema(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi24Schema node)voidAsyncApi24ModelWriter. writeSchema(AsyncApi24Schema node, com.fasterxml.jackson.databind.node.ObjectNode json)
-