aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/node/ContainerNode.java
AgeCommit message (Expand)Author
2019-08-19Fix #2424Tatu Saloranta
2019-06-04Fixed #18Tatu Saloranta
2019-01-11Fix #2223Tatu Saloranta
2016-10-27Better test coverage for JsonNode typesTatu Saloranta
2016-10-05Update release notes wrt #1319Tatu Saloranta
2016-04-04Add the ability to specify the initial capacity of the ArrayList for the Arra...Matt Veitas
2015-04-01Bit more work for #743: also add support in `ContainerNode`, `JsonNodeFactory...Tatu Saloranta
2013-10-23Implement #334: make ArrayNode, ObjectNode non-final againTatu Saloranta
2013-05-17Fixed #220Tatu Saloranta
2013-01-18JsonNode: add abstract .getNodeType() method, make all .isXxx() methods finalFrancis Galiegue
2012-11-17Reorganize find methodsFrancis Galiegue
2012-11-15Exposing JsonMappingException through schema visitor interfaces; should simpl...Tatu Saloranta
2012-11-12Get rid of custom empty iterator classesFrancis Galiegue
2012-04-17Changes to make 1.5 compatible against: first, removing @Override from interf...Tatu Saloranta
2012-01-29Sync with core, now that JsonNode is part of mapperTatu Saloranta
2012-01-28Work on [JACKSON-707], [JACKSON-770]; simplifying JsonNodeTatu Saloranta
2012-01-27Implement [JACKSON-769], add more chainability for ObjectNode, ArrayNodeTatu
2012-01-22javadoc cleanupTatu Saloranta
2011-12-23...Tatu Saloranta