|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanValidationContext
Defines a context for validating beans.
Method Summary | |
---|---|
java.lang.Object |
getBeanInstance()
Return the object to validate. |
java.lang.Class |
getBeanType()
Returns the type of the object to validate. |
java.lang.String |
getCurrentProperty()
Returns name of the property to validate. |
void |
setCurrentProperty(java.lang.String propertyName)
Sets name of the property to validate. |
Method Detail |
---|
java.lang.Class getBeanType()
java.lang.Object getBeanInstance()
java.lang.String getCurrentProperty()
void setCurrentProperty(java.lang.String propertyName)
propertyName
- name of the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |