Uses of Class
io.vertx.mutiny.json.schema.SchemaParser
-
-
Uses of SchemaParser in io.vertx.mutiny.json.schema
Fields in io.vertx.mutiny.json.schema with type parameters of type SchemaParser Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<SchemaParser>SchemaParser. __TYPE_ARGMethods in io.vertx.mutiny.json.schema that return SchemaParser Modifier and Type Method Description static SchemaParserSchemaParser. createDraft201909SchemaParser(SchemaRouter router)static SchemaParserSchemaParser. createDraft7SchemaParser(SchemaRouter router)static SchemaParserSchemaParser. createOpenAPI3SchemaParser(SchemaRouter router)static SchemaParserSchemaParser. newInstance(io.vertx.json.schema.SchemaParser arg)SchemaParserSchemaParser. withStringFormatValidator(String formatName, Predicate<String> predicate)SchemaParserSchemaParser. withValidatorFactory(io.vertx.json.schema.common.ValidatorFactory factory)Methods in io.vertx.mutiny.json.schema with parameters of type SchemaParser Modifier and Type Method Description SchemaSchemaRouter. resolveCachedSchema(JsonPointer refPointer, JsonPointer schemaScope, SchemaParser parser)io.smallrye.mutiny.Uni<Schema>SchemaRouter. resolveRef(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser)SchemaSchemaRouter. resolveRefAndAwait(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser)voidSchemaRouter. resolveRefAndForget(JsonPointer pointer, JsonPointer scope, SchemaParser schemaParser)Variant ofSchemaRouter.resolveRef(io.vertx.mutiny.core.json.pointer.JsonPointer,io.vertx.mutiny.core.json.pointer.JsonPointer,io.vertx.mutiny.json.schema.SchemaParser)that ignores the result of the operation.
-