You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To compliment EqualsBuilder and HashCodeBuilder, I would like to add a ToStringBuilder that would support generating string representations (via toString) with greater control and uniformity. It should also support "styles", which can be customised, for even more granular control.
The text was updated successfully, but these errors were encountered:
To compliment
EqualsBuilder
andHashCodeBuilder
, I would like to add aToStringBuilder
that would support generating string representations (viatoString
) with greater control and uniformity. It should also support "styles", which can be customised, for even more granular control.The text was updated successfully, but these errors were encountered: