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
ClassNotFoundException
public static Class<?> getClassFromInfo(String jmxType) throws ClassNotFoundException
ClassNotFoundException
public static Object getCompatibleData(Object object, MBeanParameterInfo beanParameterInfo) throws ClassNotFoundException
ClassNotFoundException
public static Set<Set<String>> parseToPropsSet(Set<ObjectName> domainNames)
Copyright © 2015. All rights reserved.