Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-1128

JsonToStringStyle doesn't handle chars and objects correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.4
    • 3.5
    • lang.builder.*

    Description

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

      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)

      Attachments

        Activity

          People

            britter Benedikt Ritter
            britter Benedikt Ritter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: