public abstract class ObjectPrinter extends Object
| Constructor and Description |
|---|
ObjectPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<Field> |
getAllFields(Class clazz)
Recurse up the class hierarchy to retrieve all fields that might hold data on an object.
|
String |
toString()
Provides a string representation of the object that can be easily read and formatted in JSON-esque fashion.
|
Copyright © 2018–2019 ODPi. All rights reserved.