play.data.validation
类 Check

java.lang.Object
  继承者 play.data.validation.Check

public abstract class Check
extends java.lang.Object


字段摘要
 CheckWithCheck checkWithCheck
           
 
构造方法摘要
Check()
           
 
方法摘要
 CheckWithCheck getCheckWithCheck()
           
abstract  boolean isSatisfied(java.lang.Object validatedObject, java.lang.Object value)
           
 void setMessage(java.lang.String message, java.lang.String... vars)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

checkWithCheck

public CheckWithCheck checkWithCheck
构造方法详细信息

Check

public Check()
方法详细信息

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()


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