0

how do I configure the setting of the format for toString

skaffman
  • 398,947
  • 96
  • 818
  • 769
flybywire
  • 261,858
  • 191
  • 397
  • 503

1 Answers1

4

ToStringBuilder.setDefaultStyle(ToStringStyle style)

http://commons.apache.org/proper/commons-lang//javadocs/api-2.6/org/apache/commons/lang/builder/ToStringStyle.html

gprest
  • 683
  • 5
  • 4
toolkit
  • 49,809
  • 17
  • 109
  • 135