Uses of Interface
net.obvj.confectory.merger.ConfigurationMerger
-
Packages that use ConfigurationMerger Package Description net.obvj.confectory.internal.helper This package contains classes that support data retrieval for supportedConfigurationformats.net.obvj.confectory.merger This package contains theConfigurationMergerimplementations, as well as auxiliary classes. -
-
Uses of ConfigurationMerger in net.obvj.confectory.internal.helper
Methods in net.obvj.confectory.internal.helper that return ConfigurationMerger Modifier and Type Method Description ConfigurationMerger<T>BeanConfigurationHelper. configurationMerger()ConfigurationMerger<T>ConfigurationHelper. configurationMerger()Creates the applicableConfigurationMergerobject for the type associated with thisConfigurationHelper.ConfigurationMerger<Document>DocumentConfigurationHelper. configurationMerger()ConfigurationMerger<net.minidev.json.JSONObject>JsonSmartConfigurationHelper. configurationMerger()ConfigurationMerger<T>NullConfigurationHelper. configurationMerger()ConfigurationMerger<Properties>PropertiesConfigurationHelper. configurationMerger() -
Uses of ConfigurationMerger in net.obvj.confectory.merger
Classes in net.obvj.confectory.merger that implement ConfigurationMerger Modifier and Type Class Description classAbstractConfigurationMerger<T>An abstractConfigurationMergerthat contains common infrastructure logic for the merging of twoConfigurationobjects, delegating the actual combination to a concrete implementation.classGenericJsonConfigurationMerger<T>A genericConfigurationMergerthat combines twoConfigurationobjects of type JSON.classJSONObjectConfigurationMergerA specializedConfigurationMergerthat combines twoConfigurationobjects of typeJSONObject(usingjson-smartimplementation) into a single one.classPropertiesConfigurationMergerA specializedConfigurationMergerthat combines twoConfigurationobjects of typePropertiesinto a single one.
-