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_10-ea) on Sun Jul 14 20:03:26 PDT 2013 --> 6<title>DeserializationConfig.Feature (Jackson JSON Processor)</title> 7<meta name="date" content="2013-07-14"> 8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 9</head> 10<body> 11<script type="text/javascript"><!-- 12 if (location.href.indexOf('is-external=true') == -1) { 13 parent.document.title="DeserializationConfig.Feature (Jackson JSON Processor)"; 14 } 15//--> 16</script> 17<noscript> 18<div>JavaScript is disabled on your browser.</div> 19</noscript> 20<!-- ========= START OF TOP NAVBAR ======= --> 21<div class="topNav"><a name="navbar_top"> 22<!-- --> 23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 24<!-- --> 25</a> 26<ul class="navList" title="Navigation"> 27<li><a href="../../../../overview-summary.html">Overview</a></li> 28<li><a href="package-summary.html">Package</a></li> 29<li class="navBarCell1Rev">Class</li> 30<li><a href="class-use/DeserializationConfig.Feature.html">Use</a></li> 31<li><a href="package-tree.html">Tree</a></li> 32<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 33<li><a href="../../../../index-all.html">Index</a></li> 34<li><a href="../../../../help-doc.html">Help</a></li> 35</ul> 36</div> 37<div class="subNav"> 38<ul class="navList"> 39<li><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map"><span class="strong">Prev Class</span></a></li> 40<li><a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map"><span class="strong">Next Class</span></a></li> 41</ul> 42<ul class="navList"> 43<li><a href="../../../../index.html?org/codehaus/jackson/map/DeserializationConfig.Feature.html" target="_top">Frames</a></li> 44<li><a href="DeserializationConfig.Feature.html" target="_top">No Frames</a></li> 45</ul> 46<ul class="navList" id="allclasses_navbar_top"> 47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 48</ul> 49<div> 50<script type="text/javascript"><!-- 51 allClassesLink = document.getElementById("allclasses_navbar_top"); 52 if(window==top) { 53 allClassesLink.style.display = "block"; 54 } 55 else { 56 allClassesLink.style.display = "none"; 57 } 58 //--> 59</script> 60</div> 61<div> 62<ul class="subNavList"> 63<li>Summary: </li> 64<li>Nested | </li> 65<li><a href="#enum_constant_summary">Enum Constants</a> | </li> 66<li>Field | </li> 67<li><a href="#method_summary">Method</a></li> 68</ul> 69<ul class="subNavList"> 70<li>Detail: </li> 71<li><a href="#enum_constant_detail">Enum Constants</a> | </li> 72<li>Field | </li> 73<li><a href="#method_detail">Method</a></li> 74</ul> 75</div> 76<a name="skip-navbar_top"> 77<!-- --> 78</a></div> 79<!-- ========= END OF TOP NAVBAR ========= --> 80<!-- ======== START OF CLASS DATA ======== --> 81<div class="header"> 82<div class="subTitle">org.codehaus.jackson.map</div> 83<h2 title="Enum DeserializationConfig.Feature" class="title">Enum DeserializationConfig.Feature</h2> 84</div> 85<div class="contentContainer"> 86<ul class="inheritance"> 87<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> 88<li> 89<ul class="inheritance"> 90<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a><<a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a>></li> 91<li> 92<ul class="inheritance"> 93<li>org.codehaus.jackson.map.DeserializationConfig.Feature</li> 94</ul> 95</li> 96</ul> 97</li> 98</ul> 99<div class="description"> 100<ul class="blockList"> 101<li class="blockList"> 102<dl> 103<dt>All Implemented Interfaces:</dt> 104<dd><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>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a>>, <a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html" title="interface in org.codehaus.jackson.map">MapperConfig.ConfigFeature</a></dd> 105</dl> 106<dl> 107<dt>Enclosing class:</dt> 108<dd><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a></dd> 109</dl> 110<hr> 111<br> 112<pre>public static enum <span class="strong">DeserializationConfig.Feature</span> 113extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a>> 114implements <a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html" title="interface in org.codehaus.jackson.map">MapperConfig.ConfigFeature</a></pre> 115<div class="block">Enumeration that defines togglable features that guide 116 the serialization feature.</div> 117</li> 118</ul> 119</div> 120<div class="summary"> 121<ul class="blockList"> 122<li class="blockList"> 123<!-- =========== ENUM CONSTANT SUMMARY =========== --> 124<ul class="blockList"> 125<li class="blockList"><a name="enum_constant_summary"> 126<!-- --> 127</a> 128<h3>Enum Constant Summary</h3> 129<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> 130<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> 131<tr> 132<th class="colOne" scope="col">Enum Constant and Description</th> 133</tr> 134<tr class="altColor"> 135<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#ACCEPT_EMPTY_STRING_AS_NULL_OBJECT">ACCEPT_EMPTY_STRING_AS_NULL_OBJECT</a></strong></code> 136<div class="block">Feature that can be enabled to allow JSON empty String 137 value ("") to be bound to POJOs as null.</div> 138</td> 139</tr> 140<tr class="rowColor"> 141<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#ACCEPT_SINGLE_VALUE_AS_ARRAY">ACCEPT_SINGLE_VALUE_AS_ARRAY</a></strong></code> 142<div class="block">Feature that determines whether it is acceptable to coerce non-array 143 (in JSON) values to work with Java collection (arrays, java.util.Collection) 144 types.</div> 145</td> 146</tr> 147<tr class="altColor"> 148<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#AUTO_DETECT_CREATORS">AUTO_DETECT_CREATORS</a></strong></code> 149<div class="block">Feature that determines whether "creator" methods are 150 automatically detected by consider public constructors, 151 and static single argument methods with name "valueOf".</div> 152</td> 153</tr> 154<tr class="rowColor"> 155<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#AUTO_DETECT_FIELDS">AUTO_DETECT_FIELDS</a></strong></code> 156<div class="block">Feature that determines whether non-static fields are recognized as 157 properties.</div> 158</td> 159</tr> 160<tr class="altColor"> 161<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#AUTO_DETECT_SETTERS">AUTO_DETECT_SETTERS</a></strong></code> 162<div class="block">Feature that determines whether "setter" methods are 163 automatically detected based on standard Bean naming convention 164 or not.</div> 165</td> 166</tr> 167<tr class="rowColor"> 168<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#CAN_OVERRIDE_ACCESS_MODIFIERS">CAN_OVERRIDE_ACCESS_MODIFIERS</a></strong></code> 169<div class="block">Feature that determines whether method and field access 170 modifier settings can be overridden when accessing 171 properties.</div> 172</td> 173</tr> 174<tr class="altColor"> 175<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#FAIL_ON_NULL_FOR_PRIMITIVES">FAIL_ON_NULL_FOR_PRIMITIVES</a></strong></code> 176<div class="block">Feature that determines whether encountering of JSON null 177 is an error when deserializing into Java primitive types 178 (like 'int' or 'double').</div> 179</td> 180</tr> 181<tr class="rowColor"> 182<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#FAIL_ON_NUMBERS_FOR_ENUMS">FAIL_ON_NUMBERS_FOR_ENUMS</a></strong></code> 183<div class="block">Feature that determines whether JSON integer numbers are valid 184 values to be used for deserializing Java enum values.</div> 185</td> 186</tr> 187<tr class="altColor"> 188<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#FAIL_ON_UNKNOWN_PROPERTIES">FAIL_ON_UNKNOWN_PROPERTIES</a></strong></code> 189<div class="block">Feature that determines whether encountering of unknown 190 properties (ones that do not map to a property, and there is 191 no "any setter" or handler that can handle it) 192 should result in a failure (by throwing a 193 <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map"><code>JsonMappingException</code></a>) or not.</div> 194</td> 195</tr> 196<tr class="rowColor"> 197<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#READ_ENUMS_USING_TO_STRING">READ_ENUMS_USING_TO_STRING</a></strong></code> 198<div class="block">Feature that determines standard deserialization mechanism used for 199 Enum values: if enabled, Enums are assumed to have been serialized using 200 return value of <code>Enum.toString()</code>; 201 if disabled, return value of <code>Enum.name()</code> is assumed to have been used.</div> 202</td> 203</tr> 204<tr class="altColor"> 205<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#UNWRAP_ROOT_VALUE">UNWRAP_ROOT_VALUE</a></strong></code> 206<div class="block">Feature to allow "unwrapping" root-level JSON value, to match setting of 207 <a href="../../../../org/codehaus/jackson/map/SerializationConfig.Feature.html#WRAP_ROOT_VALUE"><code>SerializationConfig.Feature.WRAP_ROOT_VALUE</code></a> used for serialization.</div> 208</td> 209</tr> 210<tr class="rowColor"> 211<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#USE_ANNOTATIONS">USE_ANNOTATIONS</a></strong></code> 212<div class="block">Feature that determines whether annotation introspection 213 is used for configuration; if enabled, configured 214 <a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map"><code>AnnotationIntrospector</code></a> will be used: if disabled, 215 no annotations are considered.</div> 216</td> 217</tr> 218<tr class="altColor"> 219<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#USE_BIG_DECIMAL_FOR_FLOATS">USE_BIG_DECIMAL_FOR_FLOATS</a></strong></code> 220<div class="block">Feature that determines whether Json floating point numbers 221 are to be deserialized into <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math"><code>BigDecimal</code></a>s 222 if only generic type description (either <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a> or 223 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a>, or within untyped <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> 224 or <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> context) is available.</div> 225</td> 226</tr> 227<tr class="rowColor"> 228<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#USE_BIG_INTEGER_FOR_INTS">USE_BIG_INTEGER_FOR_INTS</a></strong></code> 229<div class="block">Feature that determines whether Json integral (non-floating-point) 230 numbers are to be deserialized into <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><code>BigInteger</code></a>s 231 if only generic type description (either <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a> or 232 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a>, or within untyped <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> 233 or <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> context) is available.</div> 234</td> 235</tr> 236<tr class="altColor"> 237<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#USE_GETTERS_AS_SETTERS">USE_GETTERS_AS_SETTERS</a></strong></code> 238<div class="block">Feature that determines whether otherwise regular "getter" 239 methods (but only ones that handle Collections and Maps, 240 not getters of other type) 241 can be used for purpose of getting a reference to a Collection 242 and Map to modify the property, without requiring a setter 243 method.</div> 244</td> 245</tr> 246<tr class="rowColor"> 247<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#USE_JAVA_ARRAY_FOR_JSON_ARRAY">USE_JAVA_ARRAY_FOR_JSON_ARRAY</a></strong></code> 248<div class="block">Feature that determines whether JSON Array is mapped to 249 <code>Object[]</code> or <code>List<Object></code> when binding 250 "untyped" objects (ones with nominal type of <code>java.lang.Object</code>).</div> 251</td> 252</tr> 253<tr class="altColor"> 254<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#WRAP_EXCEPTIONS">WRAP_EXCEPTIONS</a></strong></code> 255<div class="block">Feature that determines whether Jackson code should catch 256 and wrap <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><code>Exception</code></a>s (but never <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><code>Error</code></a>s!) 257 to add additional information about 258 location (within input) of problem or not.</div> 259</td> 260</tr> 261</table> 262</li> 263</ul> 264<!-- ========== METHOD SUMMARY =========== --> 265<ul class="blockList"> 266<li class="blockList"><a name="method_summary"> 267<!-- --> 268</a> 269<h3>Method Summary</h3> 270<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 271<caption><span>Methods</span><span class="tabEnd"> </span></caption> 272<tr> 273<th class="colFirst" scope="col">Modifier and Type</th> 274<th class="colLast" scope="col">Method and Description</th> 275</tr> 276<tr class="altColor"> 277<td class="colFirst"><code>boolean</code></td> 278<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#enabledByDefault()">enabledByDefault</a></strong>()</code> 279<div class="block">Accessor for checking whether this feature is enabled by default.</div> 280</td> 281</tr> 282<tr class="rowColor"> 283<td class="colFirst"><code>int</code></td> 284<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#getMask()">getMask</a></strong>()</code> 285<div class="block">Returns bit mask for this feature instance</div> 286</td> 287</tr> 288<tr class="altColor"> 289<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a></code></td> 290<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#valueOf(java.lang.String)">valueOf</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> 291<div class="block">Returns the enum constant of this type with the specified name.</div> 292</td> 293</tr> 294<tr class="rowColor"> 295<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a>[]</code></td> 296<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html#values()">values</a></strong>()</code> 297<div class="block">Returns an array containing the constants of this enum type, in 298the order they are declared.</div> 299</td> 300</tr> 301</table> 302<ul class="blockList"> 303<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> 304<!-- --> 305</a> 306<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3> 307<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.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/Enum.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/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#valueOf(java.lang.Class, java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li> 308</ul> 309<ul class="blockList"> 310<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 311<!-- --> 312</a> 313<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> 314<code><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#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#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> 315</ul> 316</li> 317</ul> 318</li> 319</ul> 320</div> 321<div class="details"> 322<ul class="blockList"> 323<li class="blockList"> 324<!-- ============ ENUM CONSTANT DETAIL =========== --> 325<ul class="blockList"> 326<li class="blockList"><a name="enum_constant_detail"> 327<!-- --> 328</a> 329<h3>Enum Constant Detail</h3> 330<a name="USE_ANNOTATIONS"> 331<!-- --> 332</a> 333<ul class="blockList"> 334<li class="blockList"> 335<h4>USE_ANNOTATIONS</h4> 336<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> USE_ANNOTATIONS</pre> 337<div class="block">Feature that determines whether annotation introspection 338 is used for configuration; if enabled, configured 339 <a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map"><code>AnnotationIntrospector</code></a> will be used: if disabled, 340 no annotations are considered. 341<P> 342 Feature is enabled by default.</div> 343<dl><dt><span class="strong">Since:</span></dt> 344 <dd>1.2</dd></dl> 345</li> 346</ul> 347<a name="AUTO_DETECT_SETTERS"> 348<!-- --> 349</a> 350<ul class="blockList"> 351<li class="blockList"> 352<h4>AUTO_DETECT_SETTERS</h4> 353<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> AUTO_DETECT_SETTERS</pre> 354<div class="block">Feature that determines whether "setter" methods are 355 automatically detected based on standard Bean naming convention 356 or not. If yes, then all public one-argument methods that 357 start with prefix "set" 358 are considered setters. If disabled, only methods explicitly 359 annotated are considered setters. 360<p> 361 Note that this feature has lower precedence than per-class 362 annotations, and is only used if there isn't more granular 363 configuration available. 364<P> 365 Feature is enabled by default.</div> 366</li> 367</ul> 368<a name="AUTO_DETECT_CREATORS"> 369<!-- --> 370</a> 371<ul class="blockList"> 372<li class="blockList"> 373<h4>AUTO_DETECT_CREATORS</h4> 374<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> AUTO_DETECT_CREATORS</pre> 375<div class="block">Feature that determines whether "creator" methods are 376 automatically detected by consider public constructors, 377 and static single argument methods with name "valueOf". 378 If disabled, only methods explicitly annotated are considered 379 creator methods (except for the no-arg default constructor which 380 is always considered a factory method). 381<p> 382 Note that this feature has lower precedence than per-class 383 annotations, and is only used if there isn't more granular 384 configuration available. 385<P> 386 Feature is enabled by default.</div> 387</li> 388</ul> 389<a name="AUTO_DETECT_FIELDS"> 390<!-- --> 391</a> 392<ul class="blockList"> 393<li class="blockList"> 394<h4>AUTO_DETECT_FIELDS</h4> 395<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> AUTO_DETECT_FIELDS</pre> 396<div class="block">Feature that determines whether non-static fields are recognized as 397 properties. 398 If yes, then all public member fields 399 are considered as properties. If disabled, only fields explicitly 400 annotated are considered property fields. 401<p> 402 Note that this feature has lower precedence than per-class 403 annotations, and is only used if there isn't more granular 404 configuration available. 405<P> 406 Feature is enabled by default.</div> 407<dl><dt><span class="strong">Since:</span></dt> 408 <dd>1.1</dd></dl> 409</li> 410</ul> 411<a name="USE_GETTERS_AS_SETTERS"> 412<!-- --> 413</a> 414<ul class="blockList"> 415<li class="blockList"> 416<h4>USE_GETTERS_AS_SETTERS</h4> 417<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> USE_GETTERS_AS_SETTERS</pre> 418<div class="block">Feature that determines whether otherwise regular "getter" 419 methods (but only ones that handle Collections and Maps, 420 not getters of other type) 421 can be used for purpose of getting a reference to a Collection 422 and Map to modify the property, without requiring a setter 423 method. 424 This is similar to how JAXB framework sets Collections and 425 Maps: no setter is involved, just setter. 426<p> 427 Note that such getters-as-setters methods have lower 428 precedence than setters, so they are only used if no 429 setter is found for the Map/Collection property. 430<p> 431 Feature is enabled by default.</div> 432</li> 433</ul> 434<a name="CAN_OVERRIDE_ACCESS_MODIFIERS"> 435<!-- --> 436</a> 437<ul class="blockList"> 438<li class="blockList"> 439<h4>CAN_OVERRIDE_ACCESS_MODIFIERS</h4> 440<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> CAN_OVERRIDE_ACCESS_MODIFIERS</pre> 441<div class="block">Feature that determines whether method and field access 442 modifier settings can be overridden when accessing 443 properties. If enabled, method 444 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/AccessibleObject.html?is-external=true#setAccessible(java.lang.reflect.AccessibleObject[], boolean)" title="class or interface in java.lang.reflect"><code>AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject[], boolean)</code></a> 445 may be called to enable access to otherwise unaccessible 446 objects.</div> 447</li> 448</ul> 449<a name="USE_BIG_DECIMAL_FOR_FLOATS"> 450<!-- --> 451</a> 452<ul class="blockList"> 453<li class="blockList"> 454<h4>USE_BIG_DECIMAL_FOR_FLOATS</h4> 455<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> USE_BIG_DECIMAL_FOR_FLOATS</pre> 456<div class="block">Feature that determines whether Json floating point numbers 457 are to be deserialized into <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math"><code>BigDecimal</code></a>s 458 if only generic type description (either <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a> or 459 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a>, or within untyped <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> 460 or <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> context) is available. 461 If enabled such values will be deserialized as <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math"><code>BigDecimal</code></a>s; 462 if disabled, will be deserialized as <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><code>Double</code></a>s. 463 <p> 464 Feature is disabled by default, meaning that "untyped" floating 465 point numbers will by default be deserialized as <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><code>Double</code></a>s 466 (choice is for performance reason -- BigDecimals are slower than 467 Doubles)</div> 468</li> 469</ul> 470<a name="USE_BIG_INTEGER_FOR_INTS"> 471<!-- --> 472</a> 473<ul class="blockList"> 474<li class="blockList"> 475<h4>USE_BIG_INTEGER_FOR_INTS</h4> 476<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> USE_BIG_INTEGER_FOR_INTS</pre> 477<div class="block">Feature that determines whether Json integral (non-floating-point) 478 numbers are to be deserialized into <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><code>BigInteger</code></a>s 479 if only generic type description (either <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a> or 480 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a>, or within untyped <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> 481 or <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> context) is available. 482 If enabled such values will be deserialized as 483 <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><code>BigInteger</code></a>s; 484 if disabled, will be deserialized as "smallest" available type, 485 which is either <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><code>Integer</code></a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang"><code>Long</code></a> or 486 <a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><code>BigInteger</code></a>, depending on number of digits. 487 <p> 488 Feature is disabled by default, meaning that "untyped" floating 489 point numbers will by default be deserialized using whatever 490 is the most compact integral type, to optimize efficiency.</div> 491</li> 492</ul> 493<a name="USE_JAVA_ARRAY_FOR_JSON_ARRAY"> 494<!-- --> 495</a> 496<ul class="blockList"> 497<li class="blockList"> 498<h4>USE_JAVA_ARRAY_FOR_JSON_ARRAY</h4> 499<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> USE_JAVA_ARRAY_FOR_JSON_ARRAY</pre> 500<div class="block">Feature that determines whether JSON Array is mapped to 501 <code>Object[]</code> or <code>List<Object></code> when binding 502 "untyped" objects (ones with nominal type of <code>java.lang.Object</code>). 503 If true, binds as <code>Object[]</code>; if false, as <code>List<Object></code>. 504<p> 505 Feature is disabled by default, meaning that JSON arrays are bound as 506 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a>s.</div> 507<dl><dt><span class="strong">Since:</span></dt> 508 <dd>1.9</dd></dl> 509</li> 510</ul> 511<a name="READ_ENUMS_USING_TO_STRING"> 512<!-- --> 513</a> 514<ul class="blockList"> 515<li class="blockList"> 516<h4>READ_ENUMS_USING_TO_STRING</h4> 517<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> READ_ENUMS_USING_TO_STRING</pre> 518<div class="block">Feature that determines standard deserialization mechanism used for 519 Enum values: if enabled, Enums are assumed to have been serialized using 520 return value of <code>Enum.toString()</code>; 521 if disabled, return value of <code>Enum.name()</code> is assumed to have been used. 522 Since pre-1.6 method was to use Enum name, this is the default. 523<p> 524 Note: this feature should usually have same value 525 as <a href="../../../../org/codehaus/jackson/map/SerializationConfig.Feature.html#WRITE_ENUMS_USING_TO_STRING"><code>SerializationConfig.Feature.WRITE_ENUMS_USING_TO_STRING</code></a>. 526<p> 527 For further details, check out [JACKSON-212]</div> 528<dl><dt><span class="strong">Since:</span></dt> 529 <dd>1.6</dd></dl> 530</li> 531</ul> 532<a name="FAIL_ON_UNKNOWN_PROPERTIES"> 533<!-- --> 534</a> 535<ul class="blockList"> 536<li class="blockList"> 537<h4>FAIL_ON_UNKNOWN_PROPERTIES</h4> 538<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> FAIL_ON_UNKNOWN_PROPERTIES</pre> 539<div class="block">Feature that determines whether encountering of unknown 540 properties (ones that do not map to a property, and there is 541 no "any setter" or handler that can handle it) 542 should result in a failure (by throwing a 543 <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map"><code>JsonMappingException</code></a>) or not. 544 This setting only takes effect after all other handling 545 methods for unknown properties have been tried, and 546 property remains unhandled. 547<p> 548 Feature is enabled by default, meaning that 549 <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map"><code>JsonMappingException</code></a> is thrown if an unknown property 550 is encountered. This is the implicit default prior to 551 introduction of the feature.</div> 552<dl><dt><span class="strong">Since:</span></dt> 553 <dd>1.2</dd></dl> 554</li> 555</ul> 556<a name="FAIL_ON_NULL_FOR_PRIMITIVES"> 557<!-- --> 558</a> 559<ul class="blockList"> 560<li class="blockList"> 561<h4>FAIL_ON_NULL_FOR_PRIMITIVES</h4> 562<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> FAIL_ON_NULL_FOR_PRIMITIVES</pre> 563<div class="block">Feature that determines whether encountering of JSON null 564 is an error when deserializing into Java primitive types 565 (like 'int' or 'double'). If it is, a JsonProcessingException 566 is thrown to indicate this; if not, default value is used 567 (0 for 'int', 0.0 for double, same defaulting as what JVM uses). 568<p> 569 Feature is disabled by default (to be consistent with behavior 570 of Jackson 1.6), 571 i.e. to allow use of nulls for primitive properties.</div> 572<dl><dt><span class="strong">Since:</span></dt> 573 <dd>1.7</dd></dl> 574</li> 575</ul> 576<a name="FAIL_ON_NUMBERS_FOR_ENUMS"> 577<!-- --> 578</a> 579<ul class="blockList"> 580<li class="blockList"> 581<h4>FAIL_ON_NUMBERS_FOR_ENUMS</h4> 582<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> FAIL_ON_NUMBERS_FOR_ENUMS</pre> 583<div class="block">Feature that determines whether JSON integer numbers are valid 584 values to be used for deserializing Java enum values. 585 If set to 'false' numbers are acceptable and are used to map to 586 ordinal() of matching enumeration value; if 'true', numbers are 587 not allowed and a <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map"><code>JsonMappingException</code></a> will be thrown. 588 Latter behavior makes sense if there is concern that accidental 589 mapping from integer values to enums might happen (and when enums 590 are always serialized as JSON Strings) 591<p> 592 Feature is disabled by default (to be consistent with behavior 593 of Jackson 1.6), 594 i.e. to allow use of JSON integers for Java enums.</div> 595<dl><dt><span class="strong">Since:</span></dt> 596 <dd>1.7</dd></dl> 597</li> 598</ul> 599<a name="WRAP_EXCEPTIONS"> 600<!-- --> 601</a> 602<ul class="blockList"> 603<li class="blockList"> 604<h4>WRAP_EXCEPTIONS</h4> 605<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> WRAP_EXCEPTIONS</pre> 606<div class="block">Feature that determines whether Jackson code should catch 607 and wrap <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><code>Exception</code></a>s (but never <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><code>Error</code></a>s!) 608 to add additional information about 609 location (within input) of problem or not. If enabled, 610 most exceptions will be caught and re-thrown (exception 611 specifically being that <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>s may be passed 612 as is, since they are declared as throwable); this can be 613 convenient both in that all exceptions will be checked and 614 declared, and so there is more contextual information. 615 However, sometimes calling application may just want "raw" 616 unchecked exceptions passed as is. 617<p> 618 Feature is enabled by default, and is similar in behavior 619 to default prior to 1.7.</div> 620<dl><dt><span class="strong">Since:</span></dt> 621 <dd>1.7</dd></dl> 622</li> 623</ul> 624<a name="ACCEPT_SINGLE_VALUE_AS_ARRAY"> 625<!-- --> 626</a> 627<ul class="blockList"> 628<li class="blockList"> 629<h4>ACCEPT_SINGLE_VALUE_AS_ARRAY</h4> 630<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> ACCEPT_SINGLE_VALUE_AS_ARRAY</pre> 631<div class="block">Feature that determines whether it is acceptable to coerce non-array 632 (in JSON) values to work with Java collection (arrays, java.util.Collection) 633 types. If enabled, collection deserializers will try to handle non-array 634 values as if they had "implicit" surrounding JSON array. 635 This feature is meant to be used for compatibility/interoperability reasons, 636 to work with packages (such as XML-to-JSON converters) that leave out JSON 637 array in cases where there is just a single element in array.</div> 638<dl><dt><span class="strong">Since:</span></dt> 639 <dd>1.8</dd></dl> 640</li> 641</ul> 642<a name="UNWRAP_ROOT_VALUE"> 643<!-- --> 644</a> 645<ul class="blockList"> 646<li class="blockList"> 647<h4>UNWRAP_ROOT_VALUE</h4> 648<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> UNWRAP_ROOT_VALUE</pre> 649<div class="block">Feature to allow "unwrapping" root-level JSON value, to match setting of 650 <a href="../../../../org/codehaus/jackson/map/SerializationConfig.Feature.html#WRAP_ROOT_VALUE"><code>SerializationConfig.Feature.WRAP_ROOT_VALUE</code></a> used for serialization. 651 Will verify that the root JSON value is a JSON Object, and that it has 652 a single property with expected root name. If not, a 653 <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map"><code>JsonMappingException</code></a> is thrown; otherwise value of the wrapped property 654 will be deserialized as if it was the root value.</div> 655<dl><dt><span class="strong">Since:</span></dt> 656 <dd>1.9</dd></dl> 657</li> 658</ul> 659<a name="ACCEPT_EMPTY_STRING_AS_NULL_OBJECT"> 660<!-- --> 661</a> 662<ul class="blockListLast"> 663<li class="blockList"> 664<h4>ACCEPT_EMPTY_STRING_AS_NULL_OBJECT</h4> 665<pre>public static final <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> ACCEPT_EMPTY_STRING_AS_NULL_OBJECT</pre> 666<div class="block">Feature that can be enabled to allow JSON empty String 667 value ("") to be bound to POJOs as null. 668 If disabled, standard POJOs can only be bound from JSON null or 669 JSON Object (standard meaning that no custom deserializers or 670 constructors are defined; both of which can add support for other 671 kinds of JSON values); if enable, empty JSON String can be taken 672 to be equivalent of JSON null.</div> 673<dl><dt><span class="strong">Since:</span></dt> 674 <dd>1.8</dd></dl> 675</li> 676</ul> 677</li> 678</ul> 679<!-- ============ METHOD DETAIL ========== --> 680<ul class="blockList"> 681<li class="blockList"><a name="method_detail"> 682<!-- --> 683</a> 684<h3>Method Detail</h3> 685<a name="values()"> 686<!-- --> 687</a> 688<ul class="blockList"> 689<li class="blockList"> 690<h4>values</h4> 691<pre>public static <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a>[] values()</pre> 692<div class="block">Returns an array containing the constants of this enum type, in 693the order they are declared. This method may be used to iterate 694over the constants as follows: 695<pre> 696for (DeserializationConfig.Feature c : DeserializationConfig.Feature.values()) 697 System.out.println(c); 698</pre></div> 699<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in 700the order they are declared</dd></dl> 701</li> 702</ul> 703<a name="valueOf(java.lang.String)"> 704<!-- --> 705</a> 706<ul class="blockList"> 707<li class="blockList"> 708<h4>valueOf</h4> 709<pre>public static <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.Feature.html" title="enum in org.codehaus.jackson.map">DeserializationConfig.Feature</a> valueOf(<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> 710<div class="block">Returns the enum constant of this type with the specified name. 711The string must match <i>exactly</i> an identifier used to declare an 712enum constant in this type. (Extraneous whitespace characters are 713not permitted.)</div> 714<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> 715<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> 716<dt><span class="strong">Throws:</span></dt> 717<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant 718with the specified name</dd> 719<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl> 720</li> 721</ul> 722<a name="enabledByDefault()"> 723<!-- --> 724</a> 725<ul class="blockList"> 726<li class="blockList"> 727<h4>enabledByDefault</h4> 728<pre>public boolean enabledByDefault()</pre> 729<div class="block"><strong>Description copied from interface: <code><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html#enabledByDefault()">MapperConfig.ConfigFeature</a></code></strong></div> 730<div class="block">Accessor for checking whether this feature is enabled by default.</div> 731<dl> 732<dt><strong>Specified by:</strong></dt> 733<dd><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html#enabledByDefault()">enabledByDefault</a></code> in interface <code><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html" title="interface in org.codehaus.jackson.map">MapperConfig.ConfigFeature</a></code></dd> 734</dl> 735</li> 736</ul> 737<a name="getMask()"> 738<!-- --> 739</a> 740<ul class="blockListLast"> 741<li class="blockList"> 742<h4>getMask</h4> 743<pre>public int getMask()</pre> 744<div class="block"><strong>Description copied from interface: <code><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html#getMask()">MapperConfig.ConfigFeature</a></code></strong></div> 745<div class="block">Returns bit mask for this feature instance</div> 746<dl> 747<dt><strong>Specified by:</strong></dt> 748<dd><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html#getMask()">getMask</a></code> in interface <code><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html" title="interface in org.codehaus.jackson.map">MapperConfig.ConfigFeature</a></code></dd> 749</dl> 750</li> 751</ul> 752</li> 753</ul> 754</li> 755</ul> 756</div> 757</div> 758<!-- ========= END OF CLASS DATA ========= --> 759<!-- ======= START OF BOTTOM NAVBAR ====== --> 760<div class="bottomNav"><a name="navbar_bottom"> 761<!-- --> 762</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 763<!-- --> 764</a> 765<ul class="navList" title="Navigation"> 766<li><a href="../../../../overview-summary.html">Overview</a></li> 767<li><a href="package-summary.html">Package</a></li> 768<li class="navBarCell1Rev">Class</li> 769<li><a href="class-use/DeserializationConfig.Feature.html">Use</a></li> 770<li><a href="package-tree.html">Tree</a></li> 771<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 772<li><a href="../../../../index-all.html">Index</a></li> 773<li><a href="../../../../help-doc.html">Help</a></li> 774</ul> 775</div> 776<div class="subNav"> 777<ul class="navList"> 778<li><a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map"><span class="strong">Prev Class</span></a></li> 779<li><a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map"><span class="strong">Next Class</span></a></li> 780</ul> 781<ul class="navList"> 782<li><a href="../../../../index.html?org/codehaus/jackson/map/DeserializationConfig.Feature.html" target="_top">Frames</a></li> 783<li><a href="DeserializationConfig.Feature.html" target="_top">No Frames</a></li> 784</ul> 785<ul class="navList" id="allclasses_navbar_bottom"> 786<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 787</ul> 788<div> 789<script type="text/javascript"><!-- 790 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 791 if(window==top) { 792 allClassesLink.style.display = "block"; 793 } 794 else { 795 allClassesLink.style.display = "none"; 796 } 797 //--> 798</script> 799</div> 800<div> 801<ul class="subNavList"> 802<li>Summary: </li> 803<li>Nested | </li> 804<li><a href="#enum_constant_summary">Enum Constants</a> | </li> 805<li>Field | </li> 806<li><a href="#method_summary">Method</a></li> 807</ul> 808<ul class="subNavList"> 809<li>Detail: </li> 810<li><a href="#enum_constant_detail">Enum Constants</a> | </li> 811<li>Field | </li> 812<li><a href="#method_detail">Method</a></li> 813</ul> 814</div> 815<a name="skip-navbar_bottom"> 816<!-- --> 817</a></div> 818<!-- ======== END OF BOTTOM NAVBAR ======= --> 819</body> 820</html> 821