Class PropertiesUtils


  • public abstract class PropertiesUtils
    extends BaseUtils
    The utilities class for Properties
    Since:
    1.0.0
    Author:
    Mercy
    • 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 specified properties
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertiesUtils

        public PropertiesUtils()
    • 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 specified properties
        Parameters:
        properties - the specified properties
        Returns:
        the read-only flatten properties if present