Class NumberValidatorBuilder<V extends Number & Comparable<?>,PARENT,SELF extends ComparableValidatorBuilder<V,PARENT,SELF>>

java.lang.Object
io.github.mmm.validation.main.ObjectValidatorBuilder<V,PARENT,SELF>
io.github.mmm.validation.main.ComparableValidatorBuilder<V,PARENT,SELF>
io.github.mmm.validation.number.NumberValidatorBuilder<V,PARENT,SELF>
Type Parameters:
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).
All Implemented Interfaces:
io.github.mmm.base.lang.Builder<Validator<? super V>>, ValidatorRegistry<V,SELF>
Direct Known Subclasses:
ValidatorBuilderBigDecimal, ValidatorBuilderBigInteger, ValidatorBuilderByte, ValidatorBuilderDouble, ValidatorBuilderFloat, ValidatorBuilderInteger, ValidatorBuilderLong, ValidatorBuilderShort

public abstract class NumberValidatorBuilder<V extends Number & Comparable<?>,PARENT,SELF extends ComparableValidatorBuilder<V,PARENT,SELF>> extends ComparableValidatorBuilder<V,PARENT,SELF>
Since:
1.0.0