|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avaje.ebean.validation.factory.NoAttributesValidator
com.avaje.ebean.validation.factory.AssertTrueValidatorFactory.AssertTrueValidator
public static class AssertTrueValidatorFactory.AssertTrueValidator
Constructor Summary | |
---|---|
AssertTrueValidatorFactory.AssertTrueValidator() |
Method Summary | |
---|---|
String |
getKey() Return a String key used to identify the validator. |
boolean |
isValid(Object value) Return true if the value is valid. |
Methods inherited from class com.avaje.ebean.validation.factory.NoAttributesValidator |
---|
getAttributes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssertTrueValidatorFactory.AssertTrueValidator()
Method Detail |
---|
public String getKey()
Validator
This is used to identify the type of validation error and look up a localised error message.
public boolean isValid(Object value)
Validator
value
- the property value being tested.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |