Class CommonUtil
java.lang.Object
de.fraunhofer.iese.mydata.pep.common.CommonUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static boolean
static String
Only String or JsonPrimitive are allowed, else throws IllegalArgumentException("Only Strings allowed")static Integer
getIntegerFromObject
(Object input) Only String or JsonPrimitive are allowed, else throws IllegalArgumentException("Only Strings allowed")
-
Method Details
-
getFromStringOrJsonPrimitive
Only String or JsonPrimitive are allowed, else throws IllegalArgumentException("Only Strings allowed")- Parameters:
input
-- Returns:
-
getIntegerFromObject
Only String or JsonPrimitive are allowed, else throws IllegalArgumentException("Only Strings allowed")- Parameters:
input
-- Returns:
-
getbooleanFromObject
-
fixStringObject
-