getAsDurationWithDefault method

Duration getAsDurationWithDefault (String key, Duration defaultValue)

Converts map element into a Duration or returns default value if conversion is not possible.

  • key a key of element to get.
  • defaultValue the default value Returns Duration value of the element or default value if conversion is not supported.

See DurationConverter.toDDurationWithDefault