类 MybatisConfiguration.StrictMap<V>

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.HashMap<String,​V>
com.baomidou.mybatisplus.core.MybatisConfiguration.StrictMap<V>
所有已实现的接口:
Serializable, Cloneable, Map<String,​V>
封闭类:
MybatisConfiguration

protected class MybatisConfiguration.StrictMap<V>
extends HashMap<String,​V>
另请参阅:
序列化表格
  • 构造器详细资料

    • StrictMap

      public StrictMap​(String name)
  • 方法详细资料

    • 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

      public V put​(String key, V value)
      指定者:
      put 在接口中 Map<String,​V>
      覆盖:
      put 在类中 HashMap<String,​V>
    • get

      public V get​(Object key)
      指定者:
      get 在接口中 Map<String,​V>
      覆盖:
      get 在类中 HashMap<String,​V>