CollectionFactory

uk.gov.hmrc.mongo.play.json.CollectionFactory
See theCollectionFactory companion trait

Attributes

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

Members list

Value members

Inherited methods

def collection[A : ClassTag](db: MongoDatabase, collectionName: String, domainFormat: Format[A], extraCodecs: Seq[Codec[_]]): MongoCollection[A]

Attributes

Inherited from:
CollectionFactory