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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static booleancanConvertToTrueObject(CompositeData compositeData) protected static StringcompositeToString(CompositeData compositeData) static Objectstatic StringconvertToString(Object value) protected static ObjectconvertToTrueObject(CompositeData compositeData) static Stringstatic ClassgetArrayType(String type) static booleanstatic booleanisArrayOrCollection(String type) static booleanstatic booleanisCollection(String type) static booleanstatic booleanstatic booleanisObjectArray(String type) static booleanstatic booleanstatic booleanstatic StringsubstringAfterLastDot(String type) protected static StringtabularToString(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
-