T
- collection typeC
- constraint typepublic interface CollectionConstraintProcessor<T extends Collection<?>,C extends Constraint> extends ConstraintProcessor<T,C>
It is a constraint processor that tests collections rather than their elements. Maybe the best example of a collection-based constraint is a constraint on the number of elements in that collection -- for example, a constraint that ensures that there are between 1 and 10 elements in a collection.
getConstraintType, getName, isOptional, process
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.