Uses of Class
net.obvj.confectory.merger.AbstractConfigurationMerger
-
Packages that use AbstractConfigurationMerger Package Description net.obvj.confectory.merger This package contains theConfigurationMergerimplementations, as well as auxiliary classes. -
-
Uses of AbstractConfigurationMerger in net.obvj.confectory.merger
Subclasses of AbstractConfigurationMerger in net.obvj.confectory.merger Modifier and Type Class Description 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.
-