public class InjectorPhaseEvent.ReportRenderer
extends java.lang.Object
| Constructor and Description |
|---|
ReportRenderer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
renderConfigurationSummary(DiagnosticConfig config)
Summary report render extensions by type.
|
java.lang.String |
renderConfigurationTree(ContextTreeConfig config)
Tree report render extensions by configuration source.
|
java.lang.String |
renderGuiceAop(GuiceAopConfig config)
Render guice aop map report.
|
java.lang.String |
renderGuiceBindings(GuiceConfig config)
Render guice bindings report.
|
java.lang.String |
renderOptions(OptionsConfig config)
Options report.
|
java.lang.String |
renderStats(boolean hideTiny)
Guicey timings report.
|
public java.lang.String renderConfigurationSummary(DiagnosticConfig config)
config - config objectpublic java.lang.String renderConfigurationTree(ContextTreeConfig config)
config - config objectpublic java.lang.String renderOptions(OptionsConfig config)
config - config objectpublic java.lang.String renderStats(boolean hideTiny)
hideTiny - true to hide timers less then 1mspublic java.lang.String renderGuiceBindings(GuiceConfig config)
config - config objectpublic java.lang.String renderGuiceAop(GuiceAopConfig config)
config - config object