aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/deser/SettableAnyProperty.java
AgeCommit message (Expand)Author
2019-11-01Starting to convert `getCurrentToken()` -> `currentToken()` (for 3.x)Tatu Saloranta
2018-09-05Fix #2128Tatu Saloranta
2017-06-27Replace "can not" by "cannot" in commentsOliver Kopp
2016-11-07clean up of exception propagationTatu Saloranta
2016-10-30more test coverageTatu Saloranta
2016-10-29Refactoring to use ClassUtil helpersTatu Saloranta
2016-10-26minor test enhancemnetTatu Saloranta
2016-10-05Fix #1035Tatu Saloranta
2016-09-07Cleaning up #877 fix for 2.8.3, by deferring access-forcing at a later pointTatu Saloranta
2016-06-02minor warnings cleanupTatu Saloranta
2016-06-01Minor javadoc, release note updatesTatu Saloranta
2016-05-26@JsonAnySetter on field annotation for MapLokeshN
2016-05-12Merge branch '2.6' into 2.7Tatu Saloranta
2016-05-11Update SettableAnyProperty to use ValueDeserializer's NullValueESolberg
2015-12-06Add a failing test for #1035Tatu Saloranta
2015-08-17Try to upgrade exception handling to pass underlying JsonParser/JsonGenerator...Tatu Saloranta
2014-10-16Minor cleanup, ensuring SettableAnyProperty is properly JDK serializableTatu Saloranta
2014-08-13Pruning of "deprecated enough" methods from internal (non-public) interfacesTatu
2014-03-14yet more refactoring, hopefully done for nowTatu Saloranta
2014-03-14refactoring handling of forward-referencesTatu Saloranta
2014-01-13Added type information to unresolved forward reference exception thrown at en...Pascal Gélinas
2014-01-13Added JsonLocation info in exception thrown for object id check at end of pro...Pascal Gélinas
2014-01-13Implemented forward reference resolution for any setter based deserialization.Pascal Gélinas
2013-11-02Fixed #337Tatu Saloranta
2013-10-31minor cleanupTatu Saloranta
2011-12-24Removed last existing deprecated methodsTatu 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