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 property5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.