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

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

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

import java.nio.charset._

import ciris.ConfigDecoder

trait JavaNioCharsetConfigDecoders {
  implicit val charsetConfigDecoder: ConfigDecoder[String, Charset] =
    ConfigDecoder.catchNonFatal("Charset")(Charset.forName)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy