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

uk.co.unclealex.templates.package.scala Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package uk.co.unclealex

import play.api.http.{ContentTypeOf, ContentTypes}
import play.api.mvc.Codec

/**
  * Implicits for custom Twirl templates.
  */
package object templates {

  implicit def contentTypeJson(implicit codec: Codec): ContentTypeOf[Json] =
    ContentTypeOf[Json](Some(ContentTypes.JSON))

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy