public class PatientValidator extends Object implements org.springframework.validation.Validator
| Constructor and Description |
|---|
PatientValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(Class c)
Returns whether or not this validator supports validating a given class.
|
void |
validate(Object obj,
org.springframework.validation.Errors errors)
Validates the given Patient.
|
public boolean supports(Class c)
supports in interface org.springframework.validation.Validatorc - The class to check for support.Validator.supports(java.lang.Class)public void validate(Object obj, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.Validatorobj - The patient to validate.errors - ErrorsValidator.validate(java.lang.Object,
org.springframework.validation.Errors)Copyright © 2018 OpenMRS LLC.. All Rights Reserved.