public class CentralizedManagement extends Object
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 and Description |
|---|
CentralizedManagement() |
| Modifier and Type | Method and Description |
|---|---|
static void |
mergeMap(Map<String,Object> config) |
static Object |
mergeObject(Object config,
Class clazz) |
Copyright © 2021. All rights reserved.