Dozer can be managed via JMX. The Dozer distibution contains fully functional JMX MBeans. These MBeans can be found in the org.dozer.jmx package.
Dozer auto registers these JMX Beans with the PlatformMDBServer. You can suppress this behavior with the following Dozer configuration property:
dozer.autoregister.jmx.beans = false
Dozer JMX MBeans
| MBean | Description |
|---|---|
| DozerStatisticsControllerMBean | Runtime mapping statistics. The Statistics section contains more information on the types of statistics that are available. |
| DozerAdminControllerMBean | Admin functions such as enabling/disabling statistics gathering at runtime. |