public class ClonePrinter extends ObjectPrinter<java.lang.Object>
m_handlers, m_reflectionHandler, m_usePrintable| Constructor and Description |
|---|
ClonePrinter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
wrap(java.lang.Object o,
java.lang.Object t)
Wraps an object into a structure that contains its type declaration
and its printed contents
|
print, reset, usesPrintablepublic java.lang.Object wrap(java.lang.Object o,
java.lang.Object t)
throws PrintException
ObjectPrinterwrap in class ObjectPrinter<java.lang.Object>o - The objectt - The object's printed contentsPrintException - Thrown if the print operation caused an errorCopyright © Sylvain HallĂ©. All Rights Reserved.