Class HashMapWithTypeInfo

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.eclnt.jsfserver.util.typeresolution.HashMapWithTypeInfo
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, IPropertyTypeResolver

public class HashMapWithTypeInfo extends HashMap<String,Object> implements IPropertyTypeResolver
Map with implementation of interface IPropertyTypeResolver. The property type of values can be explicitly passed by calling method defineType(String, Class).
See Also:
  • Constructor Details

    • HashMapWithTypeInfo

      public HashMapWithTypeInfo()
    • HashMapWithTypeInfo

      public HashMapWithTypeInfo(int initialCapacity, float loadFactor)
    • HashMapWithTypeInfo

      public HashMapWithTypeInfo(int initialCapacity)
    • HashMapWithTypeInfo

      public HashMapWithTypeInfo(Map<? extends String,? extends Object> m)
  • Method Details