Package com.luna.common.text
Class ExtendUtils
java.lang.Object
com.luna.common.text.ExtendUtils
- Description:
- 扩展字段工具类
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Boolean
getBoolean
(String flag, Boolean defaultValue) getFeaturesSubValue
(String extend, String key, String subKey) static String
getFeaturesValue
(String extend, String key) static Integer
getInteger
(String flag, Integer defaultValue) static String
removeFeaturesSubValue
(String extend, String key, String subKey) static String
removeFeaturesValue
(String extend, String key) setFeaturesSubValue
(String extend, String key, String subKey, Object value) static String
setFeaturesValue
(String extend, String key, Object value) 为防止同步问题,加上synchronized
-
Constructor Details
-
ExtendUtils
public ExtendUtils()
-
-
Method Details
-
setFeaturesValue
为防止同步问题,加上synchronized- Parameters:
key
-value
-
-
removeFeaturesValue
-
getFeaturesValue
-
getBoolean
-
getString
-
getInteger
-
getFeaturesSubValue
-
setFeaturesSubValue
-
removeFeaturesSubValue
-