@Component public class MarriageFormValidator extends Object implements org.springframework.validation.Validator
| Constructor and Description |
|---|
MarriageFormValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(Class<?> clazz) |
void |
validate(Object target,
org.springframework.validation.Errors errors) |
void |
validate(Object target,
org.springframework.validation.Errors errors,
String type) |
void |
validateReIssue(Object target,
org.springframework.validation.Errors errors) |
public boolean supports(Class<?> clazz)
supports in interface org.springframework.validation.Validatorpublic void validateReIssue(Object target, org.springframework.validation.Errors errors)
public void validate(Object target, org.springframework.validation.Errors errors, String type)
public void validate(Object target, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.ValidatorCopyright © 2015–2017 eGovernments Foundation. All rights reserved.