public class MapUtil extends Object
MapUtil()
static <T> T
getValue(Map<String,Object> map, String key, Class<T> clazz)
static <K,V> void
safeReplace(Map<K,V> targetMap, Map<K,V> replaceMap)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapUtil()
public static <K,V> void safeReplace(Map<K,V> targetMap, Map<K,V> replaceMap)
targetMap
replaceMap
public static <T> T getValue(Map<String,Object> map, String key, Class<T> clazz)
map
key
clazz
Copyright © 2022. All rights reserved.