Package play.data.validation
Class Check
- java.lang.Object
-
- play.data.validation.Check
-
public abstract class Check extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CheckWithCheck
checkWithCheck
-
Constructor Summary
Constructors Constructor Description Check()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CheckWithCheck
getCheckWithCheck()
abstract boolean
isSatisfied(java.lang.Object validatedObject, java.lang.Object value)
void
setMessage(java.lang.String message, java.lang.String... vars)
-
-
-
Field Detail
-
checkWithCheck
public CheckWithCheck checkWithCheck
-
-
Method Detail
-
isSatisfied
public abstract boolean isSatisfied(java.lang.Object validatedObject, java.lang.Object value)
-
setMessage
public void setMessage(java.lang.String message, java.lang.String... vars)
-
getCheckWithCheck
public CheckWithCheck getCheckWithCheck()
-
-