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

io.circe.generic.extras.auto.package.scala Maven / Gradle / Ivy

The newest version!
package io.circe.generic.extras

/**
 * Fully automatic configurable codec derivation.
 *
 * Importing the contents of this package object provides [[io.circe.Decoder]] and [[io.circe.Encoder]]
 * instances for case classes (if all members have instances), "incomplete" case classes, sealed
 * trait hierarchies, etc.
 */
package object auto extends AutoDerivation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy