Package | Description |
---|---|
com.networknt.schema |
Modifier and Type | Method and Description |
---|---|
static ValidatorTypeCode |
ValidatorTypeCode.fromValue(String value) |
protected ValidatorTypeCode |
BaseJsonValidator.getValidatorType() |
static ValidatorTypeCode |
ValidatorTypeCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidatorTypeCode[] |
ValidatorTypeCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<ValidatorTypeCode> |
ValidatorTypeCode.getNonFormatKeywords() |
Constructor and Description |
---|
BaseJsonValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidatorTypeCode validatorType,
boolean suppressSubSchemaRetrieval) |
BaseJsonValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidatorTypeCode validatorType,
ValidationContext validationContext) |
FormatKeyword(ValidatorTypeCode type,
Map<String,Format> formats) |
Copyright © 2019. All rights reserved.