com.github.fge.jsonschema.keyword.validator.draftv3
Class DivisibleByValidator

java.lang.Object
  extended by com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
      extended by com.github.fge.jsonschema.keyword.validator.helpers.NumericValidator
          extended by com.github.fge.jsonschema.keyword.validator.helpers.DivisorValidator
              extended by com.github.fge.jsonschema.keyword.validator.draftv3.DivisibleByValidator
All Implemented Interfaces:
KeywordValidator

public final class DivisibleByValidator
extends DivisorValidator

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

DivisibleByValidator

public DivisibleByValidator(JsonNode digest)