A B C D E F G H I J K L M N O P Q R S T U V W _

A

addOperation(String, String, Object) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Add an operation to the update
addOption(int) - Method in class net.vz.mongodb.jackson.DBCursor
adds a query option - see Bytes.QUERYOPTION_* for simpleList
addOption(int) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
adds a default query option
addSpecial(String, Object) - Method in class net.vz.mongodb.jackson.DBCursor
adds a special operator like $maxScan or $returnKey e.g.
addToSet(String, Object) - Static method in class net.vz.mongodb.jackson.DBUpdate
Add the given value to the array value if it doesn't already exist in the specified field atomically
addToSet(String, Object...) - Static method in class net.vz.mongodb.jackson.DBUpdate
Add the given values to the array value if they don't already exist in the specified field atomically
addToSet(String, List<?>) - Static method in class net.vz.mongodb.jackson.DBUpdate
Add the given values to the array value if they don't already exist in the specified field atomically
addToSet(String, Object) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Add the given value to the array value if it doesn't already exist in the specified field atomically
addToSet(String, Object...) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Add the given values to the array value if they don't already exist in the specified field atomically
addToSet(String, List<?>) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Add the given values to the array value if they don't already exist in the specified field atomically
all(String, Collection<?>) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The array field contains all of the given values
all(String, Object...) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The array field contains all of the given values
all(String, Collection<?>) - Static method in class net.vz.mongodb.jackson.DBQuery
The array field contains all of the given values
all(String, Object...) - Static method in class net.vz.mongodb.jackson.DBQuery
The array field contains all of the given values
and(DBQuery.Query...) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
All of the given expressions matches
and(DBQuery.Query...) - Static method in class net.vz.mongodb.jackson.DBQuery
All of the given expressions match

B

batchSize(int) - Method in class net.vz.mongodb.jackson.DBCursor
Limits the number of elements returned in one batch.
bit(String, String, int) - Static method in class net.vz.mongodb.jackson.DBUpdate
Perform a bit operation on the given field
bit(String, String, int, String, int) - Static method in class net.vz.mongodb.jackson.DBUpdate
Perform two bit operations on the given field
bit(String, String, int) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Perform a bit operation on the given field
bit(String, String, int, String, int) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Perform two bit operations on the given field
bitwiseAnd(String, int) - Static method in class net.vz.mongodb.jackson.DBUpdate
Perform a bitwise and on the given field
bitwiseAnd(String, int) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Perform a bitwise and on the given field
bitwiseOr(String, int) - Static method in class net.vz.mongodb.jackson.DBUpdate
Perform a bitwise or on the given field
bitwiseOr(String, int) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Perform a bitwise or on the given field
BsonObjectGenerator - Class in net.vz.mongodb.jackson.internal.object
JSON generator that actually generates a BSON object
BsonObjectGenerator() - Constructor for class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
BsonObjectTraversingParser - Class in net.vz.mongodb.jackson.internal.object
Parses a BSONObject by traversing it.
BsonObjectTraversingParser(JacksonDBCollection, BSONObject) - Constructor for class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
BsonObjectTraversingParser(JacksonDBCollection, BSONObject, ObjectCodec) - Constructor for class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
build(String, String, MapReduce.OutputType, String, Class<T>, Class<K>) - Static method in class net.vz.mongodb.jackson.MapReduce
Build a map reduce command

C

CalendarDeserializer - Class in net.vz.mongodb.jackson.internal
Deserializes calendars.
CalendarDeserializer() - Constructor for class net.vz.mongodb.jackson.internal.CalendarDeserializer
 
CalendarSerializer - Class in net.vz.mongodb.jackson.internal
Serializes calendars
CalendarSerializer() - Constructor for class net.vz.mongodb.jackson.internal.CalendarSerializer
 
close() - Method in class net.vz.mongodb.jackson.DBCursor
kills the current cursor on the server.
close() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
close() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
closed - Variable in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
Flag that indicates whether parser is closed or not.
configure(ObjectMapper) - Static method in class net.vz.mongodb.jackson.internal.MongoJacksonMapperModule
Configure the given object mapper to be used with the Mongo Jackson Mapper.
containsField(String) - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
containsKey(String) - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
convert(ObjectId) - Static method in class net.vz.mongodb.jackson.internal.stream.ObjectIdConvertor
 
convert(ObjectId) - Static method in class net.vz.mongodb.jackson.internal.stream.ObjectIdConvertor
 
convertFromDbId(Object) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
 
copy() - Method in class net.vz.mongodb.jackson.DBCursor
Creates a copy of an existing database cursor.
copyCurrentEvent(JsonParser) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
copyCurrentStructure(JsonParser) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
count() - Method in class net.vz.mongodb.jackson.DBCursor
Counts the number of objects matching the query This does not take limit/skip into consideration
count() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
returns the number of documents in this collection.
count(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
returns the number of documents that match a query.
create() - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDecoderFactory
 
create() - Method in class net.vz.mongodb.jackson.internal.stream.JacksonEncoderFactory
 
create(BeanProperty, Class<K>) - Static method in class net.vz.mongodb.jackson.internal.util.IdHandler
 
createIndex(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.createIndex(com.mongodb.DBObject, com.mongodb.DBObject) with default index options
createIndex(DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Forces creation of an index on a set of fields, if one does not already exist.
curr() - Method in class net.vz.mongodb.jackson.DBCursor
Returns the element the cursor is at.
currentNode() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 

D

DateDeserializer - Class in net.vz.mongodb.jackson.internal
Deserializer for dates.
DateDeserializer() - Constructor for class net.vz.mongodb.jackson.internal.DateDeserializer
 
DateSerializer - Class in net.vz.mongodb.jackson.internal
Serialises dates as BSON dates.
DateSerializer() - Constructor for class net.vz.mongodb.jackson.internal.DateSerializer
 
DBCursor<T> - Class in net.vz.mongodb.jackson
An iterator over database results.
DBCursor(JacksonDBCollection<T, ?>, DBCursor) - Constructor for class net.vz.mongodb.jackson.DBCursor
 
DBDecoderBsonParser - Class in net.vz.mongodb.jackson.internal.stream
Parser that wraps BSONParser to convert bson4jackson ObjectIds to org.bson ObjectIds, and stores error codes
DBDecoderBsonParser(int, InputStream, JacksonDBObject<?>, JacksonDBCollection) - Constructor for class net.vz.mongodb.jackson.internal.stream.DBDecoderBsonParser
 
DBEncoderBsonGenerator - Class in net.vz.mongodb.jackson.internal.stream
BsonGenerator that adds a bit of functionality specific to DBEncoding to the bson4jackson DBEncoder
DBEncoderBsonGenerator(int, OutputStream) - Constructor for class net.vz.mongodb.jackson.internal.stream.DBEncoderBsonGenerator
 
DBQuery - Class in net.vz.mongodb.jackson
Builder for MongoDB queries.
DBQuery() - Constructor for class net.vz.mongodb.jackson.DBQuery
 
DBQuery.AbstractBuilder<Q extends DBQuery.AbstractBuilder> - Class in net.vz.mongodb.jackson
 
DBQuery.AbstractBuilder(DBObject) - Constructor for class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
 
DBQuery.Query - Class in net.vz.mongodb.jackson
This is a query builder that is also a valid query that can be passed to MongoDB
DBRef<T,K> - Class in net.vz.mongodb.jackson
A database reference object
DBRef(K, String) - Constructor for class net.vz.mongodb.jackson.DBRef
Construct a new database reference with the given id and collection name
DBRef(K, Class<T>) - Constructor for class net.vz.mongodb.jackson.DBRef
Construct a new database reference with the given id and type.
DBRefDeserializer<T,K> - Class in net.vz.mongodb.jackson.internal
Deserializer for DBRefs
DBRefDeserializer(JavaType, JavaType) - Constructor for class net.vz.mongodb.jackson.internal.DBRefDeserializer
 
DBRefDeserializer(JavaType, JavaType, JsonDeserializer<K>) - Constructor for class net.vz.mongodb.jackson.internal.DBRefDeserializer
 
DBRefSerializer - Class in net.vz.mongodb.jackson.internal
Serialises DBRef objects
DBRefSerializer() - Constructor for class net.vz.mongodb.jackson.internal.DBRefSerializer
 
DBUpdate - Class in net.vz.mongodb.jackson
A database update.
DBUpdate() - Constructor for class net.vz.mongodb.jackson.DBUpdate
 
DBUpdate.Builder - Class in net.vz.mongodb.jackson
The builder
DBUpdate.Builder() - Constructor for class net.vz.mongodb.jackson.DBUpdate.Builder
 
decode(byte[], DBCollection) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBDecoder
 
decode(InputStream, DBCollection) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBDecoder
 
decode(byte[], BSONCallback) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBDecoder
 
decode(InputStream, BSONCallback) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBDecoder
 
deserialize(JsonParser, DeserializationContext) - Method in class net.vz.mongodb.jackson.internal.CalendarDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.vz.mongodb.jackson.internal.DateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.vz.mongodb.jackson.internal.DBRefDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.vz.mongodb.jackson.internal.ObjectIdDeserializers.ToByteArrayDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.vz.mongodb.jackson.internal.ObjectIdDeserializers.ToObjectIdDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.vz.mongodb.jackson.internal.ObjectIdDeserializers.ToStringDeserializer
 
deserializerInstance(DeserializationConfig, Annotated, Class<? extends JsonDeserializer<?>>) - Method in class net.vz.mongodb.jackson.internal.MongoJacksonHandlerInstantiator
 
disable(JsonGenerator.Feature) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
disable(JacksonDBCollection.Feature) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Disable the given feature
distinct(String) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
find distinct values for a key
distinct(String, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
find distinct values for a key
drop() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Drops (deletes) this collection.
drop() - Method in class net.vz.mongodb.jackson.MapReduceOutput
Drops the collection that holds the results
dropIndex(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Drops an index from this collection
dropIndex(String) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Drops an index from this collection
dropIndexes() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Drops all indices from this collection
dropIndexes(String) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Drops an index from this collection

E

elemMatch(String, DBQuery.Query) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
An element in the given array field matches the given query
elemMatch(String, DBQuery.Query) - Static method in class net.vz.mongodb.jackson.DBQuery
An element in the given array field matches the given query
enable(JsonGenerator.Feature) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
enable(JacksonDBCollection.Feature) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Enable the given feature
ensureIndex(String) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Creates an ascending index on a field with default options, if one does not already exist.
ensureIndex(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.ensureIndex(com.mongodb.DBObject, com.mongodb.DBObject) with default options
ensureIndex(DBObject, String) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.ensureIndex(com.mongodb.DBObject, java.lang.String, boolean) with unique=false
ensureIndex(DBObject, String, boolean) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Ensures an index on this collection (that is, the index will be created if it does not exist).
ensureIndex(DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Creates an index on a set of fields, if one does not already exist.
equals(Object) - Method in class net.vz.mongodb.jackson.internal.JacksonCollectionKey
 
equals(Object) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
 
exists(String) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The given field exists
exists(String) - Static method in class net.vz.mongodb.jackson.DBQuery
The given field exists
explain() - Method in class net.vz.mongodb.jackson.DBCursor
Returns an object containing basic information about the execution of the query that created this cursor This creates a DBObject with the key/value pairs: "cursor" : cursor type "nScanned" : number of records examined by the database for this query "n" : the number of records that the database returned "millis" : how long it took the database to execute the query

F

fetch() - Method in class net.vz.mongodb.jackson.DBRef
Fetch the object.
fetch(DBObject) - Method in class net.vz.mongodb.jackson.DBRef
Fetch only the given fields of the object.
fetch() - Method in class net.vz.mongodb.jackson.internal.FetchableDBRef
 
fetch(DBObject) - Method in class net.vz.mongodb.jackson.internal.FetchableDBRef
 
fetch(Collection<DBRef<R, RK>>) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Fetch a collection of dbrefs.
fetch(Collection<DBRef<R, RK>>, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Fetch a collection of dbrefs.
FetchableDBRef<T,K> - Class in net.vz.mongodb.jackson.internal
DBRef that can be fetched
FetchableDBRef(K, JacksonDBCollection<T, K>) - Constructor for class net.vz.mongodb.jackson.internal.FetchableDBRef
 
find(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Queries for an object in this collection.
find(T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Queries for an object in this collection.
find(DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Queries for an object in this collection.
find(T, T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Queries for an object in this collection.
find() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Queries for all objects in this collection.
findAndModify(DBObject, DBObject, DBObject, boolean, DBObject, boolean, boolean) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Finds the first document in the query and updates it.
findAndModify(DBObject, DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.findAndModify(com.mongodb.DBObject, com.mongodb.DBObject, com.mongodb.DBObject, boolean, com.mongodb.DBObject, boolean, boolean) with fields=null, remove=false, returnNew=false, upsert=false
findAndModify(DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.findAndModify(com.mongodb.DBObject, com.mongodb.DBObject, com.mongodb.DBObject, boolean, com.mongodb.DBObject, boolean, boolean) with fields=null, sort=null, remove=false, returnNew=false, upsert=false
findAndRemove(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.findAndModify(com.mongodb.DBObject, com.mongodb.DBObject, com.mongodb.DBObject, boolean, com.mongodb.DBObject, boolean, boolean) with fields=null, sort=null, remove=true, returnNew=false, upsert=false
findBeanDeserializer(JavaType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty) - Method in class net.vz.mongodb.jackson.internal.MongoJacksonDeserializers
 
findContentDeserializer(Annotated) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
findDeserializablePropertyName(AnnotatedField) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
findDeserializer(Annotated) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
findGettablePropertyName(AnnotatedMethod) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
findObjectIdDeserializer(JavaType) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
findOne() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns a single object from this collection.
findOne(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns a single object from this collection matching the query.
findOne(T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns a single object from this collection matching the query.
findOne(DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns a single object from this collection matching the query.
findOne(T, T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns a single object from this collection matching the query.
findOne(DBObject, DBObject, ReadPreference) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns a single object from this collection matching the query.
findOne(T, T, ReadPreference) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns a single object from this collection matching the query.
findOneById(K) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Find an object by the given id
findOneById(K, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Find an object by the given id
findOneById(K, T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Find an object by the given id
findPropertyNameForParam(AnnotatedParameter) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
findSerializablePropertyName(AnnotatedField) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
findSerializer(Annotated) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
findSettablePropertyName(AnnotatedMethod) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
flush() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
fromDbId(ObjectId) - Method in class net.vz.mongodb.jackson.internal.util.IdHandler.ByteArrayToObjectIdHandler
 
fromDbId(D) - Method in class net.vz.mongodb.jackson.internal.util.IdHandler
Convert the given database id to the java objects id
fromDbId(Object) - Method in class net.vz.mongodb.jackson.internal.util.IdHandler.NoopIdHandler
 
fromDbId(ObjectId) - Method in class net.vz.mongodb.jackson.internal.util.IdHandler.StringToObjectIdHandler
 

G

get(String) - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
get(String) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBObject
 
getBigIntegerValue() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getBinaryValue(Base64Variant) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getCachedLastError() - Method in class net.vz.mongodb.jackson.WriteResult
Gets the last result from getLastError()
getCodec() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
getCodec() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getCollection() - Method in class net.vz.mongodb.jackson.DBCursor
gets the collection
getCollection(String, Class<S>, Class<L>) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Finds a collection that is prefixed with this collection's name.
getCollectionKey() - Method in class net.vz.mongodb.jackson.internal.FetchableDBRef
 
getCollectionKey() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Get the type of this collection
getCollectionName() - Method in class net.vz.mongodb.jackson.DBRef
Get the name of the collection this object lives in
getCommand() - Method in class net.vz.mongodb.jackson.MapReduceOutput
 
getCommandResult() - Method in class net.vz.mongodb.jackson.MapReduceOutput
 
getCount() - Method in class net.vz.mongodb.jackson.internal.stream.OutputBufferOutputStream
 
getCount() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.getCount(com.mongodb.DBObject, com.mongodb.DBObject) with an empty query and null fields.
getCount(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.getCount(com.mongodb.DBObject, com.mongodb.DBObject) with null fields.
getCount(T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.getCount(com.mongodb.DBObject, com.mongodb.DBObject) with null fields.
getCount(DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.getCount(com.mongodb.DBObject, com.mongodb.DBObject, long, long) with limit=0 and skip=0
getCount(T, T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.getCount(com.mongodb.DBObject, com.mongodb.DBObject, long, long) with limit=0 and skip=0
getCount(DBObject, DBObject, long, long) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns the number of documents in the collection that match the specified query
getCount(T, T, long, long) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns the number of documents in the collection that match the specified query
getCurrentLocation() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getCurrentName() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getCursor() - Method in class net.vz.mongodb.jackson.DBCursor
Get the underlying MongoDB cursor.
getCursorId() - Method in class net.vz.mongodb.jackson.DBCursor
gets the cursor id.
getDB() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns the database this collection is a member of.
getDBCallback(DBCollection) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBDecoder
 
getDBCollection() - Method in interface net.vz.mongodb.jackson.internal.JacksonDBCollectionProvider
Get the JacksonDBCollection that this object knows about
getDBCollection() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getDBCollection() - Method in class net.vz.mongodb.jackson.internal.stream.DBDecoderBsonParser
 
getDbCollection() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Get the underlying db collection
getDBObject() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
getDbObject() - Method in class net.vz.mongodb.jackson.WriteResult
Get the underlying DBObject that was serialised before it was saved.
getDbObjects() - Method in class net.vz.mongodb.jackson.WriteResult
Get the underlying DBObjects that were serialised before they were saved.
getDecimalValue() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getDecoderFactory() - Method in class net.vz.mongodb.jackson.DBCursor
 
getDoubleValue() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getEmbeddedObject() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getEmbeddedObject() - Method in class net.vz.mongodb.jackson.internal.stream.DBDecoderBsonParser
 
getError() - Method in class net.vz.mongodb.jackson.WriteResult
Gets the error String ("err" field)
getField(String) - Method in class net.vz.mongodb.jackson.WriteResult
Gets a field
getFloatValue() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getFullName() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns the full name of this collection, with the database name as a prefix.
getId() - Method in class net.vz.mongodb.jackson.DBRef
Get the ID of this object
getIdHandlerForProperty(ObjectMapper, Class, Class<K>) - Static method in class net.vz.mongodb.jackson.internal.util.IdHandlerFactory
 
getIndexInfo() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Return a list of the indexes for this collection.
getIntValue() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getKeysWanted() - Method in class net.vz.mongodb.jackson.DBCursor
gets the fields to be returned
getKeyType() - Method in class net.vz.mongodb.jackson.internal.JacksonCollectionKey
 
getLastConcern() - Method in class net.vz.mongodb.jackson.WriteResult
Gets the last WriteConcern used when calling getLastError()
getLastError() - Method in class net.vz.mongodb.jackson.WriteResult
calls WriteResult.getLastError(com.mongodb.WriteConcern) with concern=null
getLastError(WriteConcern) - Method in class net.vz.mongodb.jackson.WriteResult
This method does following: - returns the existing CommandResult if concern is null or less strict than the concern it was obtained with - otherwise attempts to obtain a CommandResult by calling getLastError with the concern
getLongValue() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getModuleName() - Method in class net.vz.mongodb.jackson.internal.MongoJacksonMapperModule
 
getN() - Method in class net.vz.mongodb.jackson.WriteResult
Gets the "n" field, which contains the number of documents affected in the write operation.
getName() - Method in class net.vz.mongodb.jackson.internal.JacksonCollectionKey
 
getName() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Returns the name of this collection.
getNumberType() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getNumberValue() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getObject() - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBObject
 
getOptions() - Method in class net.vz.mongodb.jackson.DBCursor
gets the query options
getOptions() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
gets the default query options
getOutputCollection() - Method in class net.vz.mongodb.jackson.MapReduceOutput
Gets the collection that holds the results (Will return null if results are Inline)
getOutputContext() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
getParsingContext() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getQuery() - Method in class net.vz.mongodb.jackson.DBCursor
gets the query
getReadPreference() - Method in class net.vz.mongodb.jackson.DBCursor
Gets the default read preference
getReadPreference() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Gets the read preference
getReferenceCollection(String, JavaType, JavaType) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Get a collection for loading a reference of the given type
getReferenceCollection(JacksonCollectionKey) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Get a collection for loading a reference of the given type
getSavedId() - Method in class net.vz.mongodb.jackson.WriteResult
Get the saved ID.
getSavedIds() - Method in class net.vz.mongodb.jackson.WriteResult
Get the saved IDs.
getSavedObject() - Method in class net.vz.mongodb.jackson.WriteResult
Get the object that was saved.
getSavedObjects() - Method in class net.vz.mongodb.jackson.WriteResult
Get the objects that were saved.
getServerAddress() - Method in class net.vz.mongodb.jackson.DBCursor
Gets the Server Address of the server that data is pulled from.
getServerUsed() - Method in class net.vz.mongodb.jackson.MapReduceOutput
 
getSizes() - Method in class net.vz.mongodb.jackson.DBCursor
gets a simpleList containing the number of items received in each batch
getStats() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
gets the collections statistics ("collstats" command)
getText() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getTextCharacters() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getTextLength() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getTextOffset() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getTokenLocation() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
getType() - Method in class net.vz.mongodb.jackson.internal.JacksonCollectionKey
 
getValue() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
getWriteConcern() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Get the write concern for this collection.
getWriteResult() - Method in class net.vz.mongodb.jackson.WriteResult
The underlying write result
greaterThan(String, Object) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is greater than the given value
greaterThan(String, Object) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is greater than the given value
greaterThanEquals(String, Object) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is greater than or equal to the given value
greaterThanEquals(String, Object) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is greater than or equal to the given value
group(DBObject, DBObject, DBObject, String) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.group(com.mongodb.DBObject, com.mongodb.DBObject, com.mongodb.DBObject, java.lang.String, java.lang.String) with finalize=null
group(DBObject, DBObject, DBObject, String, String) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Applies a group operation
group(GroupCommand) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Applies a group operation

H

handledType() - Method in class net.vz.mongodb.jackson.internal.DBRefSerializer
 
handleUnknownProperty(DeserializationContext, JsonDeserializer<?>, Object, String) - Method in class net.vz.mongodb.jackson.internal.stream.DBDecoderBsonParser
 
handleUnknownProperty(DeserializationContext, JsonDeserializer<?>, Object, String) - Method in class net.vz.mongodb.jackson.internal.stream.ServerErrorProblemHandler
 
hashCode() - Method in class net.vz.mongodb.jackson.internal.JacksonCollectionKey
 
hashCode() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
 
hasNext() - Method in class net.vz.mongodb.jackson.DBCursor
Checks if there is another object available
hasTextCharacters() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
hint(DBObject) - Method in class net.vz.mongodb.jackson.DBCursor
Informs the database of indexed fields of the collection in order to improve performance.
hint(String) - Method in class net.vz.mongodb.jackson.DBCursor
Informs the database of an indexed field of the collection in order to improve performance.

I

Id - Annotation Type in net.vz.mongodb.jackson
Basically the same as javax.persistence.Id, but allows placement on params as well, for use when using JsonCreator
IdHandler<K,D> - Class in net.vz.mongodb.jackson.internal.util
Handler for ids.
IdHandler() - Constructor for class net.vz.mongodb.jackson.internal.util.IdHandler
 
IdHandler.ByteArrayToObjectIdHandler - Class in net.vz.mongodb.jackson.internal.util
 
IdHandler.ByteArrayToObjectIdHandler() - Constructor for class net.vz.mongodb.jackson.internal.util.IdHandler.ByteArrayToObjectIdHandler
 
IdHandler.NoopIdHandler<K> - Class in net.vz.mongodb.jackson.internal.util
 
IdHandler.NoopIdHandler() - Constructor for class net.vz.mongodb.jackson.internal.util.IdHandler.NoopIdHandler
 
IdHandler.StringToObjectIdHandler - Class in net.vz.mongodb.jackson.internal.util
 
IdHandler.StringToObjectIdHandler() - Constructor for class net.vz.mongodb.jackson.internal.util.IdHandler.StringToObjectIdHandler
 
IdHandlerFactory - Class in net.vz.mongodb.jackson.internal.util
Place that hacks (using reflection) exist for Jackson, until we get features into jackson
IdHandlerFactory() - Constructor for class net.vz.mongodb.jackson.internal.util.IdHandlerFactory
 
in(String, Object...) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is in the given set of values
in(String, Collection<?>) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is in the given set of values
in(String, Object...) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is in the given set of values
in(String, Collection<?>) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is in the given set of values
inc(String) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Increment the given field atomically by one
inc(String, int) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Increment the given field atomically by the given value
inc(String) - Static method in class net.vz.mongodb.jackson.DBUpdate
Increment the given field atomically by one
inc(String, int) - Static method in class net.vz.mongodb.jackson.DBUpdate
Increment the given field atomically by the given value
insert(T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Inserts an object into the database.
insert(T, WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Inserts an object into the database.
insert(T...) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Inserts objects into the database.
insert(WriteConcern, T...) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Inserts objects into the database.
insert(List<T>) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Inserts objects into the database.
insert(List<T>, WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Inserts objects into the database.
INSTANCE - Static variable in class net.vz.mongodb.jackson.internal.MongoJacksonMapperModule
 
is(String, Object) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is equal to the given value
is(String, Object) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is equal to the given value
isCapped() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
returns whether or not this is a capped collection
isClosed() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
isClosed() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
isEnabled(JsonGenerator.Feature) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
isEnabled(JacksonDBCollection.Feature) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Whether the given feature is enabled
isEnabledByDefault() - Method in enum net.vz.mongodb.jackson.JacksonDBCollection.Feature
 
isHandled(Annotation) - Method in class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
isLazy() - Method in class net.vz.mongodb.jackson.WriteResult
Returns whether or not the result is lazy, meaning that getLastError was not called automatically
isPartialObject() - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
itcount() - Method in class net.vz.mongodb.jackson.DBCursor
for testing only! Iterates cursor and counts objects
iterator() - Method in class net.vz.mongodb.jackson.DBCursor
creates a copy of this cursor object that can be iterated.

J

JacksonCollectionKey - Class in net.vz.mongodb.jackson.internal
A key for uniquely referencing a Jackson Collection, for use in HashMaps
JacksonCollectionKey(String, JavaType, JavaType) - Constructor for class net.vz.mongodb.jackson.internal.JacksonCollectionKey
 
JacksonDBCollection<T,K> - Class in net.vz.mongodb.jackson
A DBCollection that marshals/demarshals objects to/from Jackson annotated classes.
JacksonDBCollection(DBCollection, JavaType, JavaType, ObjectMapper, Map<JacksonDBCollection.Feature, Boolean>) - Constructor for class net.vz.mongodb.jackson.JacksonDBCollection
 
JacksonDBCollection.Feature - Enum in net.vz.mongodb.jackson
 
JacksonDBCollectionProvider - Interface in net.vz.mongodb.jackson.internal
Provides a JacksonDBCollection
JacksonDBDecoder<T> - Class in net.vz.mongodb.jackson.internal.stream
DB decoder that decodes the database stream using Jackson and bson4jackson
JacksonDBDecoder(JacksonDBCollection<T, ?>, ObjectMapper, JavaType) - Constructor for class net.vz.mongodb.jackson.internal.stream.JacksonDBDecoder
 
JacksonDBEncoder - Class in net.vz.mongodb.jackson.internal.stream
DBEncoder that uses bson4jackson if the object is a JacksonDBObject
JacksonDBEncoder(ObjectMapper, DBEncoder) - Constructor for class net.vz.mongodb.jackson.internal.stream.JacksonDBEncoder
 
JacksonDBObject<T> - Class in net.vz.mongodb.jackson.internal.stream
A Jackson DBObject.
JacksonDBObject() - Constructor for class net.vz.mongodb.jackson.internal.stream.JacksonDBObject
 
JacksonDBObject(T) - Constructor for class net.vz.mongodb.jackson.internal.stream.JacksonDBObject
 
JacksonDecoderFactory<T> - Class in net.vz.mongodb.jackson.internal.stream
DBDecoder factory for jackson
JacksonDecoderFactory(JacksonDBCollection<T, ?>, ObjectMapper, JavaType) - Constructor for class net.vz.mongodb.jackson.internal.stream.JacksonDecoderFactory
 
JacksonEncoderFactory - Class in net.vz.mongodb.jackson.internal.stream
Encoder factory for Jackson encoders
JacksonEncoderFactory(ObjectMapper, JacksonDBCollection<?, ?>) - Constructor for class net.vz.mongodb.jackson.internal.stream.JacksonEncoderFactory
 

K

keyDeserializerInstance(DeserializationConfig, Annotated, Class<? extends KeyDeserializer>) - Method in class net.vz.mongodb.jackson.internal.MongoJacksonHandlerInstantiator
 
keySet() - Method in class net.vz.mongodb.jackson.DBQuery.Query
 

L

length() - Method in class net.vz.mongodb.jackson.DBCursor
pulls back all items into an array and returns the number of objects.
lessThan(String, Object) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is less than the given value
lessThan(String, Object) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is less than the given value
lessThanEquals(String, Object) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is less than or equal to the given value
lessThanEquals(String, Object) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is less than or equal to the given value
limit(int) - Method in class net.vz.mongodb.jackson.DBCursor
Limits the number of elements returned.

M

mapReduce(String, String, String, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Deprecated. 
mapReduce(String, String, String, MapReduceCommand.OutputType, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Deprecated. 
mapReduce(MapReduceCommand) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Deprecated. 
mapReduce(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Deprecated. 
mapReduce(MapReduce.MapReduceCommand<S, L>) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Performs a map reduce operation
MapReduce - Class in net.vz.mongodb.jackson
Map reduce command builder
MapReduce() - Constructor for class net.vz.mongodb.jackson.MapReduce
 
MapReduce.MapReduceCommand<T,K> - Class in net.vz.mongodb.jackson
 
MapReduce.OutputType - Enum in net.vz.mongodb.jackson
 
MapReduceOutput<T,K> - Class in net.vz.mongodb.jackson
Represents the result of a Map/Reduce operation
markAsPartialObject() - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
mod(String, Number, Number) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field, modulo the given mod argument, is equal to the value
mod(String, Number, Number) - Static method in class net.vz.mongodb.jackson.DBQuery
The field, modulo the given mod argument, is equal to the value
MongoAnnotationIntrospector - Class in net.vz.mongodb.jackson.internal
Annotation introspector that supports @ObjectId's
MongoAnnotationIntrospector(DeserializationConfig) - Constructor for class net.vz.mongodb.jackson.internal.MongoAnnotationIntrospector
 
MongoCollection - Annotation Type in net.vz.mongodb.jackson
Annotation used to specify the collection that a type uses
MongoJacksonDeserializers - Class in net.vz.mongodb.jackson.internal
Deserializers for Mongo Jackson Mapper
MongoJacksonDeserializers() - Constructor for class net.vz.mongodb.jackson.internal.MongoJacksonDeserializers
 
MongoJacksonHandlerInstantiator - Class in net.vz.mongodb.jackson.internal
This works around JACKSON-732
MongoJacksonHandlerInstantiator(MongoAnnotationIntrospector) - Constructor for class net.vz.mongodb.jackson.internal.MongoJacksonHandlerInstantiator
 
MongoJacksonMapperModule - Class in net.vz.mongodb.jackson.internal
The ObjectID serialising module
MongoJacksonMapperModule() - Constructor for class net.vz.mongodb.jackson.internal.MongoJacksonMapperModule
 
MongoJacksonSerializers - Class in net.vz.mongodb.jackson.internal
Serializers for Mongo Jackson Mapper
MongoJacksonSerializers() - Constructor for class net.vz.mongodb.jackson.internal.MongoJacksonSerializers
 
MongoJsonMappingException - Exception in net.vz.mongodb.jackson
Exception used to indicate a problem occurred when converting the MongoDB objects to Jackson
MongoJsonMappingException(String) - Constructor for exception net.vz.mongodb.jackson.MongoJsonMappingException
 
MongoJsonMappingException(JsonMappingException) - Constructor for exception net.vz.mongodb.jackson.MongoJsonMappingException
 
MongoJsonMappingException(String, JsonMappingException) - Constructor for exception net.vz.mongodb.jackson.MongoJsonMappingException
 
MongoSerializer<T> - Class in net.vz.mongodb.jackson.internal
Serializer that detects whether we are using a BSON serializer or Object serializer
MongoSerializer() - Constructor for class net.vz.mongodb.jackson.internal.MongoSerializer
 

N

net.vz.mongodb.jackson - package net.vz.mongodb.jackson
 
net.vz.mongodb.jackson.internal - package net.vz.mongodb.jackson.internal
 
net.vz.mongodb.jackson.internal.object - package net.vz.mongodb.jackson.internal.object
 
net.vz.mongodb.jackson.internal.stream - package net.vz.mongodb.jackson.internal.stream
 
net.vz.mongodb.jackson.internal.util - package net.vz.mongodb.jackson.internal.util
 
next() - Method in class net.vz.mongodb.jackson.DBCursor
Returns the object the cursor is at and moves the cursor ahead by one.
nextToken - Variable in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
Sometimes parser needs to buffer a single look-ahead token; if so, it'll be stored here.
nextToken() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
nodeCursor - Variable in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
Traversal context within tree
nor(DBQuery.Query...) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
None of the given expressions matches
nor(DBQuery.Query...) - Static method in class net.vz.mongodb.jackson.DBQuery
None of the given expressions match
notEquals(String, Object) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is not equal to the given value
notEquals(String, Object) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is not equal to the given value
notExists(String) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The given field doesn't exist
notExists(String) - Static method in class net.vz.mongodb.jackson.DBQuery
The given field doesn't exist
notIn(String, Object...) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is not in the given set of values
notIn(String, Collection<?>) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The field is not in the given set of values
notIn(String, Object...) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is not in the given set of values
notIn(String, Collection<?>) - Static method in class net.vz.mongodb.jackson.DBQuery
The field is not in the given set of values
numGetMores() - Method in class net.vz.mongodb.jackson.DBCursor
gets the number of times, so far, that the cursor retrieved a batch from the database
numSeen() - Method in class net.vz.mongodb.jackson.DBCursor
Returns the number of objects through which the cursor has iterated.

O

objectCodec - Variable in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
ObjectId - Annotation Type in net.vz.mongodb.jackson
Indicates that the property should be converted to an ObjectId before being stored in the database, and back to whatever type it is afterwards.
ObjectIdConvertor - Class in net.vz.mongodb.jackson.internal.stream
Converts bson4jackson ObjectIds to bson ObjectIds
ObjectIdConvertor() - Constructor for class net.vz.mongodb.jackson.internal.stream.ObjectIdConvertor
 
ObjectIdDeserializers - Class in net.vz.mongodb.jackson.internal
Deserialiser for object ids that deserialises into String
ObjectIdDeserializers() - Constructor for class net.vz.mongodb.jackson.internal.ObjectIdDeserializers
 
ObjectIdDeserializers.ToByteArrayDeserializer - Class in net.vz.mongodb.jackson.internal
 
ObjectIdDeserializers.ToByteArrayDeserializer() - Constructor for class net.vz.mongodb.jackson.internal.ObjectIdDeserializers.ToByteArrayDeserializer
 
ObjectIdDeserializers.ToObjectIdDeserializer - Class in net.vz.mongodb.jackson.internal
 
ObjectIdDeserializers.ToObjectIdDeserializer() - Constructor for class net.vz.mongodb.jackson.internal.ObjectIdDeserializers.ToObjectIdDeserializer
 
ObjectIdDeserializers.ToStringDeserializer - Class in net.vz.mongodb.jackson.internal
 
ObjectIdDeserializers.ToStringDeserializer() - Constructor for class net.vz.mongodb.jackson.internal.ObjectIdDeserializers.ToStringDeserializer
 
ObjectIdSerializer - Class in net.vz.mongodb.jackson.internal
Serializer for object ids, serialises strings or byte arrays to an ObjectId class
ObjectIdSerializer() - Constructor for class net.vz.mongodb.jackson.internal.ObjectIdSerializer
 
or(DBQuery.Query...) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
One of the given expressions matches
or(DBQuery.Query...) - Static method in class net.vz.mongodb.jackson.DBQuery
One of the given expressions matches
OutputBufferOutputStream - Class in net.vz.mongodb.jackson.internal.stream
OutputStream that writes to a MongoDB OutputBuffer
OutputBufferOutputStream(OutputBuffer) - Constructor for class net.vz.mongodb.jackson.internal.stream.OutputBufferOutputStream
 

P

popFirst(String) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Remove the first value from the array specified by field atomically
popFirst(String) - Static method in class net.vz.mongodb.jackson.DBUpdate
Remove the first value from the array specified by field atomically
popLast(String) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Remove the last value from the array specified by field atomically
popLast(String) - Static method in class net.vz.mongodb.jackson.DBUpdate
Remove the last value from the array specified by field atomically
pull(String, Object) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Remove all occurances of value from the array at field
pull(String, Object) - Static method in class net.vz.mongodb.jackson.DBUpdate
Remove all occurances of value from the array at field
pullAll(String, Object...) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Remove all occurances of the values from the array at field
pullAll(String, List<?>) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Remove all occurances of the values from the array at field
pullAll(String, Object...) - Static method in class net.vz.mongodb.jackson.DBUpdate
Remove all occurances of the values from the array at field
pullAll(String, List<?>) - Static method in class net.vz.mongodb.jackson.DBUpdate
Remove all occurances of the values from the array at field
push(String, Object) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Add the given value to the array value at the specified field atomically
push(String, Object) - Static method in class net.vz.mongodb.jackson.DBUpdate
Add the given value to the array value at the specified field atomically
pushAll(String, Object...) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Add all of the given values to the array value at the specified field atomically
pushAll(String, List<?>) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Add all of the given values to the array value at the specified field atomically
pushAll(String, Object...) - Static method in class net.vz.mongodb.jackson.DBUpdate
Add all of the given values to the array value at the specified field atomically
pushAll(String, List<?>) - Static method in class net.vz.mongodb.jackson.DBUpdate
Add all of the given values to the array value at the specified field atomically
put(String, String, Object) - Method in class net.vz.mongodb.jackson.DBCursor
 
put(String, String, Object) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
 
put(String, Object) - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
putAll(BSONObject) - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
putAll(Map) - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
putGroup(String, Object...) - Method in class net.vz.mongodb.jackson.DBCursor
 
putGroup(String, Object...) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
 

Q

query - Variable in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
 

R

readObject(byte[]) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBDecoder
 
readObject(InputStream) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBDecoder
 
regex(String, Pattern) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The given field matches the regular expression
regex(String, Pattern) - Static method in class net.vz.mongodb.jackson.DBQuery
The given field matches the regular expression
remove() - Method in class net.vz.mongodb.jackson.DBCursor
Not implemented.
remove(DBObject, WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Removes objects from the database collection.
remove(T, WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Removes objects from the database collection.
remove(DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.remove(com.mongodb.DBObject, com.mongodb.WriteConcern) with the default WriteConcern
remove(T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.remove(com.mongodb.DBObject, com.mongodb.WriteConcern) with the default WriteConcern
removeById(K) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.remove(com.mongodb.DBObject, com.mongodb.WriteConcern) with the default WriteConcern
removeField(String) - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
rename(String, String) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Rename the given field to the new field name
rename(String, String) - Static method in class net.vz.mongodb.jackson.DBUpdate
Rename the given field to the new field name
rename(String) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Calls DBCollection.rename(java.lang.String, boolean) with dropTarget=false
rename(String, boolean) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
renames of this collection to newName
resetIndexCache() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Clears all indices that have not yet been applied to this collection.
resetOptions() - Method in class net.vz.mongodb.jackson.DBCursor
resets the query options
resetOptions() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
resets the default query options
results() - Method in class net.vz.mongodb.jackson.MapReduceOutput
Returns a cursor to the results of the operation

S

save(T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.save(com.mongodb.DBObject, com.mongodb.WriteConcern) with default WriteConcern
save(T, WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Saves an object to this collection (does insert or update based on the object _id).
serialiseAndGet(ObjectMapper) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Serialise the values of the query and get them
SerializationUtils - Class in net.vz.mongodb.jackson.internal.util
Utilities for helping with serialisation
SerializationUtils() - Constructor for class net.vz.mongodb.jackson.internal.util.SerializationUtils
 
serialize(Calendar, JsonGenerator, SerializerProvider) - Method in class net.vz.mongodb.jackson.internal.CalendarSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class net.vz.mongodb.jackson.internal.DateSerializer
 
serialize(DBRef, DBEncoderBsonGenerator, SerializerProvider) - Method in class net.vz.mongodb.jackson.internal.DBRefSerializer
 
serialize(DBRef, BsonObjectGenerator, SerializerProvider) - Method in class net.vz.mongodb.jackson.internal.DBRefSerializer
 
serialize(T, JsonGenerator, SerializerProvider) - Method in class net.vz.mongodb.jackson.internal.MongoSerializer
 
serialize(T, DBEncoderBsonGenerator, SerializerProvider) - Method in class net.vz.mongodb.jackson.internal.MongoSerializer
 
serialize(T, BsonObjectGenerator, SerializerProvider) - Method in class net.vz.mongodb.jackson.internal.MongoSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class net.vz.mongodb.jackson.internal.ObjectIdSerializer
 
serializeField(ObjectMapper, Object) - Static method in class net.vz.mongodb.jackson.internal.util.SerializationUtils
Serialize the given field
serializeFields(ObjectMapper, DBObject) - Static method in class net.vz.mongodb.jackson.internal.util.SerializationUtils
Serialize the fields of the given object using the given object mapper.
serializerInstance(SerializationConfig, Annotated, Class<? extends JsonSerializer<?>>) - Method in class net.vz.mongodb.jackson.internal.MongoJacksonHandlerInstantiator
 
ServerErrorProblemHandler - Class in net.vz.mongodb.jackson.internal.stream
Problem handler for handling server error properties
ServerErrorProblemHandler() - Constructor for class net.vz.mongodb.jackson.internal.stream.ServerErrorProblemHandler
 
set(String, Object) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Set the given field (can be multiple levels deep) to the given value atomically
set(String, Object) - Static method in class net.vz.mongodb.jackson.DBUpdate
Set the given field (can be multiple levels deep) to the given value atomically
setCodec(ObjectCodec) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
setCodec(ObjectCodec) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
setDecoderFactory(DBDecoderFactory) - Method in class net.vz.mongodb.jackson.DBCursor
 
setExtra(DBObject) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Set extra arguments to the map reduce command
setFinalize(String) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Set the finalize function
setHintFields(List<DBObject>) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Set hint fields for this collection (to optimize queries).
setLimit(int) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Set the limit for the result collection to return
setObject(T) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBObject
 
setOptions(int) - Method in class net.vz.mongodb.jackson.DBCursor
sets the query option - see Bytes.QUERYOPTION_* for simpleList
setOptions(int) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
sets the default query options
setOutputDB(String) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Set the db to output to if it's not this db
setQuery(DBObject) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Set the query to limit the items that are mapped
setRaw(String, Object) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Set a raw value, without a special modifier
setReadPreference(ReadPreference) - Method in class net.vz.mongodb.jackson.DBCursor
Sets the read preference for this cursor.
setReadPreference(ReadPreference) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Sets the read preference for this collection.
setReadPreference(ReadPreference) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Set the read preference for reading the results
setScope(Map<String, Object>) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Set the scope in which the javascript code for map, reduce and finalise is executed
setSort(DBObject) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Sort the input objects by this key
setupModule(Module.SetupContext) - Method in class net.vz.mongodb.jackson.internal.MongoJacksonMapperModule
 
setVerbose(boolean) - Method in class net.vz.mongodb.jackson.MapReduce.MapReduceCommand
Set whether statistics on job execution time should be provided
setWriteConcern(WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Set the write concern for this collection.
size() - Method in class net.vz.mongodb.jackson.DBCursor
Counts the number of objects matching the query this does take limit/skip into consideration
size(String, int) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
The array field is of the given size
size(String, int) - Static method in class net.vz.mongodb.jackson.DBQuery
The array field is of the given size
skip(int) - Method in class net.vz.mongodb.jackson.DBCursor
Discards a given number of elements at the beginning of the cursor.
skipChildren() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
 
snapshot() - Method in class net.vz.mongodb.jackson.DBCursor
Use snapshot mode for the query.
sort(DBObject) - Method in class net.vz.mongodb.jackson.DBCursor
Sorts this cursor'string elements.
startContainer - Variable in class net.vz.mongodb.jackson.internal.object.BsonObjectTraversingParser
Flag needed to handle recursion into contents of child Array/Object nodes.

T

toArray() - Method in class net.vz.mongodb.jackson.DBCursor
Converts this cursor to an array.
toArray(int) - Method in class net.vz.mongodb.jackson.DBCursor
Converts this cursor to an array.
toDbId(byte[]) - Method in class net.vz.mongodb.jackson.internal.util.IdHandler.ByteArrayToObjectIdHandler
 
toDbId(K) - Method in class net.vz.mongodb.jackson.internal.util.IdHandler.NoopIdHandler
 
toDbId(String) - Method in class net.vz.mongodb.jackson.internal.util.IdHandler.StringToObjectIdHandler
 
toDbId(K) - Method in class net.vz.mongodb.jackson.internal.util.IdHandler
Convert the given java object id to the databases id
toMap() - Method in class net.vz.mongodb.jackson.DBQuery.Query
 
toString() - Method in class net.vz.mongodb.jackson.JacksonDBCollection
 
toString() - Method in class net.vz.mongodb.jackson.MapReduceOutput
 
toString() - Method in class net.vz.mongodb.jackson.WriteResult
 
typeIdResolverInstance(MapperConfig<?>, Annotated, Class<? extends TypeIdResolver>) - Method in class net.vz.mongodb.jackson.internal.MongoJacksonHandlerInstantiator
 
typeResolverBuilderInstance(MapperConfig<?>, Annotated, Class<? extends TypeResolverBuilder<?>>) - Method in class net.vz.mongodb.jackson.internal.MongoJacksonHandlerInstantiator
 

U

unset(String) - Method in class net.vz.mongodb.jackson.DBUpdate.Builder
Unset the given field atomically
unset(String) - Static method in class net.vz.mongodb.jackson.DBUpdate
Unset the given field atomically
update(DBObject, DBObject, boolean, boolean, WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Performs an update operation.
update(DBObject, DBUpdate.Builder, boolean, boolean, WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Performs an update operation.
update(T, T, boolean, boolean, WriteConcern) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Performs an update operation.
update(DBObject, DBObject, boolean, boolean) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.update(com.mongodb.DBObject, com.mongodb.DBObject, boolean, boolean, com.mongodb.WriteConcern) with default WriteConcern.
update(DBObject, DBUpdate.Builder, boolean, boolean) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Performs an update operation.
update(T, T, boolean, boolean) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.update(com.mongodb.DBObject, com.mongodb.DBObject, boolean, boolean, com.mongodb.WriteConcern) with default WriteConcern.
update(DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.update(com.mongodb.DBObject, com.mongodb.DBObject, boolean, boolean) with upsert=false and multi=false
update(DBObject, DBUpdate.Builder) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Performs an update operation.
update(T, T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.update(com.mongodb.DBObject, com.mongodb.DBObject, boolean, boolean) with upsert=false and multi=false
updateById(K, T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.update(com.mongodb.DBObject, com.mongodb.DBObject, boolean, boolean) with upsert=false and multi=false
updateById(K, DBUpdate.Builder) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
Performs an update operation.
updateMulti(DBObject, DBObject) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.update(com.mongodb.DBObject, com.mongodb.DBObject, boolean, boolean) with upsert=false and multi=true
updateMulti(DBObject, DBUpdate.Builder) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.update(com.mongodb.DBObject, com.mongodb.DBObject, boolean, boolean) with upsert=false and multi=true
updateMulti(T, T) - Method in class net.vz.mongodb.jackson.JacksonDBCollection
calls DBCollection.update(com.mongodb.DBObject, com.mongodb.DBObject, boolean, boolean) with upsert=false and multi=true
useDefaultPrettyPrinter() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 

V

valueOf(String) - Static method in enum net.vz.mongodb.jackson.JacksonDBCollection.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.vz.mongodb.jackson.MapReduce.OutputType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.vz.mongodb.jackson.JacksonDBCollection.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.vz.mongodb.jackson.MapReduce.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class net.vz.mongodb.jackson.internal.MongoJacksonMapperModule
 

W

where(String) - Method in class net.vz.mongodb.jackson.DBQuery.AbstractBuilder
Execute the given JavaScript code as part of the query
where(String) - Static method in class net.vz.mongodb.jackson.DBQuery
Execute the given JavaScript code as part of the query
wrap(DBCollection, Class<T>) - Static method in class net.vz.mongodb.jackson.JacksonDBCollection
Wraps a DB collection in a JacksonDBCollection
wrap(DBCollection, Class<T>, Class<K>) - Static method in class net.vz.mongodb.jackson.JacksonDBCollection
Wraps a DB collection in a JacksonDBCollection
wrap(DBCollection, Class<T>, Class<K>, Class<?>) - Static method in class net.vz.mongodb.jackson.JacksonDBCollection
Wraps a DB collection in a JacksonDBCollection
wrap(DBCollection, Class<T>, Class<K>, ObjectMapper) - Static method in class net.vz.mongodb.jackson.JacksonDBCollection
Wraps a DB collection in a JacksonDBCollection, using the given object mapper.
write(int) - Method in class net.vz.mongodb.jackson.internal.stream.OutputBufferOutputStream
 
write(byte[], int, int) - Method in class net.vz.mongodb.jackson.internal.stream.OutputBufferOutputStream
 
writeBinary(Base64Variant, byte[], int, int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeBoolean(boolean) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeEndArray() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeEndObject() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeFieldName(String) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeNull() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeNumber(int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeNumber(long) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeNumber(BigInteger) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeNumber(double) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeNumber(float) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeNumber(BigDecimal) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeNumber(String) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeObject(Object) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeObject(OutputBuffer, BSONObject) - Method in class net.vz.mongodb.jackson.internal.stream.JacksonDBEncoder
 
writeRaw(String) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeRaw(String, int, int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeRaw(char[], int, int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeRaw(char) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeRawUTF8String(byte[], int, int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeRawValue(String) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeRawValue(String, int, int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeRawValue(char[], int, int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
WriteResult<T,K> - Class in net.vz.mongodb.jackson
This class lets you access the results of the previous write.
WriteResult(JacksonDBCollection<T, K>, WriteResult, DBObject...) - Constructor for class net.vz.mongodb.jackson.WriteResult
 
writeStartArray() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeStartObject() - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeString(String) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeString(char[], int, int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeTree(JsonNode) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 
writeUTF8String(byte[], int, int) - Method in class net.vz.mongodb.jackson.internal.object.BsonObjectGenerator
 

_

_writeSimpleObject(Object) - Method in class net.vz.mongodb.jackson.internal.stream.DBEncoderBsonGenerator
 

A B C D E F G H I J K L M N O P Q R S T U V W _

Copyright © 2011-2012 VZ Netzwerke. All Rights Reserved.