All Classes and Interfaces
Classes
Class
Description
Transforms net.sf.json.JSONNull objects to null, so can be encoded by the BSONEncoder
This a work-around for how the BSONEncoder is unable to serialise instances of these objects
Transforms String values that match a date or date time regex to a java.util.Date type
Transforms String values that match a number regex to the appropriate java.lang.Integer, java.lang.Long or
java.lang.Double type
Mongo configuration options passed at runtime.
Factory for creating MongoClients, useful when creating and injecting objects through Spring
MongoClient proxy for injecting into a MongoComponent
Allows for a single MongoClient to be shared among components, but
have multiple MongoComponents safely manage its lifecycle
Abstract Mongo component which can be managed and configured.