Hello,

> However I think Jestr is a
> little different from the ToStringBuilder stuff because it isn't
> necessarily concerned with helping you implement toString() methods;
> instead, it's more concerned with helping you log *arbitrary* objects,
> even if you don't have access to their source code to change their
> toString() methods.

Note that the o.a.c.l.builder package also provides the ability to
operate on an arbitrary object. Please see: 

(1) The class ReflectionToStringBuilder: 

http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/build
er/ReflectionToStringBuilder.html

(2) The ToStringBuilder methods which forward to
ReflectionToStringBuilder:
 
http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/build
er/ToStringBuilder.html#reflectionToString(java.lang.Object)

Gary


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to