Package org.hibernate.validator.cfg.defs
Class NormalizedDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<NormalizedDef,Normalized>
-
- org.hibernate.validator.cfg.defs.NormalizedDef
-
public class NormalizedDef extends ConstraintDef<NormalizedDef,Normalized>
Constraint definition forNormalized.- Since:
- 6.1.6
- Author:
- Craig Andrews
-
-
Constructor Summary
Constructors Constructor Description NormalizedDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NormalizedDefnormalizationStrategy(Normalizer.Form form)-
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
-
normalizationStrategy
public NormalizedDef normalizationStrategy(Normalizer.Form form)
-
-