Package org.apache.ibatis.binding
Class MapperMethod.ParamMap<V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,V>
-
- org.apache.ibatis.binding.MapperMethod.ParamMap<V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,V>
- Enclosing class:
- MapperMethod
public static class MapperMethod.ParamMap<V> extends java.util.HashMap<java.lang.String,V>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParamMap()
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-