| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.validator |
Core validation process
|
| Modifier and Type | Field and Description |
|---|---|
private EnumSet<ValidationFeature> |
JsonSchema.features
The feature set
|
private EnumSet<ValidationFeature> |
JsonSchemaFactory.features
List of supported features
|
private EnumSet<ValidationFeature> |
JsonSchemaFactory.Builder.features
The feature set
|
| 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
|
| Constructor and Description |
|---|
JsonSchema(JsonValidatorCache cache,
EnumSet<ValidationFeature> features,
FormatBundle bundle,
SchemaNode schemaNode)
Constructor, package private
|
| Modifier and Type | Field and Description |
|---|---|
private EnumSet<ValidationFeature> |
ValidationContext.features |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidationContext.hasFeature(ValidationFeature feature) |
| Constructor and Description |
|---|
ValidationContext(JsonValidatorCache cache,
EnumSet<ValidationFeature> features) |
ValidationContext(JsonValidatorCache cache,
EnumSet<ValidationFeature> features,
FormatBundle bundle) |
Copyright © 2012. All Rights Reserved.