org.springframework.ldap.samples.person.domain
Class PersonValidator
java.lang.Object
org.springframework.ldap.samples.person.domain.PersonValidator
- All Implemented Interfaces:
- Validator
public class PersonValidator
- extends Object
- implements Validator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonValidator
public PersonValidator()
supports
public boolean supports(Class clazz)
- Specified by:
supports
in interface Validator
validate
public void validate(Object obj,
Errors errors)
- Specified by:
validate
in interface Validator
Copyright © 2006-2009 Spring Framework. All Rights Reserved.