ListMapJsonFormatters

uk.gov.hmrc.apiplatform.modules.common.domain.services.ListMapJsonFormatters

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Givens

Givens

given listMapReads[K, V](using keyReads: KeyReads[K], readsV: Reads[V]): Reads[ListMap[K, V]]
given listMapWrites[K, V](using keyWrites: KeyWrites[K], formatV: Writes[V]): Writes[ListMap[K, V]]