aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedMember.java
AgeCommit message (Expand)Author
2017-08-28Reintroduce Annotated.annotations() method as deprecated to avoid JAR hellDennis Kieselhorst
2017-04-21minor test improvementTatu Saloranta
2017-04-19make `getAllAnnotations()` public; used by one module...Tatu Saloranta
2017-04-12Complete rewrite of initial annotation collection (pre-pojo-builder), to make...Tatu Saloranta
2017-04-10minor cleanupTatu Saloranta
2017-04-07Trying to refactor annotation merging to reduce mutability, eventually eliminateTatu Saloranta
2016-10-21...Tatu Saloranta
2016-10-20Initial version of merging-property-deser (#1399)Tatu Saloranta
2016-09-07Further work on deferring forcing of access (to reduce likelihood of unnecess...Tatu Saloranta
2015-12-08Fix #1014Tatu Saloranta
2015-11-05Fix #997Tatu Saloranta
2015-11-02Starting work on ensuring proper resolution of member types; now fields worki...Tatu Saloranta
2015-10-30...Tatu Saloranta
2015-10-30Remove access to JDK `Type`, replace with `JavaType`Tatu Saloranta
2015-10-19Fixed #76 -- and also rewrote the whole type resolution system, which will re...Cowtowncoder
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-12-03First part of #638, adding support for including attribute-backed virtual pro...Cowtowncoder
2014-09-24Start working on even more improvements to bean property introspectionCowtowncoder
2014-08-15keep bundle annotations and prevent simple cyclesian
2013-10-25Add method Annotated.annotations() to allow efficient iteration over all anno...Tatu Saloranta
2012-10-05Coding in anger, to try to get JDK serialization to rule supremeTatu Saloranta
2012-01-25Still trying to simplify construction of BeanPropertyWritersTatu Saloranta
2012-01-20Javadoc cleanup, removing pre-2.0 @since annotationsTatu Saloranta
2012-01-16Start work on [JACKSON-754], "annotation bundles"Tatu Saloranta
2011-12-23First check-in, tons of compilation errors to resolveTatu Saloranta