类 MapUtils


  • public class MapUtils
    extends Object
    Map tools
    • 构造器详细资料

      • MapUtils

        public MapUtils()
    • 方法详细资料

      • objectToStringMap

        public static Map<String,​String> objectToStringMap​(Map<String,​Object> originMap)
        switch Map to Map If the value of the original Map is not of type String, then toString() of value will be called
        参数:
        originMap -
        返回: