Object. Validatee Implementation for the given object must be provided. Validatee Implementation of an object is a Validatee wrapper around it. Validatee Implementation of an object is specified to framework through an Implementation File. Implementation File is a .properties file, with name-value pair entries in it. An entry in Implementation File specifies the object name and the corresponding Validatee Implementation. Implementation File to use, is specified to framework through system property impl.file
@param object the object to be validated
@return Collection the Collection ofConstraintFailure Objects. Collection is empty if there are no failures.
| |