Uses of Package
org.codehaus.jackson.util

Packages that use org.codehaus.jackson.util
Package
Description
Main public API classes of the core streaming JSON processor: most importantly JsonFactory used for constructing JSON parser (JsonParser) and generator (JsonParser) instances.
Parser and generator implementation classes that Jackson defines and uses.
This package contains I/O helper classes Jackson itself uses, but that are not exposed for external reuse.
Contains implementation classes of deserialization part of data binding.
Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.
Contains public standard implementations of abstraction that Jackson uses.
Package that contains standard implementations for TypeResolverBuilder and TypeIdResolver.
 
Utility classes used by Jackson Core functionality.