aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/module
AgeCommit message (Expand)Author
2016-03-30...Tatu Saloranta
2016-03-29add a test related to #1173 to troubleshootTatu Saloranta
2015-10-21First part of #932; add pluggable deserializer lookups for ReferenceType, mak...Cowtowncoder
2015-08-09Fix #890Tatu Saloranta
2014-11-18Implemented #599, ability to skip duplicate module registrationsTatu Saloranta
2014-10-12Additional fix wrt #572Tatu Saloranta
2014-04-06Improve javadocs for SimpleModuleTatu Saloranta
2013-09-18Implement #302Tatu Saloranta
2013-06-06Implemented #227Tatu Saloranta
2013-06-06Start work on #227; add support for serializationTatu Saloranta
2013-03-02Cleanup; adding one more test case...Tatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2012-11-30Continue work on [Issue#120]Tatu Saloranta
2012-10-05serialization...Tatu Saloranta
2012-09-23add convenience methods to SimpleModuleTatu Saloranta
2012-05-21...Tatu Saloranta
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu Saloranta
2012-03-02Removed Joda datatype support from core databinding package, now at: https://...Tatu Saloranta
2012-02-03Reorg things a bit: SerializationConfig, DeserializationConfig back at main l...Tatu Saloranta
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu
2012-01-31...Tatu Saloranta
2012-01-31...Tatu Saloranta
2012-01-31Removing BeanProperty from TypeDeserializer handling as wellTatu
2012-01-30Remove BeanProperty from being passed to DeserializersTatu
2012-01-30...Tatu Saloranta
2012-01-29Sync with core, now that JsonNode is part of mapperTatu Saloranta
2012-01-24Cosmetic refactoring: making Deserializers callbacks more similar, passing sa...Tatu
2012-01-24Remove DeserializerProvider from calls to DeserializersTatu
2012-01-24moving DeserializerProvider to deser (starting to hide)Tatu
2012-01-22javadoc cleanupTatu Saloranta
2012-01-20Implement [JACKSON-748], ability to register subtypes from modulesTatu
2012-01-17Implemented [JACKSON-721]; simpler creation of SimpleModuleTatu Saloranta
2011-12-29Remove CustomSerializerFactoryTatu Saloranta
2011-12-28Remove @JsonCachable, replace with a methodTatu Saloranta
2011-12-24Clean up, to get rid of deprecated stuffTatu Saloranta
2011-12-23More reshufflingTatu Saloranta
2011-12-23More refactoring: moving JavaType to databind; other smaller clean upTatu Saloranta
2011-12-23Yet more clean upTatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta