Package io.jmix.jmxconsole
Class AttributeHelper
java.lang.Object
io.jmix.jmxconsole.AttributeHelper
A helper class for handling JMX attribute types and values.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static boolean
canConvertToTrueObject
(CompositeData compositeData) protected static String
compositeToString
(CompositeData compositeData) static Object
static String
convertToString
(Object value) protected static Object
convertToTrueObject
(CompositeData compositeData) static String
static Class
getArrayType
(String type) static boolean
static boolean
isArrayOrCollection
(String type) static boolean
static boolean
isCollection
(String type) static boolean
static boolean
static boolean
isObjectArray
(String type) static boolean
static boolean
static boolean
static String
substringAfterLastDot
(String type) protected static String
tabularToString
(TabularData tabularData)
-
Constructor Details
-
AttributeHelper
public AttributeHelper()
-
-
Method Details
-
convert
-
isBoolean
-
isArrayOrCollection
-
isCollection
-
isArray
-
isObjectArrayOrCollection
-
isObjectArray
-
isPrimitiveTypeOrString
-
isList
-
isSet
-
getArrayType
-
convertTypeToReadableName
-
substringAfterLastDot
-
isDate
-
convertToString
-
tabularToString
-
compositeToString
-
convertToTrueObject
-
canConvertToTrueObject
-