Class DefaultMBeanObjectConverter
java.lang.Object
org.springframework.integration.jmx.DefaultMBeanObjectConverter
- All Implemented Interfaces:
- MBeanObjectConverter
- Since:
- 3.0
- Author:
- Stuart Williams, Artem Bilan
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionconvert(MBeanServerConnection connection, ObjectInstance instance) 
- 
Constructor Details- 
DefaultMBeanObjectConverterpublic DefaultMBeanObjectConverter()
- 
DefaultMBeanObjectConverter
 
- 
- 
Method Details- 
convert- Specified by:
- convertin interface- MBeanObjectConverter
- Parameters:
- connection- The connection.
- instance- The instance.
- Returns:
- The mapped object instance.
 
 
-