| 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.
|
| Constructor and Description |
|---|
BaseJsonValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidatorTypeCode validatorType) |
Copyright © 2017. All rights reserved.