Uses of Class
org.hibernate.validator.cfg.defs.LengthDef

Packages that use LengthDef
org.hibernate.validator.cfg.defs Helper classes for programmatic constraint definition API. 
 

Uses of LengthDef in org.hibernate.validator.cfg.defs
 

Methods in org.hibernate.validator.cfg.defs that return LengthDef
 LengthDef LengthDef.groups(Class<?>... groups)
           
 LengthDef LengthDef.max(int max)
           
 LengthDef LengthDef.message(String message)
           
 LengthDef LengthDef.min(int min)
           
 LengthDef LengthDef.payload(Class<? extends javax.validation.Payload>... payload)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.