@Handler(supports=PersonAttributeType.class, order=50) public class PersonAttributeTypeValidator extends java.lang.Object implements org.springframework.validation.Validator
PersonAttributeType
class.Constructor and Description |
---|
PersonAttributeTypeValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
supports(java.lang.Class c) |
void |
validate(java.lang.Object obj,
org.springframework.validation.Errors errors) |
public boolean supports(java.lang.Class c)
supports
in interface org.springframework.validation.Validator
Validator.supports(java.lang.Class)
public void validate(java.lang.Object obj, org.springframework.validation.Errors errors)
validate
in interface org.springframework.validation.Validator
Validator.validate(java.lang.Object,
org.springframework.validation.Errors)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.