org.hibernate.validator.cfg
Class ConstraintDefWrapper<A extends java.lang.annotation.Annotation>
java.lang.Object
org.hibernate.validator.cfg.ConstraintDef<A>
org.hibernate.validator.cfg.ConstraintDefWrapper<A>
public class ConstraintDefWrapper<A extends java.lang.annotation.Annotation>
- extends ConstraintDef<A>
- Author:
- Hardy Ferentschik
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
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.