aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/AnnotationIntrospector.java
AgeCommit message (Expand)Author
2016-09-15Try to unfuck merge from merge that was based on master. Oh git. I do not und...Tatu Saloranta
2016-09-13Fix #1369Tatu Saloranta
2016-05-19Merge branch '2.7'Tatu Saloranta
2016-05-19Fix #1231Tatu Saloranta
2016-05-01RefactoringTatu Saloranta
2016-05-01Refactorings to use JsonIgnoreProperties.Value to allow config overridesTatu Saloranta
2016-04-28Start working on upgrading handling of JsonIgnoreProperties, relatedTatu Saloranta
2016-04-03Merge branch '2.7'Tatu Saloranta
2016-04-03Fix #1178Tatu Saloranta
2016-03-26start work on additional config overridesTatu Saloranta
2016-03-13Merge branch '2.7'Tatu Saloranta
2016-03-12Minor fixes to AnnotationIntrospector.findEnumValues()Tatu Saloranta
2016-02-22Minor post-merge cleanup for #1126Tatu Saloranta
2016-02-13`EnumResolver` now relies on `AnnotationIntrospector` to search for default v...Alejandro Rivera
2015-12-11Fix #1044Tatu Saloranta
2015-12-08Fix #1014Tatu Saloranta
2015-11-30test refactoringTatu Saloranta
2015-11-30Fix #1023Tatu Saloranta
2015-11-15Add support for `@JsonClassDescription` via `AnnotationIntrospector.findClass...Tatu Saloranta
2015-11-01...Tatu Saloranta
2015-11-01...Tatu Saloranta
2015-11-01More refactoring for type handlingTatu Saloranta
2015-11-01More work on refactoring type-handlingTatu Saloranta
2015-10-11Further coalescing of type refinements, now for serializationTatu Saloranta
2015-10-11reordering type/handler resolution part for deserializerTatu Saloranta
2015-10-10Complete initial simplification of deserialization type refinement handling (...Tatu Saloranta
2015-10-01Update inclusion calls to new introspection methodsCowtowncoder
2015-09-24minor tweak to AnnotationIntrospector call forwarding (2.6 vs 2.7)Tatu Saloranta
2015-09-23Javadoc cleanup to remove obsolete references to Jackson 1.x versionsCowtowncoder
2015-09-21Rework access to Enum value annotationsCowtowncoder
2015-09-15Remove deprecated `findFilterId()` from `AnnotationIntrospector` (deprecated ...Tatu Saloranta
2015-06-24javadoc cleanup, as per javadoclint. Also disabling said option (Wtf Oracle?)Tatu Saloranta
2015-06-23Fix #840Tatu Saloranta
2015-06-23Add `AnnotationIntrospector.findPropertyInclusion(...)` method, implementatio...Cowtowncoder
2015-06-11Add a unit test for #822, not yet failing.Tatu Saloranta
2015-06-01...Tatu Saloranta
2015-06-01First part of #813: add `AnnotationIntrospector` support for @JsonProperty.ac...Tatu Saloranta
2015-05-13Fix #95 (oldest fixed issue so far for 2.6!)Tatu Saloranta
2015-05-04warnings removalTatu Saloranta
2015-04-30Additional changes, similar to #769Tatu Saloranta
2014-12-23Start work on #596 to get in 2.5.0Cowtowncoder
2014-12-02Continue implementing JsonAppendTatu Saloranta
2014-11-16Add accessor methods for new `@JsonCreator.mode` annotationTatu Saloranta
2014-10-16Add annotation-access support for #527Tatu Saloranta
2014-09-25Implement #133Cowtowncoder
2014-05-07change 'findParameterTatu Saloranta
2014-05-07Minor refactoring of handling of root name, to cache PropertyNameTatu Saloranta
2014-04-13add AnnotationIntrospector.findParameterSourceName(), to distinguish explicit...Tatu Saloranta
2014-04-12Implemented #438Tatu Saloranta
2014-03-14Implement #335Tatu Saloranta