Uses of Interface
org.springframework.data.mongodb.util.BsonUtils.JsonWriter
Packages that use BsonUtils.JsonWriter
Package
Description
MongoDB driver-specific utility classes for
Bson
and DBObject
interaction.-
Uses of BsonUtils.JsonWriter in org.springframework.data.mongodb.util
Methods in org.springframework.data.mongodb.util that return BsonUtils.JsonWriterModifier and TypeMethodDescriptionstatic BsonUtils.JsonWriter
BsonUtils.writeJson
(org.bson.Document document) Obtain a preconfiguredBsonUtils.JsonWriter
allowing to render the givenDocument
using aCodecRegistry
containing aBsonUtils.PlaceholderCodec
.