com.avaje.ebean.validation.factory
Class FutureValidatorFactory

java.lang.Object
  extended by com.avaje.ebean.validation.factory.FutureValidatorFactory
All Implemented Interfaces:
ValidatorFactory

public class FutureValidatorFactory
extends Object
implements ValidatorFactory

Creates an appropriate Future validator.


Constructor Summary
FutureValidatorFactory()
           
 
Method Summary
 Validator create(Annotation annotation, Class<?> type)
          Create the validator given the annotation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FutureValidatorFactory

public FutureValidatorFactory()
Method Detail

create

public Validator create(Annotation annotation,
                        Class<?> type)
Description copied from interface: ValidatorFactory
Create the validator given the annotation.

Specified by:
create in interface ValidatorFactory


Copyright © 2010. All Rights Reserved.