Class MapUtility

    • Method Detail

      • convertMapKeysToLowerCase

        public static Map<String,​ObjectconvertMapKeysToLowerCase​(Map<String,​Object> map)
        Returns a copy of the specified map with all string keys converted to lower case.
        Parameters:
        map - The map to process. May be null.
        Returns:
        A copy of the original map with all string keys converted to lower case, null if no original map was defined.