Class PropertyBasedCreator.CaseInsensitiveMap

java.lang.Object
java.util.AbstractMap<String,SettableBeanProperty>
java.util.HashMap<String,SettableBeanProperty>
com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator.CaseInsensitiveMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,SettableBeanProperty>
Enclosing class:
PropertyBasedCreator

static class PropertyBasedCreator.CaseInsensitiveMap extends HashMap<String,SettableBeanProperty>
Simple override of standard HashMap to support case-insensitive access to creator properties
Since:
2.8.5