Class MapUtility

java.lang.Object
com.nimbusds.common.util.MapUtility

public class MapUtility extends Object
Map utility.
  • Method Details

    • convertMapKeysToLowerCase

      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.