aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/ser/std/MapSerializer.java
AgeCommit message (Expand)Author
2020-07-24Refactoring to use separate Checker object of Map entry inclusion checksTatu Saloranta
2020-07-24More refactoring (rename, add config param; deprecate)Tatu Saloranta
2020-07-24Bit of refactoring wrt #1296, renamingTatu Saloranta
2020-07-24Minor clean up wrt AnnotationIntrospector, future-proofingTatu Saloranta
2020-07-23FasterXML/jackson-databind#1296 @JsonIncludeProperties (#2771)Baptiste Pernet
2020-03-25Fix #2657Tatu Saloranta
2020-02-04Update release notes wrt #2592Tatu Saloranta
2020-02-04Fix #2592: JsonInclude support for any gettersOleksii Khomchenko
2019-12-26Merge branch '2.10' into 2.11Tatu Saloranta
2019-12-26Fix #2573Tatu Saloranta
2019-10-23Add SerializerProvider.findContentValueSerializer() methods, change serialize...Tatu Saloranta
2018-11-22Fix #2181Tatu Saloranta
2017-07-19Add failing test for #1649Tatu Saloranta
2017-07-09Merge pull request #1682 from koppor/fixcannotspellinginsrcTatu Saloranta
2017-06-29bit more work; now populate type-id inclusion styleTatu Saloranta
2017-06-28Merge branch 'master' into typeid-rewrite-2.9Tatu Saloranta
2017-06-28more work, convert as-array type id casesTatu Saloranta
2017-06-27Replace "can not" by "cannot" in codeOliver Kopp
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-06-12Fix #1655Tatu Saloranta
2017-03-20Fix #1556Tatu Saloranta
2017-03-12Improved testing a bit, coverage now at 78%/70%Tatu Saloranta
2017-02-19Merge branch '2.8'Tatu Saloranta
2017-02-19Fixed #1513Tatu Saloranta
2017-02-18Add a passing test to try to repro #1513Tatu Saloranta
2016-12-09Start working on proper fix for #357Tatu Saloranta
2016-11-10yet more testing; branch coverage now at 69%Tatu Saloranta
2016-11-06...Tatu Saloranta
2016-11-06simplify MapSerializerTatu Saloranta
2016-11-01Merge branch '2.8'Tatu Saloranta
2016-11-01Merge branch '2.7' into 2.8Tatu Saloranta
2016-11-01Fix #1439Tatu Saloranta
2016-10-30more refactoring, test addsTatu Saloranta
2016-10-21minor test improvements, fix to map.entry, map content inclusion handlingTatu Saloranta
2016-10-19Work on improving test coverage; this one focusing on std-serializer test cov...Tatu Saloranta
2016-10-16Merge branch '2.8'Tatu Saloranta
2016-10-16Further fix to handling wrt #1411Tatu Saloranta
2016-10-12Merge branch '2.8'Tatu Saloranta
2016-10-12Merge branch '2.7' into 2.8Tatu Saloranta
2016-10-12...Tatu Saloranta
2016-10-12Merge branch '2.8'Tatu Saloranta
2016-10-12Merge branch '2.7' into 2.8Tatu Saloranta
2016-10-12Fix #1411Tatu Saloranta
2016-09-30Fix #888Tatu Saloranta
2016-09-30Improve Map.Entry serialization wrt @JsonIncludeTatu Saloranta
2016-09-30bit more testing wrt #888Tatu Saloranta
2016-09-30More work on #888; rewriting Map-include handling, adding temporarily test fa...Tatu Saloranta
2016-05-19Fix #1233Tatu Saloranta
2016-05-01Refactorings to use JsonIgnoreProperties.Value to allow config overridesTatu Saloranta
2016-04-16start with jsoninclude config overridesTatu Saloranta