aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/ser/BeanSerializerFactory.java
AgeCommit message (Expand)Author
2020-07-23FasterXML/jackson-databind#1296 @JsonIncludeProperties (#2771)Baptiste Pernet
2020-07-12stylistic cleanupTatu Saloranta
2020-07-05Fixed #2776Tatu Saloranta
2020-05-06fix #2675Tatu Saloranta
2020-05-05Fix #2683Tatu Saloranta
2019-12-20Fix #2576Tatu Saloranta
2019-08-06Fix #2390Tatu Saloranta
2019-05-06Fix #2311Tatu Saloranta
2017-07-19Add failing test for #1649Tatu Saloranta
2017-07-09Merge pull request #1682 from koppor/fixcannotspellinginsrcTatu Saloranta
2017-06-27Replace "can not" by "cannot" in codeOliver Kopp
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-04-27Improve error handling wrt #1612; add a test to verify exception being thrownTatu Saloranta
2017-03-11...Tatu Saloranta
2017-03-11minor warnings, dead code elimination cleanupTatu Saloranta
2017-02-25minor simplificationTatu Saloranta
2017-01-16Merge branch '2.8'Tatu Saloranta
2017-01-16minor cleanupTatu Saloranta
2017-01-16Merge branch '2.8'Tatu Saloranta
2017-01-16Fix #1317Tatu Saloranta
2016-10-30more refactoring, test addsTatu Saloranta
2016-10-23Add global default settings for setter info (JsonSetter.Value) to allow for d...Tatu Saloranta
2016-10-22trying to refactory/simplify config-overrides access via BeanPropertyDefinitionTatu Saloranta
2016-10-03...Tatu Saloranta
2016-10-01yet more fixing of serialization inclusion for ref-types (AtomicReference)Tatu Saloranta
2016-09-30Fix #888Tatu Saloranta
2016-09-08Improve error reporting wrt #1338 to add more info on which property caused t...Tatu Saloranta
2016-09-07Further work on deferring forcing of access (to reduce likelihood of unnecess...Tatu Saloranta
2016-05-03Add unit test for #877; can not replicate the issueTatu Saloranta
2016-05-01more work to allow config overrides for `@JsonIgnoreProperties`Tatu Saloranta
2016-05-01RefactoringTatu Saloranta
2016-05-01Refactorings to use JsonIgnoreProperties.Value to allow config overridesTatu Saloranta
2016-04-24Renaming "property config override" as "type config override" as configuratio...Tatu Saloranta
2016-04-21Fix #621Tatu Saloranta
2016-04-17Merge branch '2.7'Tatu Saloranta
2016-04-17Fix #1203Tatu Saloranta
2016-02-22Apply most of cleanup suggested in #1064Tatu Saloranta
2015-11-05Fix #997Tatu Saloranta
2015-10-21Completed #932 implementationCowtowncoder
2015-10-19Fixed #76 -- and also rewrote the whole type resolution system, which will re...Cowtowncoder
2015-10-11Further coalescing of type refinements, now for serializationTatu Saloranta
2015-06-25Fix #848Cowtowncoder
2015-06-10Minor clean up for #222 fixCowtowncoder
2015-06-10Fix #222Cowtowncoder
2015-05-13Fix #95 (oldest fixed issue so far for 2.6!)Tatu Saloranta
2015-04-02Merge branch '2.5'Cowtowncoder
2015-04-02Fix #731Cowtowncoder
2015-02-25Refactoring to prepare for fixing #312Tatu Saloranta
2015-02-23Merge branch '2.5'Cowtowncoder
2015-02-23Fix #705 for 2.5.2Cowtowncoder