| Package | Description |
|---|---|
| com.github.fge.jsonschema.keyword.validator.common |
Keyword validators common to both draft v3 and draft v4
|
| com.github.fge.jsonschema.keyword.validator.draftv3 |
Keyword validators specific to draft v3
|
| com.github.fge.jsonschema.keyword.validator.draftv4 |
Keyword validators specific to draft v4
|
| com.github.fge.jsonschema.keyword.validator.helpers |
Keyword validator helper classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaximumValidator
Keyword validator for
maximum |
class |
MinimumValidator
Keyword validator for
minimum |
| Modifier and Type | Class and Description |
|---|---|
class |
DivisibleByValidator
Keyword validator for draft v3's
divisibleBy |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleOfValidator
Keyword validator for draft v4's
multipleOf |
| Modifier and Type | Class and Description |
|---|---|
class |
DivisorValidator
Helper keyword validator for draft v4's
multipleOf and draft v3's
divisibleBy |
Copyright © 2013. All Rights Reserved.