Exemplo n.º 1
0
 @Override
 public MongoCollection<Document> withCodecRegistry(CodecRegistry arg0) {
   return coll.withCodecRegistry(arg0);
 }