Package | Description |
---|---|
com.fasterxml.jackson.databind.module |
Package that contains classes and interfaces to help implement
custom extension
Module s
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module) . |
Modifier and Type | Field and Description |
---|---|
protected SimpleSerializers |
SimpleModule._keySerializers |
protected SimpleSerializers |
SimpleModule._serializers |
Modifier and Type | Method and Description |
---|---|
void |
SimpleModule.setKeySerializers(SimpleSerializers ks)
Resets all currently configured key serializers.
|
void |
SimpleModule.setSerializers(SimpleSerializers s)
Resets all currently configured serializers.
|
Copyright © 2014-2015 FasterXML. All Rights Reserved.