Class StandardToStringStyle

  • All Implemented Interfaces:
    Serializable

    public class StandardToStringStyle
    extends ToStringStyle
    Works with ToStringBuilder to create a toString.

    This class is intended to be used as a singleton. There is no need to instantiate a new style each time. Simply instantiate the class once, customize the values as required, and store the result in a public static final variable for the rest of the program to access.

    Since:
    1.0
    See Also:
    Serialized Form