|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.util.BasicPrettyPrinter
flex.messaging.util.ToStringPrettyPrinter
public class ToStringPrettyPrinter
Recursively convert an Object graph into a String for logging/debugging purposes. Cyclical references are handled by tracking known objects. TODO: Remove check for custom toString implementations... we should be able to extend the PrettyPrintable interface to handle any custom toString requirements without needing to actually call toString on a custom object.
| Constructor Summary | |
|---|---|
ToStringPrettyPrinter()
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
String |
prettify(Object o)
Prettifies the representation of an Object as a String. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToStringPrettyPrinter()
| Method Detail |
|---|
public String prettify(Object o)
BasicPrettyPrinter
prettify in interface PrettyPrinterprettify in class BasicPrettyPrinterpublic Object clone()
clone in interface PrettyPrinterclone in class BasicPrettyPrinter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/util/ToStringPrettyPrinter.html