您必须为其导入DBRef编解码器才能进行打印,如果您希望以文档json样式进行打印,则需要编写自己的DBRef编解码器,并将其添加到您给toJson()的编解码器中。
例如
CodecRegistry precRegistry = CodecRegistries.fromRegistries(MongoClient.getDefaultCodecRegistry());-------final documentCodec prec = new documentCodec(precRegistry, new BsonTypeClassMap());-------System.out.println(document.toJson(prec));
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)