Package io.microsphere.collection
Class PropertiesUtils
- java.lang.Object
-
- io.microsphere.collection.PropertiesUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>flatProperties(java.util.Map<java.lang.String,java.lang.Object> properties)Get the flatten the specifiedproperties
-
-
-
Method Detail
-
flatProperties
public static java.util.Map<java.lang.String,java.lang.Object> flatProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Get the flatten the specifiedproperties- Parameters:
properties- the specifiedproperties- Returns:
- the read-only flatten
propertiesif present
-
-