protected SchemaImpl |
BaseSchemaParser.createSchema(JsonObject schema,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
Validator |
MinItemsValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
RequiredValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator validator) |
Validator |
PatternValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
UniqueItemsValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator validator) |
Validator |
ValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent)
This method consume the schema eventually creating a new Validator .
|
Validator |
ConstValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
MaxPropertiesValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
MinPropertiesValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
MultipleOfValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
EnumValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
DefinitionsValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
MaxLengthValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
PropertiesValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
MinLengthValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
BaseFormatValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
BaseSingleSchemaValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
BaseCombinatorsValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
Validator |
MaxItemsValidatorFactory.createValidator(JsonObject schema,
JsonPointer scope,
SchemaParserInternal parser,
MutableStateValidator parent) |
protected BaseSingleSchemaValidator |
NotValidatorFactory.instantiate(MutableStateValidator parent) |
protected BaseSingleSchemaValidator |
ItemsValidatorFactory.instantiate(MutableStateValidator parent) |
protected abstract BaseSingleSchemaValidator |
BaseSingleSchemaValidatorFactory.instantiate(MutableStateValidator parent) |
SchemaInternal |
BaseSchemaParser.parse(Object jsonSchema,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parse(Object jsonSchema,
URI scope,
MutableStateValidator parent)
Deprecated.
|
SchemaInternal |
BaseSchemaParser.parseFromString(String unparsedJson,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
JsonPointer scope,
MutableStateValidator parent)
Deprecated.
|
default SchemaInternal |
SchemaParserInternal.parseFromString(String unparsedJson,
URI scope,
MutableStateValidator parent)
Deprecated.
|