@Handler(supports=ConceptMapType.class, order=50) public class ConceptMapTypeValidator extends java.lang.Object implements org.springframework.validation.Validator
ConceptMapType objects.| Constructor and Description | 
|---|
ConceptMapTypeValidator()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
supports(java.lang.Class c)
Determines if the command object being submitted is a valid type 
 | 
void | 
validate(java.lang.Object obj,
        org.springframework.validation.Errors errors)
Checks that a given concept map type object is valid. 
 | 
public boolean supports(java.lang.Class c)
supports in interface org.springframework.validation.ValidatorValidator.supports(java.lang.Class)public void validate(java.lang.Object obj,
                     org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.ValidatorValidator.validate(java.lang.Object,
      org.springframework.validation.Errors)Copyright © 2018 OpenMRS Inc.. All Rights Reserved.