Class CentralizedManagement


  • public class CentralizedManagement
    extends Object
    This class has two public methods called mergeObject and mergeMap which is used to merge config file with the values generate by ConfigInjection.class.

    The first method "mergeMap" is used to merge map config with values and return another merged map while the second one "mergeObject" is used to merge map config with values and return a mapping object. the merge logic is based on depth first search.

    Created by jiachen on 2019-01-08.

    • Constructor Detail

      • CentralizedManagement

        public CentralizedManagement()