LowPriorityHttpReadsJson

uk.gov.hmrc.http.LowPriorityHttpReadsJson

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Implicits

Implicits

implicit def readFromJson[A](implicit rds: Reads[A], ct: ClassTag[A]): HttpReads[A]

This is probably the typical instance to use, since all http calls occur within Future, allowing recovery.

This is probably the typical instance to use, since all http calls occur within Future, allowing recovery.

Attributes