com.benfante.utils.string
Interface ToStringWorker

All Known Implementing Classes:
AnnotatedFieldsToStringWorker, DefaultToStringWorker, ObjectToStringWorker, WrappingToStringWorker

public interface ToStringWorker

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

Version:
$Id$
Author:
Lucio Benfante lucio@benfante.com

Method Summary
 java.lang.String toString(java.lang.Object o)
          Returns the String rappresentation of the passed object.
 

Method Detail

toString

java.lang.String toString(java.lang.Object o)
Returns the String rappresentation of the passed object.

Parameters:
o - The object to be rappresented in String.
Returns:
The String rappresentation of the passed object.


Copyright © 2007. All Rights Reserved.