org.hibernate.validator.cfg.defs
Class NotBlankDef

java.lang.Object
  extended by org.hibernate.validator.cfg.ConstraintDef<NotBlank>
      extended by org.hibernate.validator.cfg.defs.NotBlankDef

public class NotBlankDef
extends ConstraintDef<NotBlank>

Author:
Hardy Ferentschik

Field Summary
 
Fields inherited from class org.hibernate.validator.cfg.ConstraintDef
beanType, constraintType, elementType, mapping, parameters, property
 
Constructor Summary
NotBlankDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
 
Method Summary
 
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
addParameter, constraint, groups, message, payload, property, toString, type, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotBlankDef

public NotBlankDef(Class<?> beanType,
                   String property,
                   ElementType elementType,
                   ConstraintMapping mapping)


Copyright © 2011 Oracle Corporation. All Rights Reserved.