PARENT
- the generic type of the parent builder
.public class ValidatorBuilderLong<PARENT> extends NumberValidatorBuilder<Long,PARENT,ValidatorBuilderLong<PARENT>>
Constructor and Description |
---|
ValidatorBuilderLong(PARENT parent)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
ValidatorBuilderLong<PARENT> |
range(long min,
long max) |
range
range
add, and, build, getValidators, mandatory, self
public ValidatorBuilderLong<PARENT> range(long min, long max)
min
- the minimum size
allowed.max
- the maximum size
allowed.CompareableValidatorBuilder.range(Range)
Copyright © 2001–2016 mmm-Team. All rights reserved.