Uses of Package
net.obvj.confectory.merger
-
Packages that use net.obvj.confectory.merger 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. -
Classes in net.obvj.confectory.merger used by net.obvj.confectory.internal.helper Class Description ConfigurationMerger Base abstraction for merging twoConfigurationobjects of the same type<T>. -
Classes in net.obvj.confectory.merger used by net.obvj.confectory.merger Class Description AbstractConfigurationMerger An abstractConfigurationMergerthat contains common infrastructure logic for the merging of twoConfigurationobjects, delegating the actual combination to a concrete implementation.ConfigurationMerger Base abstraction for merging twoConfigurationobjects of the same type<T>.GenericJsonConfigurationMerger A genericConfigurationMergerthat combines twoConfigurationobjects of type JSON.