You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/05/01 23:41:06 UTC

[jira] [Created] (LANG-1128) JsonToStringStyle doesn't handle chars and objects correctly

Benedikt Ritter created LANG-1128:
-------------------------------------

             Summary: JsonToStringStyle doesn't handle chars and objects correctly
                 Key: LANG-1128
                 URL: https://issues.apache.org/jira/browse/LANG-1128
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.builder.*
    Affects Versions: 3.4
            Reporter: Benedikt Ritter
             Fix For: Review Patch, 3.5


Placeholder for https://github.com/apache/commons-lang/pull/74

{quote}
except number, boolean, Array and nested object structures, other types like char, String, Date etc. in java should be appendAsString.

add method {{appendDetail(StringBuffer buffer, String fieldName, char value) to JsonToStringStyle}}
modify {{appendDetail(StringBuffer buffer, String fieldName, Object value)}}
{quote}



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