public class StorablePropertyConstraint
extends java.lang.Object
constraint annotation applied to a property.| Modifier and Type | Method and Description | 
|---|---|
| StorablePropertyAnnotation | getAnnotation()Returns the annotation that applied this constraint. | 
| java.lang.reflect.Method | getConstrainMethod()Returns the best matching property checking method in the validator. | 
| java.lang.reflect.Constructor | getConstraintConstructor()Returns the constructor for the constraint class. | 
public StorablePropertyAnnotation getAnnotation()
public java.lang.reflect.Constructor getConstraintConstructor()
(Class type, String propertyName, Annotation), where
 Annotation is the fully resolved annotation.public java.lang.reflect.Method getConstrainMethod()
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.