Package de.bytestore.hostinger
Klasse AttributeHelper
java.lang.Object
de.bytestore.hostinger.AttributeHelper
A helper class for handling JMX attribute types and values.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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)
-
Konstruktordetails
-
AttributeHelper
public AttributeHelper()
-
-
Methodendetails
-
convert
-
isBoolean
-
isArrayOrCollection
-
isCollection
-
isArray
-
isObjectArrayOrCollection
-
isObjectArray
-
isPrimitiveTypeOrString
-
isList
-
isSet
-
getArrayType
-
convertTypeToReadableName
-
substringAfterLastDot
-
isDate
-
convertToString
-
tabularToString
-
compositeToString
-
convertToTrueObject
-
canConvertToTrueObject
-