Package org.ocpsoft.rewrite.param
Interface Validator<T>
- All Superinterfaces:
ParameterConfigurator
- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid(Rewrite event, EvaluationContext context, T value) Returntrueif the given value is valid; otherwise returnfalse.
-
Method Details
-
isValid
Returntrueif the given value is valid; otherwise returnfalse.
-