public final class StateReporter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StateReporter.Reportable
Marks implementations as capable of reporting on their current
state, typically for troubleshooting purposes.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
humanReadableSizeInMemory(Object... objects)
Prints out the size of the specified object(s) in approximate kB of memory used.
|
static void |
reportCurrentState(StringBuilder out,
MapperFactory mapperFactory)
Reports the current state of the provided MapperFactory and it's
contained component parts.
|
public static final String DIVIDER
public static void reportCurrentState(StringBuilder out, MapperFactory mapperFactory)
out - mapperFactory - mapperFacade - Copyright © 2016 Glasnost. All rights reserved.