|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator
com.github.fge.jsonschema.keyword.validator.draftv3.DivisibleByValidator
public final class DivisibleByValidator
Keyword validator for draft v3's divisibleBy
| Field Summary |
|---|
| Fields inherited from class com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator |
|---|
number |
| Fields inherited from class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator |
|---|
keyword |
| Constructor Summary | |
|---|---|
DivisibleByValidator(JsonNode digest)
|
|
| Method Summary |
|---|
| Methods inherited from class com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator |
|---|
validateDecimal, validateLong |
| Methods inherited from class com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator |
|---|
toString, validate |
| Methods inherited from class com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator |
|---|
newMsg, newMsg, toArrayNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DivisibleByValidator(JsonNode digest)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||