|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
---|---|
com.avaje.ebean.validation.factory | Factories to create validators. |
Uses of Validator in com.avaje.ebean.validation.factory |
---|
Classes in com.avaje.ebean.validation.factory that implement Validator | |
---|---|
static class |
AssertFalseValidatorFactory.AssertFalseValidator
|
static class |
AssertTrueValidatorFactory.AssertTrueValidator
|
static class |
EmailValidatorFactory.EmailValidator
|
static class |
LengthValidatorFactory.LengthValidator
The actual length validator. |
class |
NoAttributesValidator
Abstract validator that has no attributes. |
static class |
NotNullValidatorFactory.NotNullValidator
|
Fields in com.avaje.ebean.validation.factory declared as Validator | |
---|---|
static Validator |
AssertFalseValidatorFactory.ASSERT_FALSE
|
static Validator |
AssertTrueValidatorFactory.ASSERT_TRUE
|
static Validator |
EmailValidatorFactory.EMAIL
|
static Validator |
NotNullValidatorFactory.NOT_NULL
|
Methods in com.avaje.ebean.validation.factory that return Validator | |
---|---|
Validator |
ValidatorFactory.create(Annotation annotation,
Class<?> type)
Create the validator given the annotation. |
Validator |
RangeValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
PatternValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
PastValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
NotNullValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
NotEmptyValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
LengthValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
FutureValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
EmailValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
AssertTrueValidatorFactory.create(Annotation annotation,
Class<?> type)
|
Validator |
AssertFalseValidatorFactory.create(Annotation annotation,
Class<?> type)
|
static Validator |
LengthValidatorFactory.create(int min,
int max)
Create or get a LengthValidator single threaded. |
Validator |
RangeValidatorFactory.create(long min,
long max,
Class<?> type)
|
static Validator |
PatternValidatorFactory.create(String regex,
int flags)
Create or get a LengthValidator single threaded. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |