aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/Module.java
AgeCommit message (Expand)Author
2019-09-10Added release notes wrt #2432, minor changesTatu Saloranta
2019-09-10Add support for module bundles (#2432)Marcos Passos
2018-06-14Fix javadoc errorsTatu Saloranta
2017-06-12Fix #1653Tatu Saloranta
2016-05-01RefactoringTatu Saloranta
2016-04-24Renaming "property config override" as "type config override" as configuratio...Tatu Saloranta
2016-04-15Continue work on property-config-overrides: now works with Dates, for formatTatu Saloranta
2014-11-18Implemented #599, ability to skip duplicate module registrationsTatu Saloranta
2013-09-18Implement #302Tatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2012-11-18Plumbing for alternate ClassIntrospectorChristopher Currie
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu Saloranta
2012-02-27Added deserialization problem handler config registration from moduleJames Roper
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu
2012-01-28Work on [JACKSON-707], [JACKSON-770]; simplifying JsonNodeTatu Saloranta
2012-01-20Implement [JACKSON-748], ability to register subtypes from modulesTatu
2012-01-14Working on [JACKSON-736]Tatu Saloranta
2012-01-12Add support for modules to access ref back to ObjectMapperTatu
2011-12-23More reshufflingTatu Saloranta
2011-12-23More refactoring: moving JavaType to databind; other smaller clean upTatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta