Search code examples
javatostringapache-commons-lang

How do I set the format of toString methods with ToStringBuilder in commons-lang?


how do I configure the setting of the format for toString


Solution

  • ToStringBuilder.setDefaultStyle(ToStringStyle style)

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