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 CharSequenceValidatorBuilder<V extends CharSequence,PARENT,SELF extends CharSequenceValidatorBuilder<V,PARENT,SELF>> extends ObjectValidatorBuilder<V,PARENT,SELF>
Constructor and Description |
---|
CharSequenceValidatorBuilder(PARENT parent)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
SELF |
pattern(Pattern pattern) |
add, and, build, getValidators, mandatory, range, self
Copyright © 2001–2016 mmm-Team. All rights reserved.