org.databene.commons.validator
Class AbstractValidator<E>

java.lang.Object
  extended by org.databene.commons.validator.AbstractValidator<E>
All Implemented Interfaces:
Validator<E>

public abstract class AbstractValidator<E>
extends java.lang.Object
implements Validator<E>

Abstract implementation of the Validator interface. This serves as parent class for deriving custom Validator implementations. If the Validator interface will change in future versions, the AbstractValidator class will try to compensate the change for its child classes.

Created at 08.11.2008 07:52:34

Since:
0.4.6
Author:
Volker Bergmann

Constructor Summary
AbstractValidator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.databene.commons.Validator
valid
 

Constructor Detail

AbstractValidator

public AbstractValidator()


Copyright © 2010. All Rights Reserved.