CodecProviders

uk.gov.hmrc.mongo.play.json.CodecProviders
See theCodecProviders companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def createProvider[A](codec: Codec[A])(implicit ct: ClassTag[A]): CodecProvider

Attributes

Inherited from:
CodecProviders
def playFormatCodecProvider[A : ClassTag](format: Format[A]): CodecProvider

Attributes

Inherited from:
CodecProviders