aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/MappingIterator.java
AgeCommit message (Expand)Author
2015-07-10javadoc cleanupTatu Saloranta
2015-05-21Fix #734 (error recovery for `ObjectReader.readValues()`)Cowtowncoder
2015-05-21minor code cleanupTatu Saloranta
2015-05-20warnings cleanupTatu Saloranta
2015-03-24Fixed #733Tatu Saloranta
2014-11-17Fix jdk 1.6 failureChristopher Currie
2014-10-29Minor improvements to MappingIterator, preparing for sub-classability (initia...Tatu Saloranta
2014-10-29Improve creation of MappingIterator by ObjectReader, to allow for sub-classingTatu Saloranta
2013-05-01Add MappingIterator.getCurrentLocation()Tatu Saloranta
2013-03-02More work on converters for deserialization; now passes 2/6 of new tests. Als...Tatu Saloranta
2013-02-06Implemented #161Tatu Saloranta
2013-02-04Implemented #159Tatu Saloranta
2012-08-28Merge pull request #59 from pgelinas/hasNextTatu Saloranta
2012-08-28Fixed bug with MappingIterator#hasNextPascal Gelinas
2012-08-28Made MappingIterator implement Closable.Pascal Gelinas
2012-07-20Implement [Issue-33]: changes to ObjectReader.readValues() to simplify semanticsTatu Saloranta
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu Saloranta
2012-01-22Removed last remaining unnecessary (pre-2.0) @since tagsTatu 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