T - constrainable typepublic class CaseConstraintResolver<T extends CaseConstrainable> extends Object implements ConstraintResolver<T>
CaseConstrainable| Constructor and Description |
|---|
CaseConstraintResolver() |
| Modifier and Type | Method and Description |
|---|---|
<C extends Constraint> |
resolve(T definition)
gets the list of constraints from the provided definition
|
public CaseConstraintResolver()
public <C extends Constraint> List<C> resolve(T definition)
ConstraintResolverresolve in interface ConstraintResolver<T extends CaseConstrainable>C - - the java type of the constraintdefinition - - a data dictionary definitionCopyright © 2005–2015 The Kuali Foundation. All rights reserved.