aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/deser/impl/InnerClassProperty.java
AgeCommit message (Expand)Author
2019-11-01Starting to convert `getCurrentToken()` -> `currentToken()` (for 3.x)Tatu Saloranta
2017-07-12minor renamingTatu Saloranta
2017-03-25Merge branch '2.8'Tatu Saloranta
2017-03-24Minor test cleanupTatu Saloranta
2017-01-24Merge branch '2.7' into 2.8Tatu Saloranta
2017-01-24Fix #1501Tatu Saloranta
2016-10-21...Tatu Saloranta
2016-09-07Cleaning up #877 fix for 2.8.3, by deferring access-forcing at a later pointTatu Saloranta
2015-05-04Cleaning up #741: can get rid of NullProvider in next minor release after cur...Tatu Saloranta
2014-12-19Add `AnnotatedMember.getContext()` to help in access of class annotations, fr...Cowtowncoder
2014-08-13Improve JDK serialization handling of inner-non-static class propertiesTatu Saloranta
2013-07-26Completing conversion to using PropertyName instead of String in most parts o...Tatu Saloranta
2012-10-05Coding in anger, to try to get JDK serialization to rule supremeTatu Saloranta
2012-03-05Implement [JACKSON-792]; can now handle Object Id forward references correctlyTatu Saloranta
2012-02-17Implement Builder-based deserializer; fix a few ObjectId issuesTatu Saloranta
2012-02-08Yay! First end-to-end version of Object Id handling...Tatu Saloranta