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

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

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

import java.nio.file._

import ciris.ConfigDecoder

trait JavaNioFileConfigDecoders {
  implicit val pathConfigDecoder: ConfigDecoder[String, Path] =
    ConfigDecoder.catchNonFatal("Path")(Paths.get(_))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy