|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - constrainable typepublic interface ConstraintResolver<T extends Constrainable>
ConstraintResolver provides a lookup of constraints for a specific constrainable attribute definition
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.
| Method Summary | ||
|---|---|---|
|
resolve(T definition)
gets the list of constraints from the provided definition |
|
| Method Detail |
|---|
<C extends Constraint> List<C> resolve(T definition)
C - - the java type of the constraintdefinition - - a data dictionary definition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||