CollectionFactory

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

Attributes

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

Members list

Value members

Concrete methods

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