API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.logger.
JOTObjectDumper
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
Object
JOTObjectDumper
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTObjectDumper
Dumps an whole object hierarchy (fileds, values..
Dumps an whole object hierarchy (fileds, values.. recursively)
Useful for debugging.
Note: this is all static.
See also:
Constructors
public
JOTObjectDumper
()
Methods
Hide/Show inherited methods
public
static
String
dump
(
Object
o)
public
static
int
getMaxRecursiveDepth
()
public
static
void
setMaxRecursiveDepth
(
int
maxRecursiveDepth)
Default: 15 set to prevent infinite loops
Default: 15
set to prevent infinite loops
Parameters:
-
maxRecursiveDepth
-
Fields
Hide/Show inherited fields
public
static
int
maxRecursiveDepth
public
final
static
String
TAB
= " "
Nested Classes
JOTObjectDumper.TestObject2
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar