aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/introspect
AgeCommit message (Expand)Author
2020-06-20Fixed #2757Tatu Saloranta
2020-04-16...Tatu Saloranta
2020-04-15Remove some of work wrt #2678 (approach not feasible)Tatu Saloranta
2020-04-15Some preparatory work for #2678Tatu Saloranta
2020-02-14Minor clean upTatu Saloranta
2019-12-30Yet more test coverageTatu Saloranta
2019-12-27Fix #2527Tatu Saloranta
2019-12-27Work on #2527Tatu Saloranta
2019-11-27Fix #2555 (use `@JsonProperty.index` for serialization ordering)Tatu Saloranta
2019-11-24Deprecate 2 ClassUtil methods that have no real useTatu Saloranta
2019-11-24Fix #2352Tatu Saloranta
2019-11-01Remove `getGenericType()` methods (deprecated since 2.7), bring back introspe...Tatu Saloranta
2019-10-30Yet more introspection perf tweakingTatu Saloranta
2019-10-29minor optimizing againTatu Saloranta
2019-10-29...Tatu Saloranta
2019-10-29Minor optimization for finding JsonNode bean infoTatu Saloranta
2019-10-23Merge branch '2.10' into 2.11Tatu Saloranta
2019-10-23Fix #2519Tatu Saloranta
2019-10-15Small (but measurable) improvement to class introspection handling for "untyp...Tatu Saloranta
2019-10-11minor cleanupTatu Saloranta
2019-10-11Remove useless cache from BasicClassIntrospectorTatu Saloranta
2019-10-09Minor tweaking about annotation collecting, trying to avoid processing JDK typesTatu Saloranta
2019-10-08Add a method in SimpleMixInResolver for future optimizationsTatu Saloranta
2019-09-29More clean up after #2478Tatu Saloranta
2019-09-05Fix #2378Tatu Saloranta
2019-08-07Fix #2416Tatu Saloranta
2019-06-16Tiny optimizationTatu Saloranta
2019-04-26Minor refactoringTatu Saloranta
2018-09-05Fix #2128Tatu Saloranta
2018-05-25Fix #2051Tatu Saloranta
2018-05-04Fix #2021Tatu Saloranta
2018-05-04Minor fix to `JacksonAnnotationIntrospector` to allow use of `@JsonSetter` wi...Tatu Saloranta
2018-05-01Backport #2001 fix for 2.9(.6)Tatu Saloranta
2018-04-19Fixed #1990Tatu Saloranta
2018-04-18Fix #1998Tatu Saloranta
2018-01-23Fix #1382cowtowncoder
2017-09-28Fix #1705 (... again)Tatu Saloranta
2017-09-26Move property-annotation-merging to a slightly later phase, hoping to resolve...Tatu Saloranta
2017-09-21More creator-handling refactoring...Tatu Saloranta
2017-08-28Reintroduce Annotated.annotations() method as deprecated to avoid JAR hellDennis Kieselhorst
2017-08-23Fix #1705Tatu 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-14Fix #1625 (to a degree)Tatu Saloranta
2017-06-12Fix #1653Tatu Saloranta
2017-06-11Undo feature initially added wrt #1631: it is not sufficient for submitter's ...Tatu Saloranta
2017-06-09Improve handling of `AnnotatedClass` wrt simple-array optimizationTatu 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