WaffleTypeConverter is ambiguous and conflcts with Ognl TypeConverter.
Rename to ValueConverter and change main method name to convertValue to reflect better the functionality.
Description
WaffleTypeConverter is ambiguous and conflcts with Ognl TypeConverter.
Rename to ValueConverter and change main method name to convertValue to reflect better the functionality.
Mauro Talevi - 17/Nov/07 04:35 AM Also renamed OgnlTypeConverter to DelegatingTypeConverter.
OgnlTypeConverter was also an ambiguous name as an Waffle-based impl of ognl.TypeConverter.
Mauro Talevi - 20/Nov/07 06:15 AM Removed explicit declaration of runtime BindException.
Documented in javadoc that it may be thrown if conversion fails.
OgnlTypeConverter was also an ambiguous name as an Waffle-based impl of ognl.TypeConverter.