views:

176

answers:

1

how do I configure the setting of the format for toString

+3  A: 

ToStringBuilder.setDefaultStyle(ToStringStyle style)

http://commons.apache.org/lang/api/org/apache/commons/lang/builder/ToStringStyle.html

toolkit