Package com.fasterxml.jackson.databind.node

Custom implementations for ArrayNode and ObjectNode

See: Description

Package com.fasterxml.jackson.databind.node Description

Custom implementations for ArrayNode and ObjectNode

They are not final in Jackson. These implementations are final, and perform better as a result due to code simplification (since the underlying containers are also final, leading to very simple equals/hashCode implementations).

Copyright © 2013. All Rights Reserved.