1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_25) on Sat Nov 16 21:43:19 PST 2013 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>SimpleModule (jackson-databind 2.3.0 API)</title> 8<meta name="date" content="2013-11-16"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10</head> 11<body> 12<script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="SimpleModule (jackson-databind 2.3.0 API)"; 15 } 16//--> 17</script> 18<noscript> 19<div>JavaScript is disabled on your browser.</div> 20</noscript> 21<!-- ========= START OF TOP NAVBAR ======= --> 22<div class="topNav"><a name="navbar_top"> 23<!-- --> 24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 25<!-- --> 26</a> 27<ul class="navList" title="Navigation"> 28<li><a href="../../../../../overview-summary.html">Overview</a></li> 29<li><a href="package-summary.html">Package</a></li> 30<li class="navBarCell1Rev">Class</li> 31<li><a href="class-use/SimpleModule.html">Use</a></li> 32<li><a href="package-tree.html">Tree</a></li> 33<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 34<li><a href="../../../../../index-all.html">Index</a></li> 35<li><a href="../../../../../help-doc.html">Help</a></li> 36</ul> 37</div> 38<div class="subNav"> 39<ul class="navList"> 40<li><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleKeyDeserializers.html" title="class in com.fasterxml.jackson.databind.module"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/module/SimpleModule.html" target="_top">Frames</a></li> 45<li><a href="SimpleModule.html" target="_top">No Frames</a></li> 46</ul> 47<ul class="navList" id="allclasses_navbar_top"> 48<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 49</ul> 50<div> 51<script type="text/javascript"><!-- 52 allClassesLink = document.getElementById("allclasses_navbar_top"); 53 if(window==top) { 54 allClassesLink.style.display = "block"; 55 } 56 else { 57 allClassesLink.style.display = "none"; 58 } 59 //--> 60</script> 61</div> 62<div> 63<ul class="subNavList"> 64<li>Summary: </li> 65<li><a href="#nested_classes_inherited_from_class_com.fasterxml.jackson.databind.Module">Nested</a> | </li> 66<li><a href="#field_summary">Field</a> | </li> 67<li><a href="#constructor_summary">Constr</a> | </li> 68<li><a href="#method_summary">Method</a></li> 69</ul> 70<ul class="subNavList"> 71<li>Detail: </li> 72<li><a href="#field_detail">Field</a> | </li> 73<li><a href="#constructor_detail">Constr</a> | </li> 74<li><a href="#method_detail">Method</a></li> 75</ul> 76</div> 77<a name="skip-navbar_top"> 78<!-- --> 79</a></div> 80<!-- ========= END OF TOP NAVBAR ========= --> 81<!-- ======== START OF CLASS DATA ======== --> 82<div class="header"> 83<div class="subTitle">com.fasterxml.jackson.databind.module</div> 84<h2 title="Class SimpleModule" class="title">Class SimpleModule</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 89<li> 90<ul class="inheritance"> 91<li><a href="../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind">com.fasterxml.jackson.databind.Module</a></li> 92<li> 93<ul class="inheritance"> 94<li>com.fasterxml.jackson.databind.module.SimpleModule</li> 95</ul> 96</li> 97</ul> 98</li> 99</ul> 100<div class="description"> 101<ul class="blockList"> 102<li class="blockList"> 103<dl> 104<dt>All Implemented Interfaces:</dt> 105<dd><a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Versioned.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Versioned</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> 106</dl> 107<hr> 108<br> 109<pre>public class <span class="strong">SimpleModule</span> 110extends <a href="../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind">Module</a> 111implements <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> 112<div class="block">Simple <a href="../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind"><code>Module</code></a> implementation that allows registration 113 of serializers and deserializers, and bean serializer 114 and deserializer modifiers.</div> 115<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.fasterxml.jackson.databind.module.SimpleModule">Serialized Form</a></dd></dl> 116</li> 117</ul> 118</div> 119<div class="summary"> 120<ul class="blockList"> 121<li class="blockList"> 122<!-- ======== NESTED CLASS SUMMARY ======== --> 123<ul class="blockList"> 124<li class="blockList"><a name="nested_class_summary"> 125<!-- --> 126</a> 127<h3>Nested Class Summary</h3> 128<ul class="blockList"> 129<li class="blockList"><a name="nested_classes_inherited_from_class_com.fasterxml.jackson.databind.Module"> 130<!-- --> 131</a> 132<h3>Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind">Module</a></h3> 133<code><a href="../../../../../com/fasterxml/jackson/databind/Module.SetupContext.html" title="interface in com.fasterxml.jackson.databind">Module.SetupContext</a></code></li> 134</ul> 135</li> 136</ul> 137<!-- =========== FIELD SUMMARY =========== --> 138<ul class="blockList"> 139<li class="blockList"><a name="field_summary"> 140<!-- --> 141</a> 142<h3>Field Summary</h3> 143<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 144<caption><span>Fields</span><span class="tabEnd"> </span></caption> 145<tr> 146<th class="colFirst" scope="col">Modifier and Type</th> 147<th class="colLast" scope="col">Field and Description</th> 148</tr> 149<tr class="altColor"> 150<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleAbstractTypeResolver.html" title="class in com.fasterxml.jackson.databind.module">SimpleAbstractTypeResolver</a></code></td> 151<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_abstractTypes">_abstractTypes</a></strong></code> 152<div class="block">Lazily-constructed resolver used for storing mappings from 153 abstract classes to more specific implementing classes 154 (which may be abstract or concrete)</div> 155</td> 156</tr> 157<tr class="rowColor"> 158<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerModifier.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerModifier</a></code></td> 159<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_deserializerModifier">_deserializerModifier</a></strong></code> </td> 160</tr> 161<tr class="altColor"> 162<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleDeserializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleDeserializers</a></code></td> 163<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_deserializers">_deserializers</a></strong></code> </td> 164</tr> 165<tr class="rowColor"> 166<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleKeyDeserializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleKeyDeserializers</a></code></td> 167<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_keyDeserializers">_keyDeserializers</a></strong></code> </td> 168</tr> 169<tr class="altColor"> 170<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</a></code></td> 171<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_keySerializers">_keySerializers</a></strong></code> </td> 172</tr> 173<tr class="rowColor"> 174<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>></code></td> 175<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_mixins">_mixins</a></strong></code> 176<div class="block">Lazily-constructed map that contains mix-in definitions, indexed 177 by target class, value being mix-in to apply.</div> 178</td> 179</tr> 180<tr class="altColor"> 181<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 182<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_name">_name</a></strong></code> </td> 183</tr> 184<tr class="rowColor"> 185<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 186<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_namingStrategy">_namingStrategy</a></strong></code> </td> 187</tr> 188<tr class="altColor"> 189<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/ser/BeanSerializerModifier.html" title="class in com.fasterxml.jackson.databind.ser">BeanSerializerModifier</a></code></td> 190<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_serializerModifier">_serializerModifier</a></strong></code> </td> 191</tr> 192<tr class="rowColor"> 193<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</a></code></td> 194<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_serializers">_serializers</a></strong></code> </td> 195</tr> 196<tr class="altColor"> 197<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</a><<a href="../../../../../com/fasterxml/jackson/databind/jsontype/NamedType.html" title="class in com.fasterxml.jackson.databind.jsontype">NamedType</a>></code></td> 198<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_subtypes">_subtypes</a></strong></code> 199<div class="block">Set of subtypes to register, if any.</div> 200</td> 201</tr> 202<tr class="rowColor"> 203<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleValueInstantiators.html" title="class in com.fasterxml.jackson.databind.module">SimpleValueInstantiators</a></code></td> 204<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_valueInstantiators">_valueInstantiators</a></strong></code> 205<div class="block">Lazily-constructed resolver used for storing mappings from 206 abstract classes to more specific implementing classes 207 (which may be abstract or concrete)</div> 208</td> 209</tr> 210<tr class="altColor"> 211<td class="colFirst"><code>protected <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a></code></td> 212<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_version">_version</a></strong></code> </td> 213</tr> 214</table> 215</li> 216</ul> 217<!-- ======== CONSTRUCTOR SUMMARY ======== --> 218<ul class="blockList"> 219<li class="blockList"><a name="constructor_summary"> 220<!-- --> 221</a> 222<h3>Constructor Summary</h3> 223<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 224<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 225<tr> 226<th class="colOne" scope="col">Constructor and Description</th> 227</tr> 228<tr class="altColor"> 229<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#SimpleModule()">SimpleModule</a></strong>()</code> 230<div class="block">Constructors that should only be used for non-reusable 231 convenience modules used by app code: "real" modules should 232 use actual name and version number information.</div> 233</td> 234</tr> 235<tr class="rowColor"> 236<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#SimpleModule(java.lang.String)">SimpleModule</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> 237<div class="block">Convenience constructor that will default version to 238 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true#unknownVersion()" title="class or interface in com.fasterxml.jackson.core"><code>Version.unknownVersion()</code></a>.</div> 239</td> 240</tr> 241<tr class="altColor"> 242<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#SimpleModule(java.lang.String, com.fasterxml.jackson.core.Version)">SimpleModule</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 243 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version)</code> 244<div class="block">Constructor to use for actual reusable modules.</div> 245</td> 246</tr> 247<tr class="rowColor"> 248<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#SimpleModule(java.lang.String, com.fasterxml.jackson.core.Version, java.util.List)">SimpleModule</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 249 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version, 250 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><?>> serializers)</code> </td> 251</tr> 252<tr class="altColor"> 253<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#SimpleModule(java.lang.String, com.fasterxml.jackson.core.Version, java.util.Map)">SimpleModule</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 254 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version, 255 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>,<a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><?>> deserializers)</code> </td> 256</tr> 257<tr class="rowColor"> 258<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#SimpleModule(java.lang.String, com.fasterxml.jackson.core.Version, java.util.Map, java.util.List)">SimpleModule</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 259 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version, 260 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>,<a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><?>> deserializers, 261 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><?>> serializers)</code> </td> 262</tr> 263<tr class="altColor"> 264<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#SimpleModule(com.fasterxml.jackson.core.Version)">SimpleModule</a></strong>(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version)</code> 265<div class="block">Convenience constructor that will use specified Version, 266 including name from <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true#getArtifactId()" title="class or interface in com.fasterxml.jackson.core"><code>Version.getArtifactId()</code></a></div> 267</td> 268</tr> 269</table> 270</li> 271</ul> 272<!-- ========== METHOD SUMMARY =========== --> 273<ul class="blockList"> 274<li class="blockList"><a name="method_summary"> 275<!-- --> 276</a> 277<h3>Method Summary</h3> 278<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 279<caption><span>Methods</span><span class="tabEnd"> </span></caption> 280<tr> 281<th class="colFirst" scope="col">Modifier and Type</th> 282<th class="colLast" scope="col">Method and Description</th> 283</tr> 284<tr class="altColor"> 285<td class="colFirst"><code><T> <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 286<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#addAbstractTypeMapping(java.lang.Class, java.lang.Class)">addAbstractTypeMapping</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> superType, 287 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends T> subType)</code> 288<div class="block">Lazily-constructed resolver used for storing mappings from 289 abstract classes to more specific implementing classes 290 (which may be abstract or concrete)</div> 291</td> 292</tr> 293<tr class="rowColor"> 294<td class="colFirst"><code><T> <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 295<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#addDeserializer(java.lang.Class, com.fasterxml.jackson.databind.JsonDeserializer)">addDeserializer</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type, 296 <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><? extends T> deser)</code> </td> 297</tr> 298<tr class="altColor"> 299<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 300<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#addKeyDeserializer(java.lang.Class, com.fasterxml.jackson.databind.KeyDeserializer)">addKeyDeserializer</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> type, 301 <a href="../../../../../com/fasterxml/jackson/databind/KeyDeserializer.html" title="class in com.fasterxml.jackson.databind">KeyDeserializer</a> deser)</code> </td> 302</tr> 303<tr class="rowColor"> 304<td class="colFirst"><code><T> <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 305<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#addKeySerializer(java.lang.Class, com.fasterxml.jackson.databind.JsonSerializer)">addKeySerializer</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends T> type, 306 <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><T> ser)</code> </td> 307</tr> 308<tr class="altColor"> 309<td class="colFirst"><code><T> <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 310<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#addSerializer(java.lang.Class, com.fasterxml.jackson.databind.JsonSerializer)">addSerializer</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends T> type, 311 <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><T> ser)</code> </td> 312</tr> 313<tr class="rowColor"> 314<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 315<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#addSerializer(com.fasterxml.jackson.databind.JsonSerializer)">addSerializer</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><?> ser)</code> </td> 316</tr> 317<tr class="altColor"> 318<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 319<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#addValueInstantiator(java.lang.Class, com.fasterxml.jackson.databind.deser.ValueInstantiator)">addValueInstantiator</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> beanType, 320 <a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser">ValueInstantiator</a> inst)</code> 321<div class="block">Method for registering <a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser"><code>ValueInstantiator</code></a> to use when deserializing 322 instances of type <code>beanType</code>.</div> 323</td> 324</tr> 325<tr class="rowColor"> 326<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 327<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#getModuleName()">getModuleName</a></strong>()</code> 328<div class="block">Method that returns identifier for module; this can be used by Jackson 329 for informational purposes, as well as in associating extensions with 330 module that provides them.</div> 331</td> 332</tr> 333<tr class="altColor"> 334<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 335<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#registerSubtypes(java.lang.Class...)">registerSubtypes</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>... subtypes)</code> 336<div class="block">Method for adding set of subtypes to be registered with 337 <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> 338 this is an alternative to using annotations in super type to indicate subtypes.</div> 339</td> 340</tr> 341<tr class="rowColor"> 342<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 343<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#registerSubtypes(com.fasterxml.jackson.databind.jsontype.NamedType...)">registerSubtypes</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/jsontype/NamedType.html" title="class in com.fasterxml.jackson.databind.jsontype">NamedType</a>... subtypes)</code> 344<div class="block">Method for adding set of subtypes (along with type name to use) to be registered with 345 <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> 346 this is an alternative to using annotations in super type to indicate subtypes.</div> 347</td> 348</tr> 349<tr class="altColor"> 350<td class="colFirst"><code>void</code></td> 351<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setAbstractTypes(com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver)">setAbstractTypes</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleAbstractTypeResolver.html" title="class in com.fasterxml.jackson.databind.module">SimpleAbstractTypeResolver</a> atr)</code> 352<div class="block">Resets currently configured abstract type mappings</div> 353</td> 354</tr> 355<tr class="rowColor"> 356<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 357<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setDeserializerModifier(com.fasterxml.jackson.databind.deser.BeanDeserializerModifier)">setDeserializerModifier</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerModifier.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerModifier</a> mod)</code> </td> 358</tr> 359<tr class="altColor"> 360<td class="colFirst"><code>void</code></td> 361<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setDeserializers(com.fasterxml.jackson.databind.module.SimpleDeserializers)">setDeserializers</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleDeserializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleDeserializers</a> d)</code> 362<div class="block">Resets all currently configured deserializers.</div> 363</td> 364</tr> 365<tr class="rowColor"> 366<td class="colFirst"><code>void</code></td> 367<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setKeyDeserializers(com.fasterxml.jackson.databind.module.SimpleKeyDeserializers)">setKeyDeserializers</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleKeyDeserializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleKeyDeserializers</a> kd)</code> 368<div class="block">Resets all currently configured key deserializers.</div> 369</td> 370</tr> 371<tr class="altColor"> 372<td class="colFirst"><code>void</code></td> 373<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setKeySerializers(com.fasterxml.jackson.databind.module.SimpleSerializers)">setKeySerializers</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</a> ks)</code> 374<div class="block">Resets all currently configured key serializers.</div> 375</td> 376</tr> 377<tr class="rowColor"> 378<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 379<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setMixInAnnotation(java.lang.Class, java.lang.Class)">setMixInAnnotation</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> targetType, 380 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> mixinClass)</code> 381<div class="block">Method for specifying that annotations define by <code>mixinClass</code> 382 should be "mixed in" with annotations that <code>targetType</code> 383 has (as if they were directly included on it!).</div> 384</td> 385</tr> 386<tr class="altColor"> 387<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 388<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy)">setNamingStrategy</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> naming)</code> </td> 389</tr> 390<tr class="rowColor"> 391<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 392<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setSerializerModifier(com.fasterxml.jackson.databind.ser.BeanSerializerModifier)">setSerializerModifier</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/ser/BeanSerializerModifier.html" title="class in com.fasterxml.jackson.databind.ser">BeanSerializerModifier</a> mod)</code> </td> 393</tr> 394<tr class="altColor"> 395<td class="colFirst"><code>void</code></td> 396<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setSerializers(com.fasterxml.jackson.databind.module.SimpleSerializers)">setSerializers</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</a> s)</code> 397<div class="block">Resets all currently configured serializers.</div> 398</td> 399</tr> 400<tr class="rowColor"> 401<td class="colFirst"><code>void</code></td> 402<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setupModule(com.fasterxml.jackson.databind.Module.SetupContext)">setupModule</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/Module.SetupContext.html" title="interface in com.fasterxml.jackson.databind">Module.SetupContext</a> context)</code> 403<div class="block">Method called by <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> when module is registered.</div> 404</td> 405</tr> 406<tr class="altColor"> 407<td class="colFirst"><code>void</code></td> 408<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setValueInstantiators(com.fasterxml.jackson.databind.module.SimpleValueInstantiators)">setValueInstantiators</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleValueInstantiators.html" title="class in com.fasterxml.jackson.databind.module">SimpleValueInstantiators</a> svi)</code> 409<div class="block">Resets all currently configured value instantiators</div> 410</td> 411</tr> 412<tr class="rowColor"> 413<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a></code></td> 414<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#version()">version</a></strong>()</code> 415<div class="block">Method that returns version of this module.</div> 416</td> 417</tr> 418</table> 419<ul class="blockList"> 420<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 421<!-- --> 422</a> 423<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 424<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> 425</ul> 426</li> 427</ul> 428</li> 429</ul> 430</div> 431<div class="details"> 432<ul class="blockList"> 433<li class="blockList"> 434<!-- ============ FIELD DETAIL =========== --> 435<ul class="blockList"> 436<li class="blockList"><a name="field_detail"> 437<!-- --> 438</a> 439<h3>Field Detail</h3> 440<a name="_name"> 441<!-- --> 442</a> 443<ul class="blockList"> 444<li class="blockList"> 445<h4>_name</h4> 446<pre>protected final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _name</pre> 447</li> 448</ul> 449<a name="_version"> 450<!-- --> 451</a> 452<ul class="blockList"> 453<li class="blockList"> 454<h4>_version</h4> 455<pre>protected final <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> _version</pre> 456</li> 457</ul> 458<a name="_serializers"> 459<!-- --> 460</a> 461<ul class="blockList"> 462<li class="blockList"> 463<h4>_serializers</h4> 464<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</a> _serializers</pre> 465</li> 466</ul> 467<a name="_deserializers"> 468<!-- --> 469</a> 470<ul class="blockList"> 471<li class="blockList"> 472<h4>_deserializers</h4> 473<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleDeserializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleDeserializers</a> _deserializers</pre> 474</li> 475</ul> 476<a name="_keySerializers"> 477<!-- --> 478</a> 479<ul class="blockList"> 480<li class="blockList"> 481<h4>_keySerializers</h4> 482<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</a> _keySerializers</pre> 483</li> 484</ul> 485<a name="_keyDeserializers"> 486<!-- --> 487</a> 488<ul class="blockList"> 489<li class="blockList"> 490<h4>_keyDeserializers</h4> 491<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleKeyDeserializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleKeyDeserializers</a> _keyDeserializers</pre> 492</li> 493</ul> 494<a name="_abstractTypes"> 495<!-- --> 496</a> 497<ul class="blockList"> 498<li class="blockList"> 499<h4>_abstractTypes</h4> 500<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleAbstractTypeResolver.html" title="class in com.fasterxml.jackson.databind.module">SimpleAbstractTypeResolver</a> _abstractTypes</pre> 501<div class="block">Lazily-constructed resolver used for storing mappings from 502 abstract classes to more specific implementing classes 503 (which may be abstract or concrete)</div> 504</li> 505</ul> 506<a name="_valueInstantiators"> 507<!-- --> 508</a> 509<ul class="blockList"> 510<li class="blockList"> 511<h4>_valueInstantiators</h4> 512<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleValueInstantiators.html" title="class in com.fasterxml.jackson.databind.module">SimpleValueInstantiators</a> _valueInstantiators</pre> 513<div class="block">Lazily-constructed resolver used for storing mappings from 514 abstract classes to more specific implementing classes 515 (which may be abstract or concrete)</div> 516</li> 517</ul> 518<a name="_deserializerModifier"> 519<!-- --> 520</a> 521<ul class="blockList"> 522<li class="blockList"> 523<h4>_deserializerModifier</h4> 524<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerModifier.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerModifier</a> _deserializerModifier</pre> 525<dl><dt><span class="strong">Since:</span></dt> 526 <dd>2.2</dd></dl> 527</li> 528</ul> 529<a name="_serializerModifier"> 530<!-- --> 531</a> 532<ul class="blockList"> 533<li class="blockList"> 534<h4>_serializerModifier</h4> 535<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/ser/BeanSerializerModifier.html" title="class in com.fasterxml.jackson.databind.ser">BeanSerializerModifier</a> _serializerModifier</pre> 536<dl><dt><span class="strong">Since:</span></dt> 537 <dd>2.2</dd></dl> 538</li> 539</ul> 540<a name="_mixins"> 541<!-- --> 542</a> 543<ul class="blockList"> 544<li class="blockList"> 545<h4>_mixins</h4> 546<pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>> _mixins</pre> 547<div class="block">Lazily-constructed map that contains mix-in definitions, indexed 548 by target class, value being mix-in to apply.</div> 549</li> 550</ul> 551<a name="_subtypes"> 552<!-- --> 553</a> 554<ul class="blockList"> 555<li class="blockList"> 556<h4>_subtypes</h4> 557<pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</a><<a href="../../../../../com/fasterxml/jackson/databind/jsontype/NamedType.html" title="class in com.fasterxml.jackson.databind.jsontype">NamedType</a>> _subtypes</pre> 558<div class="block">Set of subtypes to register, if any.</div> 559</li> 560</ul> 561<a name="_namingStrategy"> 562<!-- --> 563</a> 564<ul class="blockListLast"> 565<li class="blockList"> 566<h4>_namingStrategy</h4> 567<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> _namingStrategy</pre> 568<dl><dt><span class="strong">Since:</span></dt> 569 <dd>2.3</dd></dl> 570</li> 571</ul> 572</li> 573</ul> 574<!-- ========= CONSTRUCTOR DETAIL ======== --> 575<ul class="blockList"> 576<li class="blockList"><a name="constructor_detail"> 577<!-- --> 578</a> 579<h3>Constructor Detail</h3> 580<a name="SimpleModule()"> 581<!-- --> 582</a> 583<ul class="blockList"> 584<li class="blockList"> 585<h4>SimpleModule</h4> 586<pre>public SimpleModule()</pre> 587<div class="block">Constructors that should only be used for non-reusable 588 convenience modules used by app code: "real" modules should 589 use actual name and version number information.</div> 590</li> 591</ul> 592<a name="SimpleModule(java.lang.String)"> 593<!-- --> 594</a> 595<ul class="blockList"> 596<li class="blockList"> 597<h4>SimpleModule</h4> 598<pre>public SimpleModule(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> 599<div class="block">Convenience constructor that will default version to 600 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true#unknownVersion()" title="class or interface in com.fasterxml.jackson.core"><code>Version.unknownVersion()</code></a>.</div> 601</li> 602</ul> 603<a name="SimpleModule(com.fasterxml.jackson.core.Version)"> 604<!-- --> 605</a> 606<ul class="blockList"> 607<li class="blockList"> 608<h4>SimpleModule</h4> 609<pre>public SimpleModule(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version)</pre> 610<div class="block">Convenience constructor that will use specified Version, 611 including name from <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true#getArtifactId()" title="class or interface in com.fasterxml.jackson.core"><code>Version.getArtifactId()</code></a></div> 612</li> 613</ul> 614<a name="SimpleModule(java.lang.String, com.fasterxml.jackson.core.Version)"> 615<!-- --> 616</a> 617<ul class="blockList"> 618<li class="blockList"> 619<h4>SimpleModule</h4> 620<pre>public SimpleModule(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 621 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version)</pre> 622<div class="block">Constructor to use for actual reusable modules. 623 ObjectMapper may use name as identifier to notice attempts 624 for multiple registrations of the same module (although it 625 does not have to).</div> 626<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - Unique name of the module</dd><dd><code>version</code> - Version of the module</dd></dl> 627</li> 628</ul> 629<a name="SimpleModule(java.lang.String, com.fasterxml.jackson.core.Version, java.util.Map)"> 630<!-- --> 631</a> 632<ul class="blockList"> 633<li class="blockList"> 634<h4>SimpleModule</h4> 635<pre>public SimpleModule(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 636 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version, 637 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>,<a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><?>> deserializers)</pre> 638<dl><dt><span class="strong">Since:</span></dt> 639 <dd>2.1</dd></dl> 640</li> 641</ul> 642<a name="SimpleModule(java.lang.String, com.fasterxml.jackson.core.Version, java.util.List)"> 643<!-- --> 644</a> 645<ul class="blockList"> 646<li class="blockList"> 647<h4>SimpleModule</h4> 648<pre>public SimpleModule(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 649 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version, 650 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><?>> serializers)</pre> 651<dl><dt><span class="strong">Since:</span></dt> 652 <dd>2.1</dd></dl> 653</li> 654</ul> 655<a name="SimpleModule(java.lang.String, com.fasterxml.jackson.core.Version, java.util.Map, java.util.List)"> 656<!-- --> 657</a> 658<ul class="blockListLast"> 659<li class="blockList"> 660<h4>SimpleModule</h4> 661<pre>public SimpleModule(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, 662 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version, 663 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>,<a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><?>> deserializers, 664 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><?>> serializers)</pre> 665<dl><dt><span class="strong">Since:</span></dt> 666 <dd>2.1</dd></dl> 667</li> 668</ul> 669</li> 670</ul> 671<!-- ============ METHOD DETAIL ========== --> 672<ul class="blockList"> 673<li class="blockList"><a name="method_detail"> 674<!-- --> 675</a> 676<h3>Method Detail</h3> 677<a name="setSerializers(com.fasterxml.jackson.databind.module.SimpleSerializers)"> 678<!-- --> 679</a> 680<ul class="blockList"> 681<li class="blockList"> 682<h4>setSerializers</h4> 683<pre>public void setSerializers(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</a> s)</pre> 684<div class="block">Resets all currently configured serializers.</div> 685</li> 686</ul> 687<a name="setDeserializers(com.fasterxml.jackson.databind.module.SimpleDeserializers)"> 688<!-- --> 689</a> 690<ul class="blockList"> 691<li class="blockList"> 692<h4>setDeserializers</h4> 693<pre>public void setDeserializers(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleDeserializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleDeserializers</a> d)</pre> 694<div class="block">Resets all currently configured deserializers.</div> 695</li> 696</ul> 697<a name="setKeySerializers(com.fasterxml.jackson.databind.module.SimpleSerializers)"> 698<!-- --> 699</a> 700<ul class="blockList"> 701<li class="blockList"> 702<h4>setKeySerializers</h4> 703<pre>public void setKeySerializers(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</a> ks)</pre> 704<div class="block">Resets all currently configured key serializers.</div> 705</li> 706</ul> 707<a name="setKeyDeserializers(com.fasterxml.jackson.databind.module.SimpleKeyDeserializers)"> 708<!-- --> 709</a> 710<ul class="blockList"> 711<li class="blockList"> 712<h4>setKeyDeserializers</h4> 713<pre>public void setKeyDeserializers(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleKeyDeserializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleKeyDeserializers</a> kd)</pre> 714<div class="block">Resets all currently configured key deserializers.</div> 715</li> 716</ul> 717<a name="setAbstractTypes(com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver)"> 718<!-- --> 719</a> 720<ul class="blockList"> 721<li class="blockList"> 722<h4>setAbstractTypes</h4> 723<pre>public void setAbstractTypes(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleAbstractTypeResolver.html" title="class in com.fasterxml.jackson.databind.module">SimpleAbstractTypeResolver</a> atr)</pre> 724<div class="block">Resets currently configured abstract type mappings</div> 725</li> 726</ul> 727<a name="setValueInstantiators(com.fasterxml.jackson.databind.module.SimpleValueInstantiators)"> 728<!-- --> 729</a> 730<ul class="blockList"> 731<li class="blockList"> 732<h4>setValueInstantiators</h4> 733<pre>public void setValueInstantiators(<a href="../../../../../com/fasterxml/jackson/databind/module/SimpleValueInstantiators.html" title="class in com.fasterxml.jackson.databind.module">SimpleValueInstantiators</a> svi)</pre> 734<div class="block">Resets all currently configured value instantiators</div> 735</li> 736</ul> 737<a name="setDeserializerModifier(com.fasterxml.jackson.databind.deser.BeanDeserializerModifier)"> 738<!-- --> 739</a> 740<ul class="blockList"> 741<li class="blockList"> 742<h4>setDeserializerModifier</h4> 743<pre>public <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> setDeserializerModifier(<a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerModifier.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerModifier</a> mod)</pre> 744<dl><dt><span class="strong">Since:</span></dt> 745 <dd>2.2</dd></dl> 746</li> 747</ul> 748<a name="setSerializerModifier(com.fasterxml.jackson.databind.ser.BeanSerializerModifier)"> 749<!-- --> 750</a> 751<ul class="blockList"> 752<li class="blockList"> 753<h4>setSerializerModifier</h4> 754<pre>public <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> setSerializerModifier(<a href="../../../../../com/fasterxml/jackson/databind/ser/BeanSerializerModifier.html" title="class in com.fasterxml.jackson.databind.ser">BeanSerializerModifier</a> mod)</pre> 755<dl><dt><span class="strong">Since:</span></dt> 756 <dd>2.2</dd></dl> 757</li> 758</ul> 759<a name="setNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy)"> 760<!-- --> 761</a> 762<ul class="blockList"> 763<li class="blockList"> 764<h4>setNamingStrategy</h4> 765<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> setNamingStrategy(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> naming)</pre> 766<dl><dt><span class="strong">Since:</span></dt> 767 <dd>2.3</dd></dl> 768</li> 769</ul> 770<a name="addSerializer(com.fasterxml.jackson.databind.JsonSerializer)"> 771<!-- --> 772</a> 773<ul class="blockList"> 774<li class="blockList"> 775<h4>addSerializer</h4> 776<pre>public <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> addSerializer(<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><?> ser)</pre> 777</li> 778</ul> 779<a name="addSerializer(java.lang.Class, com.fasterxml.jackson.databind.JsonSerializer)"> 780<!-- --> 781</a> 782<ul class="blockList"> 783<li class="blockList"> 784<h4>addSerializer</h4> 785<pre>public <T> <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> addSerializer(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends T> type, 786 <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><T> ser)</pre> 787</li> 788</ul> 789<a name="addKeySerializer(java.lang.Class, com.fasterxml.jackson.databind.JsonSerializer)"> 790<!-- --> 791</a> 792<ul class="blockList"> 793<li class="blockList"> 794<h4>addKeySerializer</h4> 795<pre>public <T> <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> addKeySerializer(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends T> type, 796 <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind">JsonSerializer</a><T> ser)</pre> 797</li> 798</ul> 799<a name="addDeserializer(java.lang.Class, com.fasterxml.jackson.databind.JsonDeserializer)"> 800<!-- --> 801</a> 802<ul class="blockList"> 803<li class="blockList"> 804<h4>addDeserializer</h4> 805<pre>public <T> <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> addDeserializer(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type, 806 <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind">JsonDeserializer</a><? extends T> deser)</pre> 807</li> 808</ul> 809<a name="addKeyDeserializer(java.lang.Class, com.fasterxml.jackson.databind.KeyDeserializer)"> 810<!-- --> 811</a> 812<ul class="blockList"> 813<li class="blockList"> 814<h4>addKeyDeserializer</h4> 815<pre>public <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> addKeyDeserializer(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> type, 816 <a href="../../../../../com/fasterxml/jackson/databind/KeyDeserializer.html" title="class in com.fasterxml.jackson.databind">KeyDeserializer</a> deser)</pre> 817</li> 818</ul> 819<a name="addAbstractTypeMapping(java.lang.Class, java.lang.Class)"> 820<!-- --> 821</a> 822<ul class="blockList"> 823<li class="blockList"> 824<h4>addAbstractTypeMapping</h4> 825<pre>public <T> <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> addAbstractTypeMapping(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> superType, 826 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends T> subType)</pre> 827<div class="block">Lazily-constructed resolver used for storing mappings from 828 abstract classes to more specific implementing classes 829 (which may be abstract or concrete)</div> 830</li> 831</ul> 832<a name="addValueInstantiator(java.lang.Class, com.fasterxml.jackson.databind.deser.ValueInstantiator)"> 833<!-- --> 834</a> 835<ul class="blockList"> 836<li class="blockList"> 837<h4>addValueInstantiator</h4> 838<pre>public <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> addValueInstantiator(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> beanType, 839 <a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser">ValueInstantiator</a> inst)</pre> 840<div class="block">Method for registering <a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser"><code>ValueInstantiator</code></a> to use when deserializing 841 instances of type <code>beanType</code>. 842<p> 843 Instantiator is 844 registered when module is registered for <code>ObjectMapper</code>.</div> 845</li> 846</ul> 847<a name="registerSubtypes(java.lang.Class...)"> 848<!-- --> 849</a> 850<ul class="blockList"> 851<li class="blockList"> 852<h4>registerSubtypes</h4> 853<pre>public <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> registerSubtypes(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>... subtypes)</pre> 854<div class="block">Method for adding set of subtypes to be registered with 855 <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> 856 this is an alternative to using annotations in super type to indicate subtypes.</div> 857</li> 858</ul> 859<a name="registerSubtypes(com.fasterxml.jackson.databind.jsontype.NamedType...)"> 860<!-- --> 861</a> 862<ul class="blockList"> 863<li class="blockList"> 864<h4>registerSubtypes</h4> 865<pre>public <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> registerSubtypes(<a href="../../../../../com/fasterxml/jackson/databind/jsontype/NamedType.html" title="class in com.fasterxml.jackson.databind.jsontype">NamedType</a>... subtypes)</pre> 866<div class="block">Method for adding set of subtypes (along with type name to use) to be registered with 867 <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> 868 this is an alternative to using annotations in super type to indicate subtypes.</div> 869</li> 870</ul> 871<a name="setMixInAnnotation(java.lang.Class, java.lang.Class)"> 872<!-- --> 873</a> 874<ul class="blockList"> 875<li class="blockList"> 876<h4>setMixInAnnotation</h4> 877<pre>public <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a> setMixInAnnotation(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> targetType, 878 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> mixinClass)</pre> 879<div class="block">Method for specifying that annotations define by <code>mixinClass</code> 880 should be "mixed in" with annotations that <code>targetType</code> 881 has (as if they were directly included on it!). 882<p> 883 Mix-in annotations are 884 registered when module is registered for <code>ObjectMapper</code>.</div> 885</li> 886</ul> 887<a name="getModuleName()"> 888<!-- --> 889</a> 890<ul class="blockList"> 891<li class="blockList"> 892<h4>getModuleName</h4> 893<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getModuleName()</pre> 894<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/Module.html#getModuleName()">Module</a></code></strong></div> 895<div class="block">Method that returns identifier for module; this can be used by Jackson 896 for informational purposes, as well as in associating extensions with 897 module that provides them.</div> 898<dl> 899<dt><strong>Specified by:</strong></dt> 900<dd><code><a href="../../../../../com/fasterxml/jackson/databind/Module.html#getModuleName()">getModuleName</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind">Module</a></code></dd> 901</dl> 902</li> 903</ul> 904<a name="setupModule(com.fasterxml.jackson.databind.Module.SetupContext)"> 905<!-- --> 906</a> 907<ul class="blockList"> 908<li class="blockList"> 909<h4>setupModule</h4> 910<pre>public void setupModule(<a href="../../../../../com/fasterxml/jackson/databind/Module.SetupContext.html" title="interface in com.fasterxml.jackson.databind">Module.SetupContext</a> context)</pre> 911<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/Module.html#setupModule(com.fasterxml.jackson.databind.Module.SetupContext)">Module</a></code></strong></div> 912<div class="block">Method called by <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> when module is registered. 913 It is called to let module register functionality it provides, 914 using callback methods passed-in context object exposes.</div> 915<dl> 916<dt><strong>Specified by:</strong></dt> 917<dd><code><a href="../../../../../com/fasterxml/jackson/databind/Module.html#setupModule(com.fasterxml.jackson.databind.Module.SetupContext)">setupModule</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind">Module</a></code></dd> 918</dl> 919</li> 920</ul> 921<a name="version()"> 922<!-- --> 923</a> 924<ul class="blockListLast"> 925<li class="blockList"> 926<h4>version</h4> 927<pre>public <a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</a> version()</pre> 928<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/Module.html#version()">Module</a></code></strong></div> 929<div class="block">Method that returns version of this module. Can be used by Jackson for 930 informational purposes.</div> 931<dl> 932<dt><strong>Specified by:</strong></dt> 933<dd><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Versioned.html?is-external=true#version()" title="class or interface in com.fasterxml.jackson.core">version</a></code> in interface <code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.3.0/com/fasterxml/jackson/core/Versioned.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Versioned</a></code></dd> 934<dt><strong>Specified by:</strong></dt> 935<dd><code><a href="../../../../../com/fasterxml/jackson/databind/Module.html#version()">version</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind">Module</a></code></dd> 936</dl> 937</li> 938</ul> 939</li> 940</ul> 941</li> 942</ul> 943</div> 944</div> 945<!-- ========= END OF CLASS DATA ========= --> 946<!-- ======= START OF BOTTOM NAVBAR ====== --> 947<div class="bottomNav"><a name="navbar_bottom"> 948<!-- --> 949</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 950<!-- --> 951</a> 952<ul class="navList" title="Navigation"> 953<li><a href="../../../../../overview-summary.html">Overview</a></li> 954<li><a href="package-summary.html">Package</a></li> 955<li class="navBarCell1Rev">Class</li> 956<li><a href="class-use/SimpleModule.html">Use</a></li> 957<li><a href="package-tree.html">Tree</a></li> 958<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 959<li><a href="../../../../../index-all.html">Index</a></li> 960<li><a href="../../../../../help-doc.html">Help</a></li> 961</ul> 962</div> 963<div class="subNav"> 964<ul class="navList"> 965<li><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleKeyDeserializers.html" title="class in com.fasterxml.jackson.databind.module"><span class="strong">Prev Class</span></a></li> 966<li><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module"><span class="strong">Next Class</span></a></li> 967</ul> 968<ul class="navList"> 969<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/module/SimpleModule.html" target="_top">Frames</a></li> 970<li><a href="SimpleModule.html" target="_top">No Frames</a></li> 971</ul> 972<ul class="navList" id="allclasses_navbar_bottom"> 973<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 974</ul> 975<div> 976<script type="text/javascript"><!-- 977 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 978 if(window==top) { 979 allClassesLink.style.display = "block"; 980 } 981 else { 982 allClassesLink.style.display = "none"; 983 } 984 //--> 985</script> 986</div> 987<div> 988<ul class="subNavList"> 989<li>Summary: </li> 990<li><a href="#nested_classes_inherited_from_class_com.fasterxml.jackson.databind.Module">Nested</a> | </li> 991<li><a href="#field_summary">Field</a> | </li> 992<li><a href="#constructor_summary">Constr</a> | </li> 993<li><a href="#method_summary">Method</a></li> 994</ul> 995<ul class="subNavList"> 996<li>Detail: </li> 997<li><a href="#field_detail">Field</a> | </li> 998<li><a href="#constructor_detail">Constr</a> | </li> 999<li><a href="#method_detail">Method</a></li> 1000</ul> 1001</div> 1002<a name="skip-navbar_bottom"> 1003<!-- --> 1004</a></div> 1005<!-- ======== END OF BOTTOM NAVBAR ======= --> 1006<p class="legalCopy"><small>Copyright © 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 1007</body> 1008</html> 1009