Interface ConfigurationMap

All Superinterfaces:
Map<String,String>
All Known Implementing Classes:
ConfigurationMapImpl

@PublicApi public interface ConfigurationMap extends Map<String,String>
A delegating Map implementation with type converters
  • Method Details

    • getAsBoolean

      boolean getAsBoolean(String key)
      Returns the value with the specified key as Boolean
      Parameters:
      key -
      Returns:
      value as boolean
    • getAsLong

      long getAsLong(String key) throws NumberFormatException
      Returns the value with the specified key as Long
      Parameters:
      key -
      Returns:
      value as long
      Throws:
      NumberFormatException