HttpReadsLegacyInstances

uk.gov.hmrc.http.HttpReadsLegacyInstances

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HttpReads

Members list

Value members

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 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