HttpReads

uk.gov.hmrc.http.HttpReads
See theHttpReads companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
HttpReads.type

Members list

Type members

Classlikes

object Implicits extends HttpReadsInstances

Attributes

Supertypes
trait HttpReadsTry
class Object
trait Matchable
class Any
Show all
Self type
Implicits.type

Value members

Concrete methods

def apply[A : HttpReads]: HttpReads[A]
def ask: HttpReads[(String, String, HttpResponse)]
def pure[A](a: A): HttpReads[A]

Deprecated and Inherited methods

def readSeqFromJsonProperty[O](name: String)(implicit rds: Reads[O], ct: ClassTag[O]): HttpReads[Seq[O]]

Attributes

Deprecated
true
Inherited from:
HttpReadsLegacyJson

Implicits

Deprecated implicits

implicit val readRaw: HttpReads[HttpResponse]

Attributes

Deprecated
true

Deprecated and Inherited implicits

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

Attributes

Deprecated
true
Inherited from:
HttpReadsLegacyJson
implicit def readOptionOf[P](implicit rds: HttpReads[P]): HttpReads[Option[P]]

Attributes

Deprecated
true
Inherited from:
HttpReadsLegacyOption