public class ModelMBeanIntrospector extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,ModelMBeanAttributeInfo> | 
attributesInfo  | 
protected Class<?> | 
clazz  | 
protected Map<String,ModelMBeanConstructorInfo> | 
constructorsInfo  | 
protected ModelMBeanInfo | 
managementInfo  | 
protected Map<String,ModelMBeanNotificationInfo> | 
notificationsInfo  | 
protected Map<String,ModelMBeanOperationInfo> | 
operationsInfo  | 
| Constructor and Description | 
|---|
ModelMBeanIntrospector(Class<?> clazz)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doCollectAttributes(Class<?> clazz,
                   BeanInfo beanInfo)  | 
protected void | 
doCollectConstructors(Class<?> clazz,
                     BeanInfo info)  | 
protected void | 
doCollectIfaces(Set<Class<?>> ifaces,
               Class<?> clazz)  | 
protected void | 
doCollectMgmtIfaces(Set<Class<?>> ifaces,
                   Class<?> clazz)  | 
protected void | 
doCollectNotifications(Class<?> clazz,
                      BeanInfo info)  | 
protected void | 
doCollectOperations(Class<?> clazz,
                   BeanInfo beanInfo)  | 
protected String | 
doExtractMethodSuffix(String operationName)  | 
protected Descriptor | 
doGetDescriptor(FeatureDescriptor info,
               String descriptorType)  | 
protected ModelMBeanInfo managementInfo
protected final Map<String,ModelMBeanAttributeInfo> attributesInfo
protected final Map<String,ModelMBeanConstructorInfo> constructorsInfo
protected final Map<String,ModelMBeanOperationInfo> operationsInfo
protected final Map<String,ModelMBeanNotificationInfo> notificationsInfo
public ModelMBeanIntrospector(Class<?> clazz)
protected void doCollectMgmtIfaces(Set<Class<?>> ifaces, Class<?> clazz)
protected void doCollectIfaces(Set<Class<?>> ifaces, Class<?> clazz)
protected void doCollectNotifications(Class<?> clazz, BeanInfo info)
protected void doCollectAttributes(Class<?> clazz, BeanInfo beanInfo)
protected void doCollectConstructors(Class<?> clazz, BeanInfo info)
protected void doCollectOperations(Class<?> clazz, BeanInfo beanInfo)
protected Descriptor doGetDescriptor(FeatureDescriptor info, String descriptorType)
protected String doExtractMethodSuffix(String operationName)
Copyright © 2019 Nuxeo. All rights reserved.