Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Pureconfig #277

Open
luksow opened this issue Apr 23, 2023 · 0 comments
Open

Support for Pureconfig #277

luksow opened this issue Apr 23, 2023 · 0 comments

Comments

@luksow
Copy link
Contributor

luksow commented Apr 23, 2023

Should be rather trivial, e.g.:

  implicit def cc1RepReader[T, P](implicit caseClass1Rep: CaseClass1Rep[T, P], reader: ConfigReader[P]): ConfigReader[T] =
    reader.map(caseClass1Rep.apply)
  implicit def cc1RepWriter[T, P](implicit caseClass1Rep: CaseClass1Rep[T, P], writer: ConfigWriter[P]): ConfigWriter[T] =
    writer.contramap(caseClass1Rep.unapply)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant