aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/JavaType.java
AgeCommit message (Expand)Author
2020-02-12minor clean up wrt #2605 fix, for 2.11Tatu Saloranta
2019-11-13Fix #2480Tatu Saloranta
2019-10-11minor cleanupTatu Saloranta
2019-09-29More clean up after #2478Tatu Saloranta
2019-09-29Bit more cleanup wrt #2457Tatu Saloranta
2019-09-29Fix #2457 (enum subtypes not working as map keys)Tatu Saloranta
2017-04-28Improvement to error messaging in case of incompatible sub-types (trying to u...Tatu Saloranta
2016-10-24minor test (coverage) improvementsTatu Saloranta
2016-09-25Fix #1384Tatu Saloranta
2016-06-30Fix #1277 for 2.8 (second attempt) -- should now avoid caching of handler-ass...Tatu Saloranta
2016-05-03Fix #1204Tatu Saloranta
2016-01-28Fix #1102Tatu Saloranta
2015-11-01javadoc improvementsTatu Saloranta
2015-11-01Yet more removal/deprecation of old type narrow/widen methods.Tatu Saloranta
2015-11-01...Tatu Saloranta
2015-11-01More refactoring for type handlingTatu Saloranta
2015-10-20Further type handling workTatu Saloranta
2015-10-20...Tatu Saloranta
2015-10-19Fixed #76 -- and also rewrote the whole type resolution system, which will re...Cowtowncoder
2015-10-10Complete initial simplification of deserialization type refinement handling (...Tatu Saloranta
2015-08-09Fix #890Tatu Saloranta
2015-04-28Minor improvements to AtomicReference handlingTatu Saloranta
2015-04-28Start work on supporting referential type as 1st class concept (and maybe gen...Tatu Saloranta
2015-04-02Merge branch '2.5'Cowtowncoder
2015-04-02Fix #731Cowtowncoder
2015-03-27add JavaType.hasValueHandler()Tatu Saloranta
2014-11-18minor typo in javadocsSteven Parkes
2014-09-29Initial work to support Map.Entry; now serialization works, some improvements...Cowtowncoder
2014-09-21Minor addition to JavaType (getContainedTypeOrUnknown()); fix a tiny potentia...Tatu Saloranta
2014-01-20silly little stylistic tweakingTatu Saloranta
2014-01-11Fix #88Tatu Saloranta
2013-03-15Fixed #23Tatu Saloranta
2012-11-20Implement [Issue#116], make JavaType implement java.lang.reflect.TypeTatu Saloranta
2012-10-05Work on making core pieces (up to and including ObjectMapper) java.io.Seriali...Tatu Saloranta
2012-04-21More 1.5 changes.Tatu Saloranta
2011-12-25Fix JavaType.hasGenericTypes(), removed couple of stray deprecated methodsTatu Saloranta
2011-12-23Eliminated JsonSerializableWithType, by moving method down to JsonSerializableTatu Saloranta
2011-12-23More refactoring: moving JavaType to databind; other smaller clean upTatu Saloranta