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

scalaz.HelperCodecs.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
package {{apiPackage}}

import argonaut._
import argonaut.EncodeJson._
import argonaut.DecodeJson._

import org.http4s._
import org.http4s.{EntityDecoder, EntityEncoder}
import org.http4s.argonaut._

import org.joda.time.DateTime

object HelperCodecs {
  implicit def returnTypeDecoder[A: EncodeJson]: EntityEncoder[List[A]] = jsonEncoderOf[List[A]]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy