Package com.benfante.utils.string

Interface Summary
ToStringWorker Interface for a class that produces the String rappresentation for another object.
 

Class Summary
AnnotatedFieldsToStringWorker  
DefaultToStringWorker A ToStringWorker that returns the String rappresentation of an object using reflection on its attributes.
ObjectToStringWorker A ToStringWorker that produces output like the toString method of the java.lang.Object class.
ToStringHelper An helper for writing toString methods.
WrappingToStringWorker A ToStringWorker that produces output wrapping on the toString() method of the passed object.
 

Annotation Types Summary
Exposed An annotation for marking attributes that should be exposed by the toString method.
 



Copyright © 2007. All Rights Reserved.