|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.validator.cfg.ConstraintDef<A>
org.hibernate.validator.cfg.ConstraintDefWrapper<A>
public class ConstraintDefWrapper<A extends Annotation>
Field Summary |
---|
Fields inherited from class org.hibernate.validator.cfg.ConstraintDef |
---|
beanType, constraintType, elementType, mapping, parameters, property |
Constructor Summary | |
---|---|
ConstraintDefWrapper(Class<?> beanType,
Class<A> constraintType,
String property,
ElementType elementType,
Map<String,Object> parameters,
ConstraintMapping mapping)
|
Method Summary | |
---|---|
Class<?> |
getBeanType()
|
Class<A> |
getConstraintType()
|
ElementType |
getElementType()
|
Map<String,Object> |
getParameters()
|
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 |
---|
public ConstraintDefWrapper(Class<?> beanType, Class<A> constraintType, String property, ElementType elementType, Map<String,Object> parameters, ConstraintMapping mapping)
Method Detail |
---|
public Class<A> getConstraintType()
public Map<String,Object> getParameters()
public ElementType getElementType()
public Class<?> getBeanType()
public String getProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |