ToStringStyle that does not print out the field names.
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); }