net.sf.mmm.util.value.api
Interface PojoValidator

All Superinterfaces:
ValueValidator<Object>
All Known Implementing Classes:
PojoValidatorDummy

public interface PojoValidator
extends ValueValidator<Object>

A PojoValidator is a ValueValidator for Pojos. It should typically be able to validate objects of various types and therefore may be composed out of ValueValidators.
A proper implementation will just adapt to JSR 303 (Bean Validation). However this interface allows decoupling the according dependencies. Therefore this API is mainly intended for internal usage of the mmm-project.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 
Methods inherited from interface net.sf.mmm.util.value.api.ValueValidator
validate, validate
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.