Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
0.1-incubating
-
None
Description
There are cases where no PropertyConverter can be found who can deal with converting the given String to the desired targetType.
In that case we need to log to the user which formats all the registered PropertyConverter support. This information could also later be used for JMX or even a configuration UI.
The proposal is to add a
String formatInfo()
to our PropertyConverter interface.
Attachments
Issue Links
- Is contained by
-
TAMAYA-128 Adding ConversionContext to converter params
- Resolved