| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.validator |
Core validation process
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationFeature |
ValidationFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationFeature[] |
ValidationFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.enableFeature(ValidationFeature feature)
Enable a validation feature
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidationContext.hasFeature(ValidationFeature feature)
Test that the validation context contains a certain feature
|
| Constructor and Description |
|---|
ValidationContext(JsonValidatorCache cache,
EnumSet<ValidationFeature> features)
Create a validation context with a defined set of features
|
ValidationContext(JsonValidatorCache cache,
EnumSet<ValidationFeature> features,
FormatBundle bundle) |
Copyright © 2012. All Rights Reserved.