com.jpattern.orm.validator
Class NullValidator

java.lang.Object
  extended by com.jpattern.orm.validator.NullValidator
All Implemented Interfaces:
Validator

public class NullValidator
extends Object
implements Validator

A no-op implementation of a Validator

Author:
ufo

Constructor Summary
NullValidator()
           
 
Method Summary
 void validate(Object bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullValidator

public NullValidator()
Method Detail

validate

public void validate(Object bean)
Specified by:
validate in interface Validator


Copyright © 2013. All Rights Reserved.