程序包 | 说明 |
---|---|
org.codehaus.jackson.map.deser |
Contains implementation classes of deserialization part of
data binding.
|
限定符和类型 | 类和说明 |
---|---|
class |
CustomDeserializerFactory
已过时。
Starting with 1.7, functionality of this class has been
implemented both in base
SerializerFactory (see methods
like SerializerFactory.withAdditionalSerializers(Serializers) )
and through new Module API. As such, this class is not the best way
to add custom functionality, and will likely be removed from 2.0 release |
限定符和类型 | 字段和说明 |
---|---|
static BeanDeserializerFactory |
BeanDeserializerFactory.instance
Globally shareable thread-safe instance which has no additional custom deserializers
registered
|