クラス ValidationHandler
java.lang.Object
org.iplass.mtp.impl.validation.ValidationHandler
-
フィールドの概要
フィールド修飾子とタイプフィールド説明(package private) static final Patternprotected MetaValidation(package private) static final Pattern -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明generateErrorMessage(Object value, ValidationContext context, String propertyDisplayName, String entityDisplayName) voidinit()abstract booleanvalidate(Object value, ValidationContext context) booleanvalidateArray(Object[] values, ValidationContext context)
-
フィールド詳細
-
namePattern
-
entityNamePattern
-
metaData
-
-
コンストラクタの詳細
-
ValidationHandler
-
-
メソッドの詳細
-
getErrorMessage
-
init
public void init() -
validate
-
validateArray
-
generateErrorMessage
public String generateErrorMessage(Object value, ValidationContext context, String propertyDisplayName, String entityDisplayName) -
getErrorCode
-