play.data.validation
Class EqualsCheck

java.lang.Object
  extended by net.sf.oval.AbstractCheck
      extended by net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Equals>
          extended by play.data.validation.EqualsCheck
All Implemented Interfaces:
java.io.Serializable, net.sf.oval.Check, net.sf.oval.configuration.annotation.AnnotationCheck<Equals>

public class EqualsCheck
extends net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Equals>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.oval.AbstractCheck
errorCode, message, profiles, severity
 
Constructor Summary
EqualsCheck()
           
 
Method Summary
 void configure(Equals equals)
           
 java.util.Map<java.lang.String,java.lang.String> createMessageVariables()
           
 boolean isSatisfied(java.lang.Object validatedObject, java.lang.Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator)
           
 
Methods inherited from class net.sf.oval.AbstractCheck
getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, requireMessageVariablesRecreation, setErrorCode, setMessage, setProfiles, setSeverity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.oval.Check
getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, setErrorCode, setMessage, setProfiles, setSeverity
 

Constructor Detail

EqualsCheck

public EqualsCheck()
Method Detail

configure

public void configure(Equals equals)
Specified by:
configure in interface net.sf.oval.configuration.annotation.AnnotationCheck<Equals>
Overrides:
configure in class net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Equals>

isSatisfied

public boolean isSatisfied(java.lang.Object validatedObject,
                           java.lang.Object value,
                           net.sf.oval.context.OValContext context,
                           net.sf.oval.Validator validator)

createMessageVariables

public java.util.Map<java.lang.String,java.lang.String> createMessageVariables()
Overrides:
createMessageVariables in class net.sf.oval.AbstractCheck


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly