See {@link hirondelle.web4j.BuildImpl} for important information on how this item is configured. {@link hirondelle.web4j.BuildImpl#forConvertParam()} returns the configured implementation of this interface.
{@link ConvertParamImpl} is provided as a default implementation, and is likelysuitable for many applications.
In addition, implementations may optionally choose to apply universal pre-processing for Strings. For example, an implementation may decide to trim all Strings, or to force capitalization for all Strings. Such policies may be centralized here, by including them in the implementation of {@link #filter(String)} or {@link #convert(String,Class,Locale,TimeZone)}.
|
|