|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.benfante.utils.string.ObjectToStringWorker
public class ObjectToStringWorker
A ToStringWorker that produces output like the toString method of the java.lang.Object class.
| Constructor Summary | |
|---|---|
ObjectToStringWorker()
Creates a new instance of ObjectToStringWorker |
|
| Method Summary | |
|---|---|
java.lang.String |
toString(java.lang.Object o)
Returns the String rappresentation of the passed object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectToStringWorker()
| Method Detail |
|---|
public java.lang.String toString(java.lang.Object o)
toString in interface ToStringWorkero - The object to be rappresented in String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||