|
|||||||||
| 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.draftv4.MultipleOfValidator
public final class MultipleOfValidator
Keyword validator for draft v4's multipleOf
| 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 | |
|---|---|
MultipleOfValidator(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 MultipleOfValidator(JsonNode digest)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||