org.springframework.binding.validation
Interface Validator

Show UML class diagram
All Known Subinterfaces:
RichValidator
All Known Implementing Classes:
CompositeRichValidator, HibernateRulesValidator, RulesValidator, ValangRichValidator

public interface Validator

Interface to be implemented by classes capable of validating domain objects.

Author:
Oliver Hutchison

Method Summary
 ValidationResults validate(Object object)
          Validates the provided object.
 

Method Detail

validate

ValidationResults validate(Object object)
Validates the provided object.

Parameters:
object - the object to validate
Returns:
the results on the validation


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.