Package org.hibernate.validator.cfg.defs
Class CodePointLengthDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<CodePointLengthDef,CodePointLength>
-
- org.hibernate.validator.cfg.defs.CodePointLengthDef
-
public class CodePointLengthDef extends ConstraintDef<CodePointLengthDef,CodePointLength>
Constraint definition forCodePointLength.- Since:
- 6.0.3
- Author:
- Kazuki Shimizu
-
-
Constructor Summary
Constructors Constructor Description CodePointLengthDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodePointLengthDefmax(int max)CodePointLengthDefmin(int min)CodePointLengthDefnormalizationStrategy(CodePointLength.NormalizationStrategy strategy)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-
-
-
Method Detail
-
min
public CodePointLengthDef min(int min)
-
max
public CodePointLengthDef max(int max)
-
normalizationStrategy
public CodePointLengthDef normalizationStrategy(CodePointLength.NormalizationStrategy strategy)
-
-