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