default SchemaInternal |
SchemaParserInternal.parse(Boolean jsonSchema) |
default SchemaInternal |
SchemaParserInternal.parse(Boolean jsonSchema,
io.vertx.core.json.pointer.JsonPointer schemaPointer) |
default SchemaInternal |
SchemaParserInternal.parse(io.vertx.core.json.JsonObject jsonSchema) |
default SchemaInternal |
SchemaParserInternal.parse(io.vertx.core.json.JsonObject jsonSchema,
io.vertx.core.json.pointer.JsonPointer schemaPointer) |
default SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
io.vertx.core.json.pointer.JsonPointer scope) |
SchemaInternal |
BaseSchemaParser.parse(Object jsonSchema,
io.vertx.core.json.pointer.JsonPointer scope,
MutableStateValidator parent) |
SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
io.vertx.core.json.pointer.JsonPointer scope,
MutableStateValidator parent) |
default SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
URI scope) |
default SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
URI scope,
MutableStateValidator parent) |
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson) |
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
io.vertx.core.json.pointer.JsonPointer schemaPointer) |
SchemaInternal |
BaseSchemaParser.parseFromString(String unparsedJson,
io.vertx.core.json.pointer.JsonPointer scope,
MutableStateValidator parent) |
SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
io.vertx.core.json.pointer.JsonPointer scope,
MutableStateValidator parent) |
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
URI scope) |
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
URI scope,
MutableStateValidator parent) |