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 FieldConfig objects modeling these schemas. This
class adds some minor validity checks to the default map methods.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FieldConfigurationManager() |
| Modifier and Type | Method and Description |
|---|---|
FieldConfig |
get(Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic FieldConfig get(Object key)
get in interface Map<String,FieldConfig>get in class HashMap<String,FieldConfig>Copyright © 2018 JULIE Lab, Germany. All rights reserved.