@Deprecated public class SchemaParser extends Object implements io.vertx.lang.rx.RxDelegate
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SchemaParser> |
__TYPE_ARG
Deprecated.
|
Constructor and Description |
---|
SchemaParser(Object delegate)
Deprecated.
|
SchemaParser(SchemaParser delegate)
Deprecated.
|
public static final io.vertx.lang.rx.TypeArg<SchemaParser> __TYPE_ARG
public SchemaParser(SchemaParser delegate)
public SchemaParser(Object delegate)
public SchemaParser getDelegate()
getDelegate
in interface io.vertx.lang.rx.RxDelegate
@Deprecated public Schema parse(JsonObject jsonSchema)
jsonSchema
- JSON representing the schema@Deprecated public Schema parse(JsonObject jsonSchema, JsonPointer schemaPointer)
jsonSchema
- JSON representing the schemaschemaPointer
- Scope of schema. Must be a JSONPointer with absolute URI@Deprecated public Schema parse(Boolean jsonSchema)
jsonSchema
- JSON representing the schema@Deprecated public Schema parse(Boolean jsonSchema, JsonPointer schemaPointer)
jsonSchema
- JSON representing the schemaschemaPointer
- Scope of schema. Must be a JSONPointer with absolute URI@Deprecated public Schema parseFromString(String unparsedJson)
unparsedJson
- Unparsed JSON representing the schema.@Deprecated public Schema parseFromString(String unparsedJson, JsonPointer schemaPointer)
unparsedJson
- Unparsed JSON representing the schema.schemaPointer
- Scope of schema. Must be a JSONPointer with absolute URI@Deprecated public SchemaRouter getSchemaRouter()
@Deprecated public static SchemaParser createOpenAPI3SchemaParser(SchemaRouter router)
SchemaParser
for OpenAPI schemasrouter
- @Deprecated public static SchemaParser createDraft7SchemaParser(SchemaRouter router)
SchemaParser
for Json Schema Draft-7 schemasrouter
- @Deprecated public static SchemaParser createDraft201909SchemaParser(SchemaRouter router)
SchemaParser
for Json Schema Draft2019-09 schemasrouter
- @Deprecated public SchemaParser withValidatorFactory(ValidatorFactory factory)
factory
- new factory@Deprecated public SchemaParser withStringFormatValidator(String formatName, java.util.function.Predicate<String> predicate)
formatName
- format namepredicate
- predicate for the new formatpublic static SchemaParser newInstance(SchemaParser arg)
Copyright © 2025 Eclipse. All rights reserved.