|
||||||||||
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 | |
---|---|
Object |
getBeanInstance()
Return the object to validate. |
Class |
getBeanType()
Returns the type of the object to validate. |
String |
getCurrentProperty()
Returns name of the property to validate. |
void |
setCurrentProperty(String propertyName)
Sets name of the property to validate. |
Method Detail |
---|
Class getBeanType()
Object getBeanInstance()
String getCurrentProperty()
void setCurrentProperty(String propertyName)
propertyName
- name of the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |