V
- the generic type of the value to validate
.PARENT
- the generic type of the parent builder
.SELF
- the generic type of this builder itself (this).public abstract class CompareableValidatorBuilder<V extends Comparable,PARENT,SELF extends CompareableValidatorBuilder<V,PARENT,SELF>> extends ObjectValidatorBuilder<V,PARENT,SELF>
Constructor and Description |
---|
CompareableValidatorBuilder(PARENT parent)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
SELF |
range(Range<V> range) |
add, and, build, getValidators, mandatory, range, self
public SELF range(Range<V> range)
range
- the Range
to limit the size
of the Collection
.ValidatorCollectionSize
Copyright © 2001–2016 mmm-Team. All rights reserved.