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

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

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

Methods in org.hibernate.validator.cfg.defs that return GenericConstraintDef
 GenericConstraintDef GenericConstraintDef.constraintType(Class<?> constraintType)
           
 GenericConstraintDef GenericConstraintDef.groups(Class<?>... groups)
           
 GenericConstraintDef GenericConstraintDef.message(String message)
           
 GenericConstraintDef GenericConstraintDef.param(String key, Object value)
           
 GenericConstraintDef GenericConstraintDef.payload(Class<? extends javax.validation.Payload>... payload)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.