You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Joerg Schaible (JIRA)" <ji...@apache.org> on 2010/12/08 09:45:01 UTC

[jira] Commented: (LANG-665) Convert ToStringBuilder output to java object

    [ https://issues.apache.org/jira/browse/LANG-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969248#action_12969248 ] 

Joerg Schaible commented on LANG-665:
-------------------------------------

Actually I think this is completely our of scope for commons-lang. Creating a String representation of an object is something completely different (and simple) compared to the recreation of an equivalent object graph. If you have the need for something like this, you can use specialized libraries like XStream.

> Convert ToStringBuilder output to java object
> ---------------------------------------------
>
>                 Key: LANG-665
>                 URL: https://issues.apache.org/jira/browse/LANG-665
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.builder.*
>    Affects Versions: 3.0
>            Reporter: Sean Nguyen
>
> I would be nice to be able to convert output from ToStringBuilder back to java object. It is tremendously helpful to be able quickly re-create test scenario from your log file when object are logged using ToStringBuilder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.