| net.sf.oval.constraint.AssertValidCheck
AssertValidCheck | public class AssertValidCheck extends AbstractAnnotationCheck (Code) | | author: Sebastian Thomschke |
isRequireValidElements | public boolean isRequireValidElements()(Code) | | true if all elements of a collection must be valid |
isSatisfied | public boolean isSatisfied(Object validatedObject, Object value, OValContext context, Validator validator)(Code) | | This method is not used.
The validation of this special constraint is directly performed by the Validator class
|
setRequireValidElements | public void setRequireValidElements(boolean requireValidElements)(Code) | | Specifies if all the elements of a collection must be valid.
|
|
|