| Constructor and Description |
|---|
ValidatorImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationEventHandler |
getEventHandler()
Deprecated.
|
Object |
getProperty(String name)
Deprecated.
There are no required properties, so simply throw an exception.
|
void |
setEventHandler(ValidationEventHandler handler)
Deprecated.
|
void |
setProperty(String name,
Object value)
Deprecated.
There are no required properties, so simply throw an exception.
|
boolean |
validate(Object o)
Deprecated.
|
boolean |
validateRoot(Object o)
Deprecated.
|
public boolean validateRoot(Object o) throws ValidationException
validateRoot in interface ValidatorValidationExceptionpublic boolean validate(Object o) throws ValidationException
validate in interface ValidatorValidationExceptionpublic ValidationEventHandler getEventHandler()
getEventHandler in interface Validatorpublic void setEventHandler(ValidationEventHandler handler)
setEventHandler in interface Validatorpublic void setProperty(String name, Object value) throws PropertyException
setProperty in interface ValidatorPropertyExceptionpublic Object getProperty(String name) throws PropertyException
getProperty in interface ValidatorPropertyExceptionCopyright © 2015 Oracle Corporation. All Rights Reserved.