T - constrainable typepublic interface ConstraintResolver<T extends Constrainable>
Implemented by constraint providers as a mechanism to store functional lookups in a map, keyed by constraint type, for example.
AttributeDefinitionConstraintProvider for a number of examples.| Modifier and Type | Method and Description |
|---|---|
<C extends Constraint> |
resolve(T definition)
gets the list of constraints from the provided definition
|
<C extends Constraint> List<C> resolve(T definition)
C - - the java type of the constraintdefinition - - a data dictionary definitionCopyright © 2005–2014 The Kuali Foundation. All rights reserved.