| net.sf.oval.constraint.ValidateWithMethod
ValidateWithMethod | public @interface ValidateWithMethod(Code) | | Check the value by a method of the same class that takes the value as argument and returns true if valid
and false if invalid
author: Sebastian Thomschke |
errorCode | String errorCode(Code) | | error code passed to the ConstraintViolation object
|
ignoreIfNull | boolean ignoreIfNull(Code) | | this constraint will be ignored if the value to check is null
|
methodName | String methodName(Code) | | name a the single parameter method to use for validation
|
parameterType | Class parameterType(Code) | | type of the method parameter
|
profiles | String[] profiles(Code) | | The associated validation profiles.
|
severity | int severity(Code) | | severity passed to the ConstraintViolation object
|
|
|