Class FieldConfigurationManager
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,FieldConfig>
-
- de.julielab.costosys.configuration.FieldConfigurationManager
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,FieldConfig>
public class FieldConfigurationManager extends HashMap<String,FieldConfig>
This class is essentially a HashMap.
It maps table schema names defined in the default or user provided configuration to the
FieldConfigobjects modeling these schemas. This class adds some minor validity checks to the default map methods.- Author:
- faessler
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description FieldConfigurationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldConfigget(Object key)-
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
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Method Detail
-
get
public FieldConfig get(Object key)
- Specified by:
getin interfaceMap<String,FieldConfig>- Overrides:
getin classHashMap<String,FieldConfig>
-
-