You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2015/02/26 09:07:04 UTC

[jira] [Created] (TAMAYA-67) PropertyConverter: add info for supported formats

Mark Struberg created TAMAYA-67:
-----------------------------------

             Summary: PropertyConverter: add info for supported formats 
                 Key: TAMAYA-67
                 URL: https://issues.apache.org/jira/browse/TAMAYA-67
             Project: Tamaya
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.1-incubating
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 0.1-incubating


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 
{code}
String formatInfo()
{code}
to our PropertyConverter interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)