Uses of Class
io.vertx.mutiny.json.schema.Schema
Packages that use Schema
-
Uses of Schema in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type SchemaMethods in io.vertx.mutiny.json.schema that return SchemaModifier and TypeMethodDescriptionstatic Schema
Schema.newInstance
(io.vertx.json.schema.Schema arg) Deprecated.SchemaParser.parse
(io.vertx.core.json.JsonObject jsonSchema) Deprecated.SchemaParser.parse
(io.vertx.core.json.JsonObject jsonSchema, JsonPointer schemaPointer) Deprecated.Deprecated.SchemaParser.parse
(Boolean jsonSchema, JsonPointer schemaPointer) Deprecated.SchemaParser.parseFromString
(String unparsedJson) Deprecated.SchemaParser.parseFromString
(String unparsedJson, JsonPointer schemaPointer) Deprecated.SchemaRouter.resolveCachedSchema
(JsonPointer refPointer, JsonPointer schemaScope, SchemaParser parser) Deprecated.SchemaRouter.resolveRefAndAwait
(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser) Deprecated.Methods in io.vertx.mutiny.json.schema that return types with arguments of type SchemaModifier and TypeMethodDescriptionSchemaRouter.registeredSchemas()
Deprecated.io.smallrye.mutiny.Uni<Schema>
SchemaRouter.resolveRef
(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser) Deprecated.Methods in io.vertx.mutiny.json.schema with parameters of type SchemaModifier and TypeMethodDescriptionDeprecated.SchemaRouter.addSchemaAlias
(Schema schema, String alias) Deprecated.SchemaRouter.addSchemaWithScope
(Schema schema, JsonPointer scope) Deprecated.