All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractListDecorator<E> |
|
Aggregation<T> |
Deprecated.
|
Aggregation.Expression<T> |
Expression builder class.
|
Aggregation.ExpressionObject |
|
Aggregation.FieldPath<T> |
|
Aggregation.Group |
|
Aggregation.Group.Accumulator |
Immutable pair of accumulator operation and expression.
|
Aggregation.Group.Op |
|
Aggregation.Limit |
|
Aggregation.Literal<T> |
|
Aggregation.Match |
|
Aggregation.OperatorExpression<T> |
|
Aggregation.Out |
|
Aggregation.Pipeline<S> |
A fluent Aggregation builder.
|
Aggregation.Project |
|
Aggregation.Skip |
|
Aggregation.Sort |
|
Aggregation.Stage<S> |
|
Aggregation.Unwind |
|
AnnotationHelper |
Helper to deal with annotations.
|
BsonObjectTraversingParser |
Parses a BSONObject by traversing it.
|
CalendarDeserializer |
Deserializes calendars.
|
CalendarSerializer |
Serializes calendars
|
CollectionQueryCondition |
Used for query conditions that have a collection of values, such as $in or $nin.
|
ComplexUpdateOperationValue |
A complex update operation value
|
CompoundQueryCondition |
|
DateDeserializer |
Deserializer for dates.
|
DateSerializer |
Serialises dates as BSON dates.
|
DBDecoderBsonParser |
Parser that wraps BSONParser to convert bson4jackson ObjectIds to org.bson
ObjectIds, and stores error codes
|
DBEncoderBsonGenerator |
BsonGenerator that adds a bit of functionality specific to DBEncoding to the
bson4jackson DBEncoder
|
DBProjection |
Deprecated.
|
DBProjection.ProjectionBuilder |
|
DBQuery |
Deprecated.
|
DBQuery.AbstractBuilder<Q extends DBQuery.AbstractBuilder> |
|
DBQuery.Query |
This is a query builder that is also a valid query that can be passed to
MongoDB
|
DBRef<T,K> |
A database reference object
|
DBRefDeserializer<T,K> |
Deserializer for DBRefs
|
DbReferenceManager |
|
DBRefSerializer |
Serialises DBRef objects
|
DBSort |
Deprecated.
|
DBSort.SortBuilder |
|
DBUpdate |
Deprecated.
|
DBUpdate.Builder |
The builder
|
DistinctIterableDecorator<TResult> |
Wraps a DistinctIterable so we can map filters
|
DocumentObjectTraversingParser |
Parses a BSONObject by traversing it.
|
DocumentSerializationUtils |
Utilities for helping with serialisation
|
DocumentSerializationUtilsImpl |
Utilities for helping with serialisation
|
EmbeddedObjectSerializer<T> |
Safe embedded object serializer.
|
FindIterableDecorator<TResult> |
Wraps a FindIterable so we can map the incoming filters.
|
Id |
Basically the same as Id or Id , but allows placement on params as well, for use when using
JsonCreator
|
InitializationRequiredForTransformation |
|
JacksonAccessor |
Accesses things in Jackson that usually aren't accessible.
|
JacksonCodec<T> |
|
JacksonCodecRegistry |
This is an experimental JacksonCodecRegistry for use with the Mongo 3.0+ java driver.
|
JacksonCollectionKey<CT> |
A key for uniquely referencing a Jackson Collection, for use in HashMaps
|
JacksonDBObject<T> |
A Jackson DBObject.
|
JacksonDecoder<T> |
|
JacksonEncoder<T> |
|
JacksonMongoCollection<TResult> |
A DBCollection that marshals/demarshals objects to/from Jackson annotated
classes.
|
JacksonMongoCollection.JacksonMongoCollectionBuilder |
|
JsonGeneratorAdapter |
|
JsonParserAdapter |
|
MappingConsumer<T> |
|
MapReduceIterableDecorator<TResult> |
Wraps a MapReduceIterable so we can map the incoming filters.
|
MongoAnnotationIntrospector |
Annotation introspector that supports @ObjectId's
|
MongoCollection |
Annotation used to specify the collection that a type uses
|
MongoCollectionDecorator<TDocument> |
A base class for decorating a MongoCollection.
|
MongoDBRefDeserializer |
Deserializer for DBRefs
|
MongoDBRefSerializer |
Serialises DBRef objects
|
MongoJackDeserializers |
Deserializers for MongoJack
|
MongoJackInstantDeserializer |
|
MongoJackInstantSerializer |
Serialises Instant s as BSON dates when nanosecond precision is disabled.
|
MongoJackModule |
The ObjectID serialising module
|
MongoJackModuleConfiguration |
|
MongoJackModuleFeature |
|
MongoJackSerializers |
Serializers for MongoJack
|
MongoJsonMappingException |
Exception used to indicate a problem occurred when converting the MongoDB
objects to Jackson
|
MultiUpdateOperationValue |
A multi update operation value
|
ObjectId |
Indicates that the property should be converted to an ObjectId before being stored in the database, and back to
whatever type it is afterwards.
|
ObjectIdDeserializers |
Deserialiser for object ids that deserialises into String
|
ObjectIdDeserializers.ToByteArrayDeserializer |
|
ObjectIdDeserializers.ToObjectIdDeserializer |
|
ObjectIdDeserializers.ToStringDeserializer |
|
ObjectIdSerializer |
Serializer for object ids, serialises strings or byte arrays to an ObjectId
class
|
ObjectMapperConfigurer |
Can be used by OSGi containers (or anyone else) to configure a custom ObjectMapper instance.
|
OutputBufferOutputStream |
OutputStream that writes to a MongoDB OutputBuffer
|
QueryCondition |
|
SerializationOptions |
Used to customize various aspects of serialization inside JacksonMongoCollection.
|
SerializationOptionsBuilder |
|
SimpleQueryCondition |
|
SingleUpdateOperationValue |
A single update operation value
|
TransformingEmbeddedObjectSerializer<InputType,TransformedType> |
Safe embedded object serializer.
|
UpdateOperationValue |
A DB update operation
|
UUIDDeserializer |
A simple deserializer for Java UUIDs which prevents the regular Java
data type from being converted to an inefficient string.
|
UUIDSerializer |
A simple serializer for Java UUIDs which prevents the regular Java
data type from being converted to an inefficient string.
|
VersionUtils |
Looks up the version of the MongoJack
|