public class ConfigurationRegistry extends HashMap<ConfigurationParameter,List<String>>
Dedicated serialization and deserialization is provided to identify configuration changes when object is
deserialized in different environment having other configuration setup. This is a workaround when no singleton
Configuration
object instance is used e.g. BDocContainer
has embedded
Configuration
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ConfigurationRegistry() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2023. All rights reserved.