public class DefinitionConstraintResolver<T extends Constrainable> extends Object implements ConstraintResolver<T>
Constrainable.
This definition must also implement the interface Constraint, or a ClassCastException will be thrown.
An example is LengthConstrainable, where members of the definition itself need to be made available to the ConstraintProcessor.| Constructor and Description |
|---|
DefinitionConstraintResolver() |
public DefinitionConstraintResolver()
public <C extends Constraint> List<C> resolve(T definition) throws ClassCastException
resolve in interface ConstraintResolver<T extends Constrainable>ClassCastExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.