ConfigurationMerger implementations, as well as
auxiliary classes.See: Description
| Interface | Description |
|---|---|
| ConfigurationMerger<T> |
Base abstraction for merging two
Configuration objects of the same type
<T>. |
| Class | Description |
|---|---|
| AbstractConfigurationMerger<T> |
A abstract
ConfigurationMerger that contains common infrastructure logic for
the merging of two Configuration objects, delegating the actual combination to
a concrete implementation. |
| GenericJSONConfigurationMerger<T> |
A generic
ConfigurationMerger that combines two Configuration objects
of type JSON. |
| JSONObjectConfigurationMerger |
A specialized
ConfigurationMerger that combines two Configuration
objects of type JSONObject (using json-smart implementation) into a
single one. |
| PropertiesConfigurationMerger |
A specialized
ConfigurationMerger that combines two Configuration
objects of type Properties into a single one. |
This package contains the ConfigurationMerger implementations, as well as
auxiliary classes.
Copyright © 2022. All rights reserved.