net.vz.mongodb.jackson.internal.stream
Class ObjectIdConvertor

java.lang.Object
  extended by net.vz.mongodb.jackson.internal.stream.ObjectIdConvertor

public class ObjectIdConvertor
extends Object

Converts bson4jackson ObjectIds to bson ObjectIds

Since:
1.1.2
Author:
James Roper

Constructor Summary
ObjectIdConvertor()
           
 
Method Summary
static org.bson.types.ObjectId convert(de.undercouch.bson4jackson.types.ObjectId objectId)
           
static de.undercouch.bson4jackson.types.ObjectId convert(org.bson.types.ObjectId objectId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIdConvertor

public ObjectIdConvertor()
Method Detail

convert

public static org.bson.types.ObjectId convert(de.undercouch.bson4jackson.types.ObjectId objectId)

convert

public static de.undercouch.bson4jackson.types.ObjectId convert(org.bson.types.ObjectId objectId)


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