|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanDeserializerFactory | |
---|---|
org.codehaus.jackson.map.deser | Contains implementation classes of deserialization part of data binding. |
Uses of BeanDeserializerFactory in org.codehaus.jackson.map.deser |
---|
Subclasses of BeanDeserializerFactory in org.codehaus.jackson.map.deser | |
---|---|
class |
CustomDeserializerFactory
Deprecated. 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 |
Fields in org.codehaus.jackson.map.deser declared as BeanDeserializerFactory | |
---|---|
static BeanDeserializerFactory |
BeanDeserializerFactory.instance
Globally shareable thread-safe instance which has no additional custom deserializers registered |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |