Package 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:
java.io.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
-
-
Constructor Summary
Constructors Constructor Description CheckWithCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(CheckWith checkWith)
protected 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)
void
setVariables()
-
Methods inherited from class net.sf.oval.AbstractCheck
getAppliesTo, getAppliesToDefault, getContext, getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, getTarget, getWhen, isActive, requireMessageVariablesRecreation, setAppliesTo, setContext, setErrorCode, setMessage, setProfiles, setSeverity, setTarget, setWhen
-
-
-
-
Method Detail
-
configure
public void configure(CheckWith checkWith)
-
createMessageVariables
protected java.util.Map<java.lang.String,java.lang.String> createMessageVariables()
- Overrides:
createMessageVariables
in classnet.sf.oval.AbstractCheck
-
isSatisfied
public boolean isSatisfied(java.lang.Object validatedObject, java.lang.Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator)
-
setVariables
public void setVariables()
-
-