Uses of Class
com.fasterxml.jackson.databind.module.SimpleDeserializers
Packages that use SimpleDeserializers
Package
Description
Package that contains classes and interfaces to help implement
custom extension
Module
s
(which are registered using
ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module)
.-
Uses of SimpleDeserializers in com.fasterxml.jackson.databind.module
Fields in com.fasterxml.jackson.databind.module declared as SimpleDeserializersMethods in com.fasterxml.jackson.databind.module with parameters of type SimpleDeserializersModifier and TypeMethodDescriptionvoid
SimpleModule.setDeserializers
(SimpleDeserializers d) Resets all currently configured deserializers.