aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector.java
AgeCommit message (Expand)Author
2020-07-28Minor fix to compatibility, related Guava Map serializationTatu 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-07-10Backport #2761 in 2.12Tatu Saloranta
2020-07-10Issue 2761 (#2762)Swayam Raina
2020-04-16...Tatu Saloranta
2019-12-27Work on #2527Tatu Saloranta
2019-11-24Deprecate 2 ClassUtil methods that have no real useTatu Saloranta
2019-11-24Fix #2352Tatu Saloranta
2019-04-26Minor refactoringTatu Saloranta
2018-05-04Fix #2021Tatu Saloranta
2018-05-04Minor fix to `JacksonAnnotationIntrospector` to allow use of `@JsonSetter` wi...Tatu 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-06-12Fix #1653Tatu Saloranta
2017-06-11Undo feature initially added wrt #1631: it is not sufficient for submitter's ...Tatu Saloranta
2017-06-06Bit of tweaking for #1631 to try to prevent accidental application. Also rena...Tatu Saloranta
2017-05-24added SET_PROPERTY_CREATOR_AS_DEFAULT MapperFeaturelpandzic
2017-04-27Fix #1592Tatu Saloranta
2017-04-18Merge branch '2.8'Tatu Saloranta
2017-04-18Merge branch '2.7' into 2.8Tatu Saloranta
2017-04-18Fix #1607Tatu Saloranta
2017-04-05Start work on #1381Tatu Saloranta
2017-02-22Start work to support aliasesTatu Saloranta
2017-01-31Complete refactoring of form `@JsonSetter(merge=)` into `@JsonMerge()`Tatu Saloranta
2016-11-21Fixed #1376Tatu Saloranta
2016-11-21Implemented first part of #1376, allow disabling of "any getter"Tatu Saloranta
2016-11-20start working on supporting `@JsonValue` on fieldsTatu Saloranta
2016-10-18Add accessors for additional `@JsonSetter` info needed to support new handlin...Tatu Saloranta
2016-10-18more annotation handling simplificationTatu Saloranta
2016-10-18cleaning up AnnotationIntrospector wrt delegation to deprecated methodsTatu Saloranta
2016-09-30More work for #888, simple custom filter appears to work now.Tatu Saloranta
2016-09-15...and further untangling...Tatu Saloranta
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-13Fix #1369Tatu Saloranta
2016-05-30Minor improvement to `handleUnknownTypeId()`, pass TypeIdResolverTatu Saloranta
2016-05-01RefactoringTatu Saloranta
2016-04-28Start working on upgrading handling of JsonIgnoreProperties, relatedTatu Saloranta
2016-04-21simplify type handling for virtual membersTatu Saloranta
2016-04-19Merge branch '2.7'Tatu Saloranta
2016-04-19Fix #1122, #1197Tatu Saloranta
2016-04-17Merge branch '2.7'Tatu Saloranta
2016-04-17Fix #1203Tatu Saloranta
2016-04-12...Tatu Saloranta
2016-04-12Refactoring handling of Java7 compatibility functionality, to further encapsu...Tatu Saloranta
2016-03-26start work on additional config overridesTatu Saloranta