-
Methods Method Description com.typesafe.config.Config.getMilliseconds(String) As of release 1.1, replaced byConfig.getDuration(String, TimeUnit)
com.typesafe.config.Config.getMillisecondsList(String) As of release 1.1, replaced byConfig.getDurationList(String, TimeUnit)
com.typesafe.config.Config.getNanoseconds(String) As of release 1.1, replaced byConfig.getDuration(String, TimeUnit)
com.typesafe.config.Config.getNanosecondsList(String) As of release 1.1, replaced byConfig.getDurationList(String, TimeUnit)