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(java.lang.Class<?> constraintType)
           
 GenericConstraintDef GenericConstraintDef.groups(java.lang.Class<?>... groups)
           
 GenericConstraintDef GenericConstraintDef.message(java.lang.String message)
           
 GenericConstraintDef GenericConstraintDef.param(java.lang.String key, java.lang.Object value)
           
 GenericConstraintDef GenericConstraintDef.payload(java.lang.Class<? extends javax.validation.Payload>... payload)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.