| Package | Description |
|---|---|
| net.obvj.confectory.merger |
This package contains the
ConfigurationMerger implementations, as well as
auxiliary classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericJsonConfigurationMerger<T>
A generic
ConfigurationMerger that combines two Configuration objects
of type JSON. |
class |
JSONObjectConfigurationMerger
A specialized
ConfigurationMerger that combines two Configuration
objects of type JSONObject (using json-smart implementation) into a
single one. |
class |
PropertiesConfigurationMerger
A specialized
ConfigurationMerger that combines two Configuration
objects of type Properties into a single one. |
Copyright © 2022. All rights reserved.