public interface BeanValidationContext
Modifier and Type | Method and Description |
---|---|
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.
|
Class getBeanType()
Object getBeanInstance()
String getCurrentProperty()
void setCurrentProperty(String propertyName)
propertyName
- name of the property${project.version} - Copyright © 2003-2015 The Apache Software Foundation.