Uses of Class
org.mongojack.DBRef
-
Packages that use DBRef Package Description org.mongojack org.mongojack.internal -
-
Uses of DBRef in org.mongojack
Methods in org.mongojack with parameters of type DBRef Modifier and Type Method Description <R,RK>
RDbReferenceManager. fetch(DBRef<R,RK> ref)
Fetches the underlying value for a single DBRef.<R,RK>
RDbReferenceManager. fetch(DBRef<R,RK> ref, org.bson.conversions.Bson fields)
Fetches the underlying value for a single DBRef.Method parameters in org.mongojack with type arguments of type DBRef Modifier and Type Method Description <R,RK>
List<R>DbReferenceManager. fetch(Collection<DBRef<R,RK>> refs)
Fetch a refs of dbrefs.<R,RK>
List<R>DbReferenceManager. fetch(Collection<DBRef<R,RK>> refs, org.bson.conversions.Bson fields)
Fetch a refs of dbrefs. -
Uses of DBRef in org.mongojack.internal
Methods in org.mongojack.internal that return DBRef Modifier and Type Method Description DBRef
DBRefDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods in org.mongojack.internal that return types with arguments of type DBRef Modifier and Type Method Description Class<DBRef>
DBRefSerializer. handledType()
Methods in org.mongojack.internal with parameters of type DBRef Modifier and Type Method Description void
DBRefSerializer. serialize(DBRef value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-