org.hibernate.validator.cfg.defs
Class DecimalMaxDef

java.lang.Object
  extended by org.hibernate.validator.cfg.ConstraintDef<javax.validation.constraints.DecimalMax>
      extended by org.hibernate.validator.cfg.defs.DecimalMaxDef

public class DecimalMaxDef
extends ConstraintDef<javax.validation.constraints.DecimalMax>

Author:
Hardy Ferentschik

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

Constructor Detail

DecimalMaxDef

public DecimalMaxDef(Class<?> beanType,
                     String property,
                     ElementType elementType,
                     ConstraintMapping mapping)
Method Detail

message

public DecimalMaxDef message(String message)
Overrides:
message in class ConstraintDef<javax.validation.constraints.DecimalMax>

groups

public DecimalMaxDef groups(Class<?>... groups)
Overrides:
groups in class ConstraintDef<javax.validation.constraints.DecimalMax>

payload

public DecimalMaxDef payload(Class<? extends javax.validation.Payload>... payload)
Overrides:
payload in class ConstraintDef<javax.validation.constraints.DecimalMax>

value

public DecimalMaxDef value(String max)


Copyright © 2012 Oracle Corporation. All Rights Reserved.