com.avaje.ebean.validation.factory
Interface ValidatorFactory

All Known Implementing Classes:
AssertFalseValidatorFactory, AssertTrueValidatorFactory, EmailValidatorFactory, FutureValidatorFactory, LengthValidatorFactory, NotEmptyValidatorFactory, NotNullValidatorFactory, PastValidatorFactory, PatternValidatorFactory, RangeValidatorFactory

public interface ValidatorFactory

Creates a Validator for using in Ebean.


Method Summary
 Validator create(Annotation annotation, Class<?> type)
          Create the validator given the annotation.
 

Method Detail

create

Validator create(Annotation annotation,
                 Class<?> type)
Create the validator given the annotation.



Copyright © 2010. All Rights Reserved.