| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.keyword |
Schema validation core elements: keyword validators
|
| org.eel.kitchen.jsonschema.keyword.common | |
| org.eel.kitchen.jsonschema.keyword.draftv3 | |
| org.eel.kitchen.jsonschema.keyword.draftv4 |
| Modifier and Type | Class and Description |
|---|---|
class |
ModZeroKeywordValidator
Abstract validator for the
disallow (draft v3) and multipleOf
keywords |
| Modifier and Type | Class and Description |
|---|---|
class |
MaximumKeywordValidator
Validator for the
maximum keyword |
class |
MinimumKeywordValidator
Validator for the
minimum keyword |
| Modifier and Type | Class and Description |
|---|---|
class |
DivisibleByKeywordValidator
Validator for the
disallow keyword |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleOfKeywordValidator
Validator for the
multipleOf keyword |
Copyright © 2012. All Rights Reserved.