Package org.openremote.container.util
Class MapAccess
java.lang.Object
org.openremote.container.util.MapAccess
Convenience functions for accessing
Map
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
getBoolean
(Map<String, String> map, String key, boolean defaultValue) static BigDecimal
getDecimal
(Map<String, String> map, String key, BigDecimal defaultValue) static int
getInteger
(Map<String, String> map, String key, int defaultValue) static String
-
Constructor Details
-
MapAccess
protected MapAccess()
-
-
Method Details
-
getString
-
getBoolean
-
getInteger
-
getDecimal
-