Package org.ocpsoft.rewrite.param
Interface Constraint<T>
- All Superinterfaces:
ParameterConfigurator
- All Known Implementing Classes:
LocaleTransposition,RegexConstraint
Used to verify or restrict values before they are converted via the
Converter API.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisSatisfiedBy(Rewrite event, EvaluationContext context, T value)
-
Method Details
-
isSatisfiedBy
-