aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/fasterxml/jackson/databind/node/NullNode.java
AgeCommit message (Expand)Author
2019-09-19Javadoc fix; add some more `serialVersionUID` ids, simplify `NullNode` compar...Tatu Saloranta
2019-08-29Fix #2433Tatu Saloranta
2019-08-29Fix #2237Tatu Saloranta
2019-08-28Ensure NullNode, MissingNode remain singletonTatu Saloranta
2017-11-01Fix #1799Tatu Saloranta
2015-09-24Tiny streamilining of hashCode() changesCowtowncoder
2015-09-24Add hashCode implementations where there are noneSergio-Mira
2014-05-21Implemented #463Tatu
2013-08-12remove a debug statementTatu Saloranta
2013-08-07Fix #281Tatu Saloranta
2013-01-18JsonNode: add abstract .getNodeType() method, make all .isXxx() methods finalFrancis Galiegue
2012-02-11Fixed [JACKSON-780]Tatu Saloranta
2011-12-23...Tatu Saloranta