|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fasterxml.jackson.databind.Module
de.undercouch.bson4jackson.uuid.BsonUuidModule
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
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 |
|---|
public BsonUuidModule()
| Method Detail |
|---|
public java.lang.String getModuleName()
getModuleName in class com.fasterxml.jackson.databind.Modulepublic com.fasterxml.jackson.core.Version version()
version in interface com.fasterxml.jackson.core.Versionedversion in class com.fasterxml.jackson.databind.Modulepublic void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
setupModule in class com.fasterxml.jackson.databind.Module
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||