|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mayo.informatics.lexgrid.convert.validator.processor.ReflectionValidationProcessor<T>
public class ReflectionValidationProcessor<T>
The Class ReflectionValidationProcessor.
Constructor Summary | |
---|---|
ReflectionValidationProcessor()
|
Method Summary | |
---|---|
void |
addValidator(Validator validator)
Adds the validator. |
static void |
main(java.lang.String[] args)
The main method. |
java.util.List<LoadValidationError> |
validate(java.lang.Object obj)
Validate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionValidationProcessor()
Method Detail |
---|
public java.util.List<LoadValidationError> validate(java.lang.Object obj)
ValidationProcessor
validate
in interface ValidationProcessor<T>
obj
- the object
public void addValidator(Validator validator)
ValidationProcessor
addValidator
in interface ValidationProcessor<T>
validator
- the validatorpublic static void main(java.lang.String[] args)
args
- the arguments
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |