com.github.fge.jsonschema.keyword.validator.draftv4
Class MultipleOfValidator

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.draftv4.MultipleOfValidator
All Implemented Interfaces:
KeywordValidator

public final class MultipleOfValidator
extends DivisorValidator

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

MultipleOfValidator

public MultipleOfValidator(JsonNode digest)