ToStringStyle that does not print out the classname, identity hashcode, content start or field name.
ToStringStyle
This is an inner class rather than using StandardToStringStyle to ensure its immutability.
StandardToStringStyle
122123124125126127128129
} catch (ClassNotFoundException e) { throw new IllegalArgumentException("Class not found: " + cs); } ToStringOption o = ToStringOption.valueOf(os); ToStringStyle st = ToStringStyle.valueOf(ss); return new AutoToStringData(c, o, st); }