All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ciris.decoders.JavaIoConfigDecodersNative.scala Maven / Gradle / Ivy

There is a newer version: 0.12.1
Show newest version
package ciris.decoders

import java.io.File

import ciris.ConfigDecoder

trait JavaIoConfigDecoders {
  implicit val fileConfigDecoder: ConfigDecoder[String, File] =
    ConfigDecoder.catchNonFatal("File")(new File(_))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy