|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avaje.ebean.validation.factory.LengthValidatorFactory
public final class LengthValidatorFactory
Creates a String length validator.
Nested Class Summary | |
---|---|
static class |
LengthValidatorFactory.LengthValidator The actual length validator. |
Constructor Summary | |
---|---|
LengthValidatorFactory() |
Method Summary | |
---|---|
Validator |
create(Annotation annotation, Class<?> type) Create the validator given the annotation. |
static Validator |
create(int min, int max) Create or get a LengthValidator single threaded. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LengthValidatorFactory()
Method Detail |
---|
public Validator create(Annotation annotation, Class<?> type)
ValidatorFactory
create
in interface ValidatorFactory
public static Validator create(int min, int max)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |