Package io.vertigo.datamodel.smarttype
Class ConstraintConfig
- java.lang.Object
-
- io.vertigo.datamodel.smarttype.ConstraintConfig
-
public class ConstraintConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ConstraintConfig(Class<? extends Constraint> clazz, String arg, String msg, String resourceMsg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArg()
Class<? extends Constraint>
getConstraintClass()
String
getMsg()
String
getResourceMsg()
-
-
-
Constructor Detail
-
ConstraintConfig
public ConstraintConfig(Class<? extends Constraint> clazz, String arg, String msg, String resourceMsg)
-
-
Method Detail
-
getConstraintClass
public Class<? extends Constraint> getConstraintClass()
-
getArg
public String getArg()
-
getMsg
public String getMsg()
-
getResourceMsg
public String getResourceMsg()
-
-