aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/cfg/MapperConfigBase.java
AgeCommit message (Expand)Author
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-07-04Manual merge of fix for #2785 (from PR #2786)Tatu Saloranta
2019-08-19Fix #2424Tatu Saloranta
2018-04-18Fix #1998Tatu Saloranta
2018-03-05Fix #1947Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-06-14Fix #1625 (to a degree)Tatu Saloranta
2017-03-19Introduce config override for includeAsPropertyCarsten Wickner
2017-01-31Complete refactoring of form `@JsonSetter(merge=)` into `@JsonMerge()`Tatu Saloranta
2016-11-28Fixed #1347Tatu Saloranta
2016-11-27Refactoring to change how default visibility settings are handled, to prepare...Tatu Saloranta
2016-11-27Config refactoring by demoting shared funcitonality to MapperConfigBaseTatu Saloranta
2016-10-26moving merge info handling a bitTatu Saloranta
2016-10-25rewriting merge-handlingTatu 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-20incremental test coverage improvementsTatu Saloranta
2016-05-24Merge branch '2.7'Tatu Saloranta
2016-05-01more work to allow config overrides for `@JsonIgnoreProperties`Tatu 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
2016-03-28Bit more work on property config overridesTatu Saloranta
2016-03-28...Tatu Saloranta
2015-11-20Fix #1011Tatu Saloranta
2015-06-16Start work on supporting separation of root value serializer and root type se...Tatu Saloranta
2015-06-12Minor refactoring: move RootNameLookup deeper into configs, to reduce state t...Cowtowncoder
2015-04-02Start work on #688Cowtowncoder
2013-10-22Fix #332Tatu Saloranta
2013-10-06Start work on adding context(-accessible) attributes; general-purpose key/val...Tatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2012-10-05Yet more serializability improvements; sorta works for ObjectWriter, not yet ...Tatu Saloranta
2012-10-05Work on making core pieces (up to and including ObjectMapper) java.io.Seriali...Tatu Saloranta
2012-08-16Resolving Eclipse warnings (missing overrides etc)Tatu Saloranta
2012-08-13Implememented [Issue#42], allow defining Base64 default variant to use for da...Tatu Saloranta
2012-08-04Implement [Issue#28], add ObjectMapper.copy()Tatu Saloranta
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu Saloranta
2012-02-23...Tatu Saloranta
2012-02-02Implemented [JACKSON-777] (renamed SerializationConfig.Feature, Deserializati...Tatu
2012-01-28Work on [JACKSON-707], [JACKSON-770]; simplifying JsonNodeTatu Saloranta
2012-01-27Bit more work on view handlingTatu Saloranta
2012-01-24Starting to work on [JACKSON-608] (views for deser)Tatu Saloranta
2012-01-22Refactoring: eliminate exposure of BasicBeanDescription (now just base class....Tatu Saloranta
2012-01-22Implement [JACKSON-764], programmatic way to set root name to use for root-wr...Tatu Saloranta
2012-01-19...Tatu Saloranta
2012-01-19Completed major rewrite of handling of on/off features for ObjectMapper/SerCo...Tatu
2012-01-18And more refactoring: configs are now immutableTatu Saloranta