com.avaje.ebean.validation.factory
Class AssertFalseValidatorFactory.AssertFalseValidator

java.lang.Object
  extended by com.avaje.ebean.validation.factory.NoAttributesValidator
      extended by com.avaje.ebean.validation.factory.AssertFalseValidatorFactory.AssertFalseValidator
All Implemented Interfaces:
Validator
Enclosing class:
AssertFalseValidatorFactory

public static class AssertFalseValidatorFactory.AssertFalseValidator
extends NoAttributesValidator


Constructor Summary
AssertFalseValidatorFactory.AssertFalseValidator()
           
 
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

AssertFalseValidatorFactory.AssertFalseValidator

public AssertFalseValidatorFactory.AssertFalseValidator()
Method Detail

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.