play.data.validation
Class CheckWithCheck
java.lang.Object
net.sf.oval.AbstractCheck
net.sf.oval.configuration.annotation.AbstractAnnotationCheck<CheckWith>
play.data.validation.CheckWithCheck
- All Implemented Interfaces:
- Serializable, net.sf.oval.Check, net.sf.oval.configuration.annotation.AnnotationCheck<CheckWith>
public class CheckWithCheck
- extends net.sf.oval.configuration.annotation.AbstractAnnotationCheck<CheckWith>
- See Also:
- Serialized Form
| Fields inherited from class net.sf.oval.AbstractCheck |
errorCode, message, profiles, severity |
| 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 |
CheckWithCheck
public CheckWithCheck()
configure
public void configure(CheckWith checkWith)
- Specified by:
configure in interface net.sf.oval.configuration.annotation.AnnotationCheck<CheckWith>- Overrides:
configure in class net.sf.oval.configuration.annotation.AbstractAnnotationCheck<CheckWith>
createMessageVariables
protected Map<String,String> createMessageVariables()
- Overrides:
createMessageVariables in class net.sf.oval.AbstractCheck
isSatisfied
public boolean isSatisfied(Object validatedObject,
Object value,
net.sf.oval.context.OValContext context,
net.sf.oval.Validator validator)
setVariables
public void setVariables()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly