Package io.microsphere.collection
Class PropertiesUtils
- java.lang.Object
-
- io.microsphere.util.BaseUtils
-
- io.microsphere.collection.PropertiesUtils
-
-
Constructor Summary
Constructors Constructor Description 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
properties
if present
-
-