static class PropertyBasedCreator.CaseInsensitiveMap extends java.util.HashMap<java.lang.String,SettableBeanProperty>
HashMap
to support
case-insensitive access to creator propertiesModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
CaseInsensitiveMap() |
Modifier and Type | Method and Description |
---|---|
SettableBeanProperty |
get(java.lang.Object key0) |
SettableBeanProperty |
put(java.lang.String key,
SettableBeanProperty value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
private static final long serialVersionUID
public SettableBeanProperty get(java.lang.Object key0)
get
in interface java.util.Map<java.lang.String,SettableBeanProperty>
get
in class java.util.HashMap<java.lang.String,SettableBeanProperty>
public SettableBeanProperty put(java.lang.String key, SettableBeanProperty value)
put
in interface java.util.Map<java.lang.String,SettableBeanProperty>
put
in class java.util.HashMap<java.lang.String,SettableBeanProperty>