Class PropertyBasedCreator.CaseInsensitiveMap

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,​SettableBeanProperty>
    Enclosing class:
    PropertyBasedCreator

    static class PropertyBasedCreator.CaseInsensitiveMap
    extends java.util.HashMap<java.lang.String,​SettableBeanProperty>
    Simple override of standard HashMap to support case-insensitive access to creator properties
    Since:
    2.8.5
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Locale _locale
      Lower-casing can have Locale-specific minor variations.
      private static long serialVersionUID  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static PropertyBasedCreator.CaseInsensitiveMap construct​(java.util.Locale l)  
      SettableBeanProperty get​(java.lang.Object key0)  
      SettableBeanProperty put​(java.lang.String key, SettableBeanProperty value)  
      • Methods inherited from class java.util.HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        equals, hashCode