com.avaje.ebean.validation.factory
Class NotNullValidatorFactory.NotNullValidator
java.lang.Object
com.avaje.ebean.validation.factory.NoAttributesValidator
com.avaje.ebean.validation.factory.NotNullValidatorFactory.NotNullValidator
- All Implemented Interfaces:
- Validator
- Enclosing class:
- NotNullValidatorFactory
public static class NotNullValidatorFactory.NotNullValidator
- extends NoAttributesValidator
Method Summary |
String |
getKey()
Return a String key used to identify the validator. |
boolean |
isValid(Object value)
Return true if the value is valid. |
NotNullValidatorFactory.NotNullValidator
public NotNullValidatorFactory.NotNullValidator()
getKey
public String getKey()
- Description copied from interface:
Validator
- Return a String key used to identify the validator.
This is used to identify the type of validation error and look up a
localised error message.
isValid
public boolean isValid(Object value)
- Description copied from interface:
Validator
- Return true if the value is valid.
- Parameters:
value
- the property value being tested.
Copyright © 2010. All Rights Reserved.