public interface ConstraintProcessor<T,C extends Constraint>
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Constraint> |
getConstraintType() |
String |
getName() |
boolean |
isOptional()
This method return true if the processing of this constraint is something that can be opted out of by some pieces of code.
|
ProcessorResult |
process(DictionaryValidationResult result,
T value,
C constraint,
AttributeValueReader attributeValueReader) |
ProcessorResult process(DictionaryValidationResult result, T value, C constraint, AttributeValueReader attributeValueReader) throws AttributeValidationException
AttributeValidationExceptionClass<? extends Constraint> getConstraintType()
boolean isOptional()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.