- java.lang.Object
-
- io.github.mmm.validation.AbstractValidator<V>
-
- io.github.mmm.validation.AbstractValueValidator<V>
-
- io.github.mmm.validation.main.AbstractValidatorRange<V,V>
-
- io.github.mmm.validation.main.ValidatorRange<V>
-
-
Field Summary
-
Fields inherited from class io.github.mmm.validation.main.AbstractValidatorRange
ID, range
-
Fields inherited from interface io.github.mmm.validation.Validator
ID_MANDATORY
-
-
Constructor Summary
Constructors Constructor Description ValidatorRange(io.github.mmm.base.range.Range<V> range)
The constructor.ValidatorRange(V min, V max)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getMax()
Object
getMin()
-
Methods inherited from class io.github.mmm.validation.main.AbstractValidatorRange
convertValue, equals, getId, getRange, hashCode, isLength, validateNotNull
-
Methods inherited from class io.github.mmm.validation.AbstractValueValidator
validate, validateNull
-
Methods inherited from class io.github.mmm.validation.AbstractValidator
isDynamic, source2string, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.base.lang.Composable
getChild, getChildCount, iterator
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface io.github.mmm.validation.Validator
append, append, containsId, isMandatory, validate
-
-
-
-
Constructor Detail
-
ValidatorRange
public ValidatorRange(io.github.mmm.base.range.Range<V> range)
The constructor.- Parameters:
range
- is theRange
the value has to be within.
-
-