Interface Transposition<S>

All Superinterfaces:
ParameterConfigurator
All Known Implementing Classes:
LocaleTransposition

public interface Transposition<S> extends ParameterConfigurator
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 Type
    Method
    Description
    transpose(Rewrite event, EvaluationContext context, S value)
    Perform an operation on the given value.
  • Method Details