de.undercouch.bson4jackson.uuid
Class BsonUuidModule

java.lang.Object
  extended by com.fasterxml.jackson.databind.Module
      extended by de.undercouch.bson4jackson.uuid.BsonUuidModule
All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned

Deprecated. Use BsonModule instead to get all the custom serializers BSON requires. This class will be removed in bson4jackson 2.1 or later.

@Deprecated
public class BsonUuidModule
extends com.fasterxml.jackson.databind.Module

Module which registers a serializer that writes UUIDs as BSON binary fields with the UUID sub-type. Register with an ObjectMapper instance to enable this functionality.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module
com.fasterxml.jackson.databind.Module.SetupContext
 
Constructor Summary
BsonUuidModule()
          Deprecated.  
 
Method Summary
 java.lang.String getModuleName()
          Deprecated.  
 void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
          Deprecated.  
 com.fasterxml.jackson.core.Version version()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BsonUuidModule

public BsonUuidModule()
Deprecated. 
Method Detail

getModuleName

public java.lang.String getModuleName()
Deprecated. 
Specified by:
getModuleName in class com.fasterxml.jackson.databind.Module

version

public com.fasterxml.jackson.core.Version version()
Deprecated. 
Specified by:
version in interface com.fasterxml.jackson.core.Versioned
Specified by:
version in class com.fasterxml.jackson.databind.Module

setupModule

public void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
Deprecated. 
Specified by:
setupModule in class com.fasterxml.jackson.databind.Module