JSON
Version 1.0

Uses of Class
org.codehaus.jackson.map.BaseMapper

Packages that use BaseMapper
org.codehaus.jackson.map   
org.codehaus.jackson.map.impl   
 

Uses of BaseMapper in org.codehaus.jackson.map
 

Subclasses of BaseMapper in org.codehaus.jackson.map
 class JavaTypeMapper
          This mapper (or, codec) provides for conversions between core JDK-defined Java types, and matching JSON constructs.
 class JsonTypeMapper
          This mapper (or, codec) provides mapping between JSON, and Tree-like structure that consists of child-linked nodes that can be traversed with simple path operations (indexing arrays by element, objects by field name).
 

Uses of BaseMapper in org.codehaus.jackson.map.impl
 

Subclasses of BaseMapper in org.codehaus.jackson.map.impl
 class JsonTypeMapperBase
          This intermediate base class is needed to access non-public (package) interface of node implementations during building.
 


JSON
Version 1.0

Apache License, Version 2.0