Interface Converter<T>

All Superinterfaces:
ParameterConfigurator

public interface Converter<T> extends ParameterConfigurator
Used to convert Parameter values before they are verified by the Validator API.
Author:
Lincoln Baxter, III
  • Method Details