|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.carbonado.info.StorablePropertyConstraint
public class StorablePropertyConstraint
Information about a constraint annotation applied to a property.
| Method Summary | |
|---|---|
StorablePropertyAnnotation |
getAnnotation()
Returns the annotation that applied this constraint. |
Method |
getConstrainMethod()
Returns the best matching property checking method in the validator. |
Constructor |
getConstraintConstructor()
Returns the constructor for the constraint class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public StorablePropertyAnnotation getAnnotation()
public Constructor getConstraintConstructor()
(Class type, String propertyName, Annotation), where
Annotation is the fully resolved annotation.
public Method getConstrainMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||