aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedParameter.java
AgeCommit message (Expand)Author
2019-11-01Remove `getGenericType()` methods (deprecated since 2.7), bring back introspe...Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2017-04-10minor cleanupTatu Saloranta
2016-10-29Refactoring to use ClassUtil helpersTatu Saloranta
2016-05-24Further tweak for #1248Tatu Saloranta
2016-05-22Fixed #1248Tatu Saloranta
2015-11-02Starting work on ensuring proper resolution of member types; now fields worki...Tatu Saloranta
2015-10-30...Tatu Saloranta
2015-10-30some more type simplificationTatu Saloranta
2015-09-22streamline `hasAnnotation()` access, distinct from `getAnnotation()`Tatu Saloranta
2014-12-19Add `AnnotatedMember.getContext()` to help in access of class annotations, fr...Cowtowncoder
2014-09-24Start working on even more improvements to bean property introspectionCowtowncoder
2014-04-14Refactoring of property name conflict resolution: fixes issues #193 and #327Tatu Saloranta
2013-05-01Add MappingIterator.getCurrentLocation()Tatu Saloranta
2012-11-05fix serializability issuesTatu Saloranta
2012-01-25Still trying to simplify construction of BeanPropertyWritersTatu Saloranta
2012-01-20Javadoc cleanup, removing pre-2.0 @since annotationsTatu Saloranta
2012-01-19Renaming of AnnotationIntrospector methods to be (more) consistentTatu
2012-01-16Start work on [JACKSON-754], "annotation bundles"Tatu Saloranta
2011-12-23More refactoring: moving JavaType to databind; other smaller clean upTatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta