Package org.hibernate.validator.cfg.defs
Class ParameterScriptAssertDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<ParameterScriptAssertDef,ParameterScriptAssert>
-
- org.hibernate.validator.cfg.defs.ParameterScriptAssertDef
-
public class ParameterScriptAssertDef extends ConstraintDef<ParameterScriptAssertDef,ParameterScriptAssert>
- Author:
- Marko Bekta
-
-
Constructor Summary
Constructors Constructor Description ParameterScriptAssertDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterScriptAssertDeflang(String lang)ParameterScriptAssertDefscript(String script)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-
-
-
Method Detail
-
lang
public ParameterScriptAssertDef lang(String lang)
-
script
public ParameterScriptAssertDef script(String script)
-
-