metaconfig.sconfig.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metaconfig-sconfig_2.13 Show documentation
Show all versions of metaconfig-sconfig_2.13 Show documentation
Integration for HOCON using ekrich/sconfig.
The newest version!
package metaconfig
package object sconfig {
implicit val sConfigMetaconfigParser: MetaconfigParser =
_ match {
case Input.File(path, _) =>
SConfig2Class.gimmeConfFromFile(path.toFile)
case els =>
SConfig2Class.gimmeConfFromString(new String(els.chars))
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy