org.hibernate.validator.cfg
Class ConstraintDefWrapper<A extends java.lang.annotation.Annotation>

java.lang.Object
  extended by org.hibernate.validator.cfg.ConstraintDef<A>
      extended by org.hibernate.validator.cfg.ConstraintDefWrapper<A>

public class ConstraintDefWrapper<A extends java.lang.annotation.Annotation>
extends ConstraintDef<A>

Author:
Hardy Ferentschik

Field Summary
 
Fields inherited from class org.hibernate.validator.cfg.ConstraintDef
beanType, constraintType, elementType, mapping, parameters, property
 
Constructor Summary
ConstraintDefWrapper(java.lang.Class<?> beanType, java.lang.Class<A> constraintType, java.lang.String property, java.lang.annotation.ElementType elementType, java.util.Map<java.lang.String,java.lang.Object> parameters, ConstraintMapping mapping)
           
 
Method Summary
 java.lang.Class<?> getBeanType()
           
 java.lang.Class<A> getConstraintType()
           
 java.lang.annotation.ElementType getElementType()
           
 java.util.Map<java.lang.String,java.lang.Object> getParameters()
           
 java.lang.String getProperty()
           
 
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

ConstraintDefWrapper

public ConstraintDefWrapper(java.lang.Class<?> beanType,
                            java.lang.Class<A> constraintType,
                            java.lang.String property,
                            java.lang.annotation.ElementType elementType,
                            java.util.Map<java.lang.String,java.lang.Object> parameters,
                            ConstraintMapping mapping)
Method Detail

getConstraintType

public java.lang.Class<A> getConstraintType()

getParameters

public java.util.Map<java.lang.String,java.lang.Object> getParameters()

getElementType

public java.lang.annotation.ElementType getElementType()

getBeanType

public java.lang.Class<?> getBeanType()

getProperty

public java.lang.String getProperty()


Copyright © 2012 Oracle Corporation. All Rights Reserved.