|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.jackson.map.Module
org.codehaus.jackson.map.module.SimpleModule
de.undercouch.bson4jackson.uuid.BsonUuidModule
BsonModule instead to get all the custom serializers BSON requires
@Deprecated public class BsonUuidModule
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 org.codehaus.jackson.map.Module |
|---|
org.codehaus.jackson.map.Module.SetupContext |
| Field Summary |
|---|
| Fields inherited from class org.codehaus.jackson.map.module.SimpleModule |
|---|
_deserializers, _name, _serializers, _version |
| Constructor Summary | |
|---|---|
BsonUuidModule()
Deprecated. Default constructor |
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.jackson.map.module.SimpleModule |
|---|
addDeserializer, addSerializer, addSerializer, getModuleName, setupModule, version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BsonUuidModule()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||