aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/introspect/ObjectIdInfo.java
AgeCommit message (Expand)Author
2017-04-18Merge branch '2.8'Tatu Saloranta
2017-04-18Fix #1607Tatu Saloranta
2016-11-09...Tatu Saloranta
2016-10-21clean upTatu Saloranta
2014-08-19[Issue #524] Used constructor with ObjectIdResolver in ObjectIdInfo.withAlwa...Petr Kokorev
2014-03-28minor fix for ObjectIdInfo defaultingTatu
2014-02-10Implementation of custom object id resolution.Pascal GĂ©linas
2013-07-25Start making changes to support full PropertyName passing, not just String nameTatu Saloranta
2012-08-24Improved handling of "always-as-id" references; might now actually be usefulTatu Saloranta
2012-07-31Add unit tests, support for jackson-annotations issue #4: add `@JsonIdentityI...Tatu Saloranta
2012-02-10Fix: ensure that scope gets pass to ObjectIdGeneratorsTatu Saloranta
2012-02-09Starting work on supporting custom (property-based) object ids.Tatu Saloranta
2012-02-06Refactoring Object Id handling, after realizing first attempt is too limitingTatu Saloranta