| net.sf.oval.constraint.AssertValid
AssertValid | public @interface AssertValid(Code) | | Check if the value passes a validation by Validator.validate()
author: Sebastian Thomschke |
errorCode | String errorCode(Code) | | error code passed to the ConstraintViolation object
|
profiles | String[] profiles(Code) | | The associated validation profiles.
|
requireValidElements | boolean requireValidElements(Code) | | Specifies if the keys and values of a collection/map must be valid too.
|
severity | int severity(Code) | | severity passed to the ConstraintViolation object
|
|
|