类 MybatisConfiguration.StrictMap<V>
java.lang.Object
java.util.AbstractMap<String,V>
java.util.concurrent.ConcurrentHashMap<String,V>
com.baomidou.mybatisplus.core.MybatisConfiguration.StrictMap<V>
- 所有已实现的接口:
Serializable,ConcurrentMap<String,,V> Map<String,V>
- 封闭类:
MybatisConfiguration
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 java.util.concurrent.ConcurrentHashMap
ConcurrentHashMap.KeySetView<K,V> 从类继承的嵌套类/接口 java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明conflictMessageProducer(BiFunction<V, V, String> conflictMessageProducer) Assign a function for producing a conflict error message when contains value with the same key.booleancontainsKey(Object key) 从类继承的方法 java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values从类继承的方法 java.util.AbstractMap
clone
-
构造器详细资料
-
StrictMap
-
StrictMap
-
StrictMap
-
StrictMap
-
-
方法详细资料
-
conflictMessageProducer
public MybatisConfiguration.StrictMap<V> conflictMessageProducer(BiFunction<V, V, String> conflictMessageProducer) Assign a function for producing a conflict error message when contains value with the same key.function arguments are 1st is saved value and 2nd is target value.
- 参数:
conflictMessageProducer- A function for producing a conflict error message- 返回:
- a conflict error message
- 从以下版本开始:
- 3.5.0
-
put
-
containsKey
- 指定者:
containsKey在接口中Map<String,V> - 覆盖:
containsKey在类中ConcurrentHashMap<String,V>
-
get
-