|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bval.jsr303.xml.MetaConstraint<T,A>
public class MetaConstraint<T,A extends Annotation>
Description: hold parsed information from xml to complete MetaBean later
Constructor Summary | |
---|---|
MetaConstraint(Class<T> beanClass,
Member member,
A annotation)
Create a new MetaConstraint instance. |
Method Summary | |
---|---|
AccessStrategy |
getAccessStrategy()
Get the access strategy used for the associated property. |
A |
getAnnotation()
Get the annotation that defines this constraint. |
Class<T> |
getBeanClass()
Get the bean class of this constraint. |
Member |
getMember()
Get the member to which this constraint applies. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaConstraint(Class<T> beanClass, Member member, A annotation)
beanClass
- The class in which the constraint is defined onmember
- The member on which the constraint is defined on, null
if it is a class constraint}annotation
- Method Detail |
---|
public Class<T> getBeanClass()
public Member getMember()
public A getAnnotation()
public AccessStrategy getAccessStrategy()
AccessStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |