Package org.ocpsoft.rewrite.param
Interface Transposition<S>
- All Superinterfaces:
ParameterConfigurator
- All Known Implementing Classes:
LocaleTransposition
Used to modify
Parameter values after they have been verified by the Constraint API. (Cannot be used
to change the type of the value, for that, see Converter)- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptiontranspose(Rewrite event, EvaluationContext context, S value) Perform an operation on the given value.
-
Method Details
-
transpose
Perform an operation on the given value.
-