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.JsonWriterBsonUtils.writeJson(org.bson.Document document) Obtain a preconfiguredBsonUtils.JsonWriterallowing to render the givenDocumentusing aCodecRegistrycontaining aBsonUtils.PlaceholderCodec.