Uses of Interface
io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30Schema
-
Packages that use AsyncApi30Schema Package Description io.apicurio.datamodels.models.asyncapi.v30 io.apicurio.datamodels.models.asyncapi.v30.io -
-
Uses of AsyncApi30Schema in io.apicurio.datamodels.models.asyncapi.v30
Classes in io.apicurio.datamodels.models.asyncapi.v30 that implement AsyncApi30Schema Modifier and Type Class Description classAsyncApi30SchemaImplMethods in io.apicurio.datamodels.models.asyncapi.v30 that return AsyncApi30Schema Modifier and Type Method Description AsyncApi30SchemaAsyncApi30ComponentsImpl. createSchema()AsyncApi30SchemaAsyncApi30Message. createSchema()AsyncApi30SchemaAsyncApi30MessageImpl. createSchema()AsyncApi30SchemaAsyncApi30MessageTrait. createSchema()AsyncApi30SchemaAsyncApi30MessageTraitImpl. createSchema()AsyncApi30SchemaAsyncApi30MultiFormatSchema. createSchema()AsyncApi30SchemaAsyncApi30MultiFormatSchemaImpl. createSchema()AsyncApi30SchemaAsyncApi30SchemaImpl. createSchema() -
Uses of AsyncApi30Schema in io.apicurio.datamodels.models.asyncapi.v30.io
Methods in io.apicurio.datamodels.models.asyncapi.v30.io with parameters of type AsyncApi30Schema Modifier and Type Method Description voidAsyncApi30ModelReader. readSchema(com.fasterxml.jackson.databind.node.ObjectNode json, AsyncApi30Schema node)voidAsyncApi30ModelWriter. writeSchema(AsyncApi30Schema node, com.fasterxml.jackson.databind.node.ObjectNode json)
-