public class DataUtil extends Object
| Constructor and Description |
|---|
DataUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getClassFromInfo(MBeanAttributeInfo attributeInfo) |
static Class<?> |
getClassFromInfo(String jmxType) |
static Object |
getCompatibleData(Object object,
MBeanParameterInfo beanParameterInfo) |
static Set<Set<String>> |
parseToPropsSet(Set<ObjectName> domainNames) |
static Object |
tryParseToType(Object object,
Class<?> clazz) |
public static Class<?> getClassFromInfo(MBeanAttributeInfo attributeInfo) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Class<?> getClassFromInfo(String jmxType) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Object getCompatibleData(Object object, MBeanParameterInfo beanParameterInfo) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Set<Set<String>> parseToPropsSet(Set<ObjectName> domainNames)
Copyright © 2015. All rights reserved.