<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:33 PDT 2013 --> <title>org.codehaus.jackson.map (Jackson JSON Processor)</title> <meta name="date" content="2013-07-14"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.codehaus.jackson.map (Jackson JSON Processor)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/codehaus/jackson/jaxrs/package-summary.html">Prev Package</a></li> <li><a href="../../../../org/codehaus/jackson/map/annotate/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/codehaus/jackson/map/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package org.codehaus.jackson.map</h1> <div class="docSummary"> <div class="block">Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is via <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> class, as well as convenience methods included in <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a></div> </div> <p>See: <a href="#package_description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/BeanProperty.html" title="interface in org.codehaus.jackson.map">BeanProperty</a></td> <td class="colLast"> <div class="block">Bean properties are logical entities that represent data Java objects ("beans", although more accurately POJOs) contain; and that are accessed using some combination of methods (getter, setter), field and constructor parameter.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ClassIntrospector.MixInResolver.html" title="interface in org.codehaus.jackson.map">ClassIntrospector.MixInResolver</a></td> <td class="colLast"> <div class="block">Interface used for decoupling details of how mix-in annotation definitions are accessed (via this interface), and how they are stored (defined by classes that implement the interface)</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ContextualDeserializer.html" title="interface in org.codehaus.jackson.map">ContextualDeserializer</a><T></td> <td class="colLast"> <div class="block">Add-on interface that <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map"><code>JsonDeserializer</code></a>s can implement to get a callback that can be used to create contextual instances of deserializer to use for handling properties of supported type.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ContextualKeyDeserializer.html" title="interface in org.codehaus.jackson.map">ContextualKeyDeserializer</a></td> <td class="colLast"> <div class="block">Add-on interface that <a href="../../../../org/codehaus/jackson/map/KeyDeserializer.html" title="class in org.codehaus.jackson.map"><code>KeyDeserializer</code></a>s can implement to get a callback that can be used to create contextual instances of key deserializer to use for handling Map keys of supported type.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ContextualSerializer.html" title="interface in org.codehaus.jackson.map">ContextualSerializer</a><T></td> <td class="colLast"> <div class="block">Add-on interface that <a href="../../../../org/codehaus/jackson/map/JsonSerializer.html" title="class in org.codehaus.jackson.map"><code>JsonSerializer</code></a>s can implement to get a callback that can be used to create contextual instances of serializer to use for handling properties of supported type.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/Deserializers.html" title="interface in org.codehaus.jackson.map">Deserializers</a></td> <td class="colLast"> <div class="block">Interface that defines API for simple extensions that can provide additional deserializers for various types.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/JsonSerializable.html" title="interface in org.codehaus.jackson.map">JsonSerializable</a></td> <td class="colLast">Deprecated</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/JsonSerializableWithType.html" title="interface in org.codehaus.jackson.map">JsonSerializableWithType</a></td> <td class="colLast"> <div class="block">Interface that is to replace <a href="../../../../org/codehaus/jackson/map/JsonSerializable.html" title="interface in org.codehaus.jackson.map"><code>JsonSerializable</code></a> to allow for dynamic type information embedding.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/KeyDeserializers.html" title="interface in org.codehaus.jackson.map">KeyDeserializers</a></td> <td class="colLast"> <div class="block">Interface that defines API for simple extensions that can provide additional deserializers for deserializer Map keys of various types, from JSON property names.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html" title="interface in org.codehaus.jackson.map">MapperConfig.ConfigFeature</a></td> <td class="colLast"> <div class="block">Interface that actual Feature enumerations used by <a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="class in org.codehaus.jackson.map"><code>MapperConfig</code></a> implementations must implement.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/Module.SetupContext.html" title="interface in org.codehaus.jackson.map">Module.SetupContext</a></td> <td class="colLast"> <div class="block">Interface Jackson exposes to modules for purpose of registering extended functionality.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ResolvableDeserializer.html" title="interface in org.codehaus.jackson.map">ResolvableDeserializer</a></td> <td class="colLast"> <div class="block">Interface used to indicate deserializers that want to do post-processing after construction and being added to <a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map"><code>DeserializerProvider</code></a>, but before being used.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ResolvableSerializer.html" title="interface in org.codehaus.jackson.map">ResolvableSerializer</a></td> <td class="colLast"> <div class="block">Interface used to indicate serializers that want to do post-processing after construction and being added to <a href="../../../../org/codehaus/jackson/map/SerializerProvider.html" title="class in org.codehaus.jackson.map"><code>SerializerProvider</code></a>, but before being used.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/Serializers.html" title="interface in org.codehaus.jackson.map">Serializers</a></td> <td class="colLast"> <div class="block">Interface that defines API for simple extensions that can provide additional serializers for various types.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/AbstractTypeResolver.html" title="class in org.codehaus.jackson.map">AbstractTypeResolver</a></td> <td class="colLast"> <div class="block">Defines interface for resolvers that can resolve abstract types into concrete ones; either by using static mappings, or possibly by materializing implementations dynamically.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a></td> <td class="colLast"> <div class="block">Abstract class that defines API used for introspecting annotation-based configuration for serialization and deserialization.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.Pair.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector.Pair</a></td> <td class="colLast"> <div class="block">Helper class that allows using 2 introspectors such that one introspector acts as the primary one to use; and second one as a fallback used if the primary does not provide conclusive or useful result for a method.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.ReferenceProperty.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector.ReferenceProperty</a></td> <td class="colLast"> <div class="block">Value type used with managed and back references; contains type and logic name, used to link related references</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a></td> <td class="colLast"> <div class="block">Basic container for information gathered by <a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map"><code>ClassIntrospector</code></a> to help in constructing serializers and deserializers.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/BeanProperty.Std.html" title="class in org.codehaus.jackson.map">BeanProperty.Std</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html" title="class in org.codehaus.jackson.map">BeanPropertyDefinition</a></td> <td class="colLast"> <div class="block">Simple value classes that contain definitions of properties, used during introspection of properties to use for serialization and deserialization purposes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a><T extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>></td> <td class="colLast"> <div class="block">Helper class used to introspect features of POJO value classes used with Jackson.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a></td> <td class="colLast"> <div class="block">Object that contains baseline configuration for deserialization process.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a></td> <td class="colLast"> <div class="block">Context for deserialization process.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/DeserializationProblemHandler.html" title="class in org.codehaus.jackson.map">DeserializationProblemHandler</a></td> <td class="colLast"> <div class="block">This is the class that can be registered (via <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map"><code>DeserializationConfig</code></a> object owner by <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a>) to get calledn when a potentially recoverable problem is encountered during deserialization process.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/DeserializerFactory.html" title="class in org.codehaus.jackson.map">DeserializerFactory</a></td> <td class="colLast"> <div class="block">Abstract class that defines API used by <a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map"><code>DeserializerProvider</code></a> to obtain actual <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map"><code>JsonDeserializer</code></a> instances from multiple distinct factories.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/DeserializerFactory.Config.html" title="class in org.codehaus.jackson.map">DeserializerFactory.Config</a></td> <td class="colLast"> <div class="block">Configuration settings container class for bean deserializer factory</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map">DeserializerProvider</a></td> <td class="colLast"> <div class="block">Abstract class that defines API used by <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> and <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map"><code>JsonDeserializer</code></a>s to obtain deserializers capable of re-constructing instances of handled type from JSON content.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/Deserializers.Base.html" title="class in org.codehaus.jackson.map">Deserializers.Base</a></td> <td class="colLast"> <div class="block">Basic <a href="../../../../org/codehaus/jackson/map/Deserializers.html" title="interface in org.codehaus.jackson.map"><code>Deserializers</code></a> implementation that implements all methods but provides no deserializers.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/Deserializers.None.html" title="class in org.codehaus.jackson.map">Deserializers.None</a></td> <td class="colLast">Deprecated <div class="block"><i>As of 1.9, use <a href="../../../../org/codehaus/jackson/map/Deserializers.Base.html" title="class in org.codehaus.jackson.map"><code>Deserializers.Base</code></a> instead</i></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a></td> <td class="colLast"> <div class="block">Helper class used for handling details of creating handler instances (things like <a href="../../../../org/codehaus/jackson/map/JsonSerializer.html" title="class in org.codehaus.jackson.map"><code>JsonSerializer</code></a>s, <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map"><code>JsonDeserializer</code></a>s, various type handlers) of specific types.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/InjectableValues.html" title="class in org.codehaus.jackson.map">InjectableValues</a></td> <td class="colLast"> <div class="block">Abstract class that defines API for objects that provide value to "inject" during deserialization.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/InjectableValues.Std.html" title="class in org.codehaus.jackson.map">InjectableValues.Std</a></td> <td class="colLast"> <div class="block">Simple standard implementation which uses a simple Map to store values to inject, identified by simple String keys.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map">JsonDeserializer</a><T></td> <td class="colLast"> <div class="block">Abstract class that defines API used by <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> (and other chained <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map"><code>JsonDeserializer</code></a>s too) to deserialize Objects of arbitrary types from JSON, using provided <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/JsonDeserializer.None.html" title="class in org.codehaus.jackson.map">JsonDeserializer.None</a></td> <td class="colLast"> <div class="block">This marker class is only to be used with annotations, to indicate that <b>no deserializer is configured</b>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/JsonMappingException.Reference.html" title="class in org.codehaus.jackson.map">JsonMappingException.Reference</a></td> <td class="colLast"> <div class="block">Simple bean class used to contain references.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/JsonSerializer.html" title="class in org.codehaus.jackson.map">JsonSerializer</a><T></td> <td class="colLast"> <div class="block">Abstract class that defines API used by <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> (and other chained <a href="../../../../org/codehaus/jackson/map/JsonSerializer.html" title="class in org.codehaus.jackson.map"><code>JsonSerializer</code></a>s too) to serialize Objects of arbitrary types into JSON, using provided <a href="../../../../org/codehaus/jackson/JsonGenerator.html" title="class in org.codehaus.jackson"><code>JsonGenerator</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/JsonSerializer.None.html" title="class in org.codehaus.jackson.map">JsonSerializer.None</a></td> <td class="colLast"> <div class="block">This marker class is only to be used with annotations, to indicate that <b>no serializer is configured</b>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/KeyDeserializer.html" title="class in org.codehaus.jackson.map">KeyDeserializer</a></td> <td class="colLast"> <div class="block">Abstract class that defines API used for deserializing JSON content field names into Java Map keys.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/KeyDeserializer.None.html" title="class in org.codehaus.jackson.map">KeyDeserializer.None</a></td> <td class="colLast"> <div class="block">This marker class is only to be used with annotations, to indicate that <b>no deserializer is configured</b>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="class in org.codehaus.jackson.map">MapperConfig</a><T extends <a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="class in org.codehaus.jackson.map">MapperConfig</a><T>></td> <td class="colLast"> <div class="block">Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></td> <td class="colLast"> <div class="block">Immutable container class used to store simple configuration settings.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/MappingIterator.html" title="class in org.codehaus.jackson.map">MappingIterator</a><T></td> <td class="colLast"> <div class="block">Iterator exposed by <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> when binding sequence of objects.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/MappingJsonFactory.html" title="class in org.codehaus.jackson.map">MappingJsonFactory</a></td> <td class="colLast"> <div class="block">Sub-class of <a href="../../../../org/codehaus/jackson/JsonFactory.html" title="class in org.codehaus.jackson"><code>JsonFactory</code></a> that will create a proper <a href="../../../../org/codehaus/jackson/ObjectCodec.html" title="class in org.codehaus.jackson"><code>ObjectCodec</code></a> to allow seamless conversions between Json content and Java objects (POJOs).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/Module.html" title="class in org.codehaus.jackson.map">Module</a></td> <td class="colLast"> <div class="block">Simple interface for extensions that can be registered with <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> to provide a well-defined set of extensions to default functionality; such as support for new data types.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map">ObjectMapper</a></td> <td class="colLast"> <div class="block">This mapper (or, data binder, or codec) provides functionality for converting between Java objects (instances of JDK provided core classes, beans), and matching JSON constructs.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ObjectMapper.DefaultTypeResolverBuilder.html" title="class in org.codehaus.jackson.map">ObjectMapper.DefaultTypeResolverBuilder</a></td> <td class="colLast"> <div class="block">Customized <a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype"><code>TypeResolverBuilder</code></a> that provides type resolver builders used with so-called "default typing" (see <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#enableDefaultTyping()"><code>ObjectMapper.enableDefaultTyping()</code></a> for details).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ObjectReader.html" title="class in org.codehaus.jackson.map">ObjectReader</a></td> <td class="colLast"> <div class="block">Builder object that can be used for per-serialization configuration of deserialization parameters, such as root type to use or object to update (instead of constructing new instance).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ObjectWriter.html" title="class in org.codehaus.jackson.map">ObjectWriter</a></td> <td class="colLast"> <div class="block">Builder object that can be used for per-serialization configuration of serialization parameters, such as JSON View and root type to use.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a></td> <td class="colLast"> <div class="block">Class that defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names"), in cases where they are not auto-detected and no explicit annotations exist for naming.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy</a></td> <td class="colLast"> <div class="block">A <a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map"><code>PropertyNamingStrategy</code></a> that translates typical camel case Java property names to lower case JSON element names, separated by underscores.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.PropertyNamingStrategyBase.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy.PropertyNamingStrategyBase</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/SerializationConfig.html" title="class in org.codehaus.jackson.map">SerializationConfig</a></td> <td class="colLast"> <div class="block">Object that contains baseline configuration for serialization process.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/SerializerFactory.html" title="class in org.codehaus.jackson.map">SerializerFactory</a></td> <td class="colLast"> <div class="block">Abstract class that defines API used by <a href="../../../../org/codehaus/jackson/map/SerializerProvider.html" title="class in org.codehaus.jackson.map"><code>SerializerProvider</code></a> to obtain actual <a href="../../../../org/codehaus/jackson/map/JsonSerializer.html" title="class in org.codehaus.jackson.map"><code>JsonSerializer</code></a> instances from multiple distinct factories.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/SerializerFactory.Config.html" title="class in org.codehaus.jackson.map">SerializerFactory.Config</a></td> <td class="colLast"> <div class="block">Configuration settings container class for bean serializer factory.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/SerializerProvider.html" title="class in org.codehaus.jackson.map">SerializerProvider</a></td> <td class="colLast"> <div class="block">Abstract class that defines API used by <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> and <a href="../../../../org/codehaus/jackson/map/JsonSerializer.html" title="class in org.codehaus.jackson.map"><code>JsonSerializer</code></a>s to obtain serializers capable of serializing instances of specific types.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/Serializers.Base.html" title="class in org.codehaus.jackson.map">Serializers.Base</a></td> <td class="colLast"> <div class="block">Basic <a href="../../../../org/codehaus/jackson/map/Serializers.html" title="interface in org.codehaus.jackson.map"><code>Serializers</code></a> implementation that implements all methods but provides no serializers.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/Serializers.None.html" title="class in org.codehaus.jackson.map">Serializers.None</a></td> <td class="colLast">Deprecated <div class="block"><i>As of 1.9, use <a href="../../../../org/codehaus/jackson/map/Serializers.Base.html" title="class in org.codehaus.jackson.map"><code>Serializers.Base</code></a> instead</i></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a></td> <td class="colLast"> <div class="block">Interface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/TypeSerializer.html" title="class in org.codehaus.jackson.map">TypeSerializer</a></td> <td class="colLast"> <div class="block">Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> <caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Enum</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.ReferenceProperty.Type.html" title="enum in org.codehaus.jackson.map">AnnotationIntrospector.ReferenceProperty.Type</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a></td> <td class="colLast"> <div class="block">Enumeration that defines togglable features that guide the serialization feature.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/ObjectMapper.DefaultTyping.html" title="enum in org.codehaus.jackson.map">ObjectMapper.DefaultTyping</a></td> <td class="colLast"> <div class="block">Enumeration used with <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#enableDefaultTyping()"><code>ObjectMapper.enableDefaultTyping()</code></a> to specify what kind of types (classes) default typing should be used for.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/SerializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">SerializationConfig.Feature</a></td> <td class="colLast"> <div class="block">Enumeration that defines togglable features that guide the serialization feature.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation"> <caption><span>Exception Summary</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Exception</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">JsonMappingException</a></td> <td class="colLast"> <div class="block">Checked exception used to signal fatal problems with mapping of content.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../org/codehaus/jackson/map/RuntimeJsonMappingException.html" title="class in org.codehaus.jackson.map">RuntimeJsonMappingException</a></td> <td class="colLast"> <div class="block">Wrapper used when interface does not allow throwing a checked <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map"><code>JsonMappingException</code></a></div> </td> </tr> </tbody> </table> </li> </ul> <a name="package_description"> <!-- --> </a> <h2 title="Package org.codehaus.jackson.map Description">Package org.codehaus.jackson.map Description</h2> <div class="block">Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is via <a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> class, as well as convenience methods included in <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a> <p> Object mapper will convert Json content to ant from basic Java wrapper types (Integer, Boolean, Double), Collection types (List, Map), Java Beans, Strings and nulls. <p> Tree mapper builds dynamically typed tree of <code>JsonNode</code>s from Json content (and writes such trees as Json), similar to how DOM model works with xml. Main benefits over Object mapping are: <ul> <li>No null checks are needed (dummy nodes are created as necessary to represent "missing" Object fields and Array elements) </li> <li>No type casts are usually needed: all public access methods are defined in basic JsonNode class, and when "incompatible" method (such as Array element access on, say, Boolean node) is used, returned node is virtual "missing" node. </li> </ul> Because of its dynamic nature, Tree mapping is often convenient for basic path access and tree navigation, where structure of the resulting tree is known in advance.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/codehaus/jackson/jaxrs/package-summary.html">Prev Package</a></li> <li><a href="../../../../org/codehaus/jackson/map/annotate/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/codehaus/jackson/map/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>