aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/MapperFeature.java
AgeCommit message (Expand)Author
2016-09-15Try to unfuck merge from merge that was based on master. Oh git. I do not und...Tatu Saloranta
2016-09-15Fix #1371: add MapperFeature.INFER_CREATOR_FROM_CONSTRUCTOR_PROPERTIESTatu Saloranta
2016-09-08More error reporting improvements to track down #1342Tatu Saloranta
2016-05-20Fixed #1184Tatu Saloranta
2015-11-05Fix (finally!!!) #357: turns out to be easyish with contextual attributes as ...Tatu Saloranta
2015-11-05Fix #997Tatu Saloranta
2015-09-10update release notesCowtowncoder
2015-09-03Add mapper feature to allow explicitly named properties to be renamed with Pr...David Haraburda
2015-05-27minor cleanupCowtowncoder
2015-05-13Fix #296Tatu Saloranta
2015-02-27Javadoc improvements: add a note to MapperFeature#CAN_OVERRIDE_ACCESS_MODIFIE...Cowtowncoder
2015-01-01Small typoMatthew Dean
2014-12-18Fixed #653Tatu Saloranta
2014-12-11Updates wrt #566Tatu Saloranta
2014-12-11Merge pull request #568 from mressler/masterTatu Saloranta
2014-11-18Implemented #599, ability to skip duplicate module registrationsTatu Saloranta
2014-11-08Implemented #607, #608Tatu Saloranta
2014-09-30MapperFeatures are meant to be static (configure then use) in nature. I shou...Michael Ressler
2014-09-29javadoc fixTatu Saloranta
2013-03-28Implemented #190Tatu Saloranta
2013-03-28Implemented #195, ability to disable inference of mutators (inclusion of non-...Tatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2012-09-11...Tatu Saloranta
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu Saloranta
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu