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_67) on Thu Jul 16 17:03:17 PDT 2015 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>SimpleObjectIdResolver (Jackson-annotations 2.6.0 API)</title> 8<meta name="date" content="2015-07-16"> 9<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 10</head> 11<body> 12<script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="SimpleObjectIdResolver (Jackson-annotations 2.6.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="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 29<li class="navBarCell1Rev">Class</li> 30<li><a href="class-use/SimpleObjectIdResolver.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="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">Prev Class</span></a></li> 40<li>Next Class</li> 41</ul> 42<ul class="navList"> 43<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" target="_top">Frames</a></li> 44<li><a href="SimpleObjectIdResolver.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="#field_summary">Field</a> | </li> 66<li><a href="#constructor_summary">Constr</a> | </li> 67<li><a href="#method_summary">Method</a></li> 68</ul> 69<ul class="subNavList"> 70<li>Detail: </li> 71<li><a href="#field_detail">Field</a> | </li> 72<li><a href="#constructor_detail">Constr</a> | </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">com.fasterxml.jackson.annotation</div> 83<h2 title="Class SimpleObjectIdResolver" class="title">Class SimpleObjectIdResolver</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>com.fasterxml.jackson.annotation.SimpleObjectIdResolver</li> 91</ul> 92</li> 93</ul> 94<div class="description"> 95<ul class="blockList"> 96<li class="blockList"> 97<dl> 98<dt>All Implemented Interfaces:</dt> 99<dd><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></dd> 100</dl> 101<hr> 102<br> 103<pre>public class <span class="strong">SimpleObjectIdResolver</span> 104extends <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> 105implements <a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></pre> 106<div class="block">Simple implementation of <a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation"><code>ObjectIdResolver</code></a></div> 107<dl><dt><span class="strong">Author:</span></dt> 108 <dd>Pascal Gélinas</dd></dl> 109</li> 110</ul> 111</div> 112<div class="summary"> 113<ul class="blockList"> 114<li class="blockList"> 115<!-- =========== FIELD SUMMARY =========== --> 116<ul class="blockList"> 117<li class="blockList"><a name="field_summary"> 118<!-- --> 119</a> 120<h3>Field Summary</h3> 121<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 122<caption><span>Fields</span><span class="tabEnd"> </span></caption> 123<tr> 124<th class="colFirst" scope="col">Modifier and Type</th> 125<th class="colLast" scope="col">Field and Description</th> 126</tr> 127<tr class="altColor"> 128<td class="colFirst"><code>protected <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="../../../../com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a>,<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>></code></td> 129<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#_items">_items</a></strong></code> </td> 130</tr> 131</table> 132</li> 133</ul> 134<!-- ======== CONSTRUCTOR SUMMARY ======== --> 135<ul class="blockList"> 136<li class="blockList"><a name="constructor_summary"> 137<!-- --> 138</a> 139<h3>Constructor Summary</h3> 140<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 141<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 142<tr> 143<th class="colOne" scope="col">Constructor and Description</th> 144</tr> 145<tr class="altColor"> 146<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#SimpleObjectIdResolver()">SimpleObjectIdResolver</a></strong>()</code> </td> 147</tr> 148</table> 149</li> 150</ul> 151<!-- ========== METHOD SUMMARY =========== --> 152<ul class="blockList"> 153<li class="blockList"><a name="method_summary"> 154<!-- --> 155</a> 156<h3>Method Summary</h3> 157<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 158<caption><span>Methods</span><span class="tabEnd"> </span></caption> 159<tr> 160<th class="colFirst" scope="col">Modifier and Type</th> 161<th class="colLast" scope="col">Method and Description</th> 162</tr> 163<tr class="altColor"> 164<td class="colFirst"><code>void</code></td> 165<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#bindItem(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey,%20java.lang.Object)">bindItem</a></strong>(<a href="../../../../com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a> id, 166 <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> ob)</code> 167<div class="block">Method called when a POJO is deserialized and has an Object Identifier.</div> 168</td> 169</tr> 170<tr class="rowColor"> 171<td class="colFirst"><code>boolean</code></td> 172<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdResolver)">canUseFor</a></strong>(<a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a> resolverType)</code> 173<div class="block">Method called to check whether this resolver instance can be used for 174 Object Ids of specific resolver type; determination is based by passing a 175 configured "blueprint" (prototype) instance; from which the actual 176 instances are created (using <a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#newForDeserialization(java.lang.Object)"><code>ObjectIdResolver.newForDeserialization(java.lang.Object)</code></a>).</div> 177</td> 178</tr> 179<tr class="altColor"> 180<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></code></td> 181<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#newForDeserialization(java.lang.Object)">newForDeserialization</a></strong>(<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> context)</code> 182<div class="block">Factory method called to create a new instance to use for 183 deserialization: needed since resolvers may have state (a pool of 184 objects).</div> 185</td> 186</tr> 187<tr class="rowColor"> 188<td class="colFirst"><code><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></code></td> 189<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#resolveId(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey)">resolveId</a></strong>(<a href="../../../../com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a> id)</code> 190<div class="block">Method called when deserialization encounters the given Object Identifier 191 and requires the POJO associated with it.</div> 192</td> 193</tr> 194</table> 195<ul class="blockList"> 196<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 197<!-- --> 198</a> 199<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> 200<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,%20int)" title="class or interface in java.lang">wait</a></code></li> 201</ul> 202</li> 203</ul> 204</li> 205</ul> 206</div> 207<div class="details"> 208<ul class="blockList"> 209<li class="blockList"> 210<!-- ============ FIELD DETAIL =========== --> 211<ul class="blockList"> 212<li class="blockList"><a name="field_detail"> 213<!-- --> 214</a> 215<h3>Field Detail</h3> 216<a name="_items"> 217<!-- --> 218</a> 219<ul class="blockListLast"> 220<li class="blockList"> 221<h4>_items</h4> 222<pre>protected <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="../../../../com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a>,<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>> _items</pre> 223</li> 224</ul> 225</li> 226</ul> 227<!-- ========= CONSTRUCTOR DETAIL ======== --> 228<ul class="blockList"> 229<li class="blockList"><a name="constructor_detail"> 230<!-- --> 231</a> 232<h3>Constructor Detail</h3> 233<a name="SimpleObjectIdResolver()"> 234<!-- --> 235</a> 236<ul class="blockListLast"> 237<li class="blockList"> 238<h4>SimpleObjectIdResolver</h4> 239<pre>public SimpleObjectIdResolver()</pre> 240</li> 241</ul> 242</li> 243</ul> 244<!-- ============ METHOD DETAIL ========== --> 245<ul class="blockList"> 246<li class="blockList"><a name="method_detail"> 247<!-- --> 248</a> 249<h3>Method Detail</h3> 250<a name="bindItem(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey, java.lang.Object)"> 251<!-- --> 252</a> 253<ul class="blockList"> 254<li class="blockList"> 255<h4>bindItem</h4> 256<pre>public void bindItem(<a href="../../../../com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a> id, 257 <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> ob)</pre> 258<div class="block"><strong>Description copied from interface: <code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#bindItem(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey,%20java.lang.Object)">ObjectIdResolver</a></code></strong></div> 259<div class="block">Method called when a POJO is deserialized and has an Object Identifier. 260 Method exists so that implementation can keep track of existing object in 261 JSON stream that could be useful for further resolution.</div> 262<dl> 263<dt><strong>Specified by:</strong></dt> 264<dd><code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#bindItem(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey,%20java.lang.Object)">bindItem</a></code> in interface <code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></code></dd> 265<dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - The Object Identifer</dd><dd><code>ob</code> - The POJO associated to that Identifier</dd></dl> 266</li> 267</ul> 268<a name="resolveId(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey)"> 269<!-- --> 270</a> 271<ul class="blockList"> 272<li class="blockList"> 273<h4>resolveId</h4> 274<pre>public <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> resolveId(<a href="../../../../com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a> id)</pre> 275<div class="block"><strong>Description copied from interface: <code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#resolveId(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey)">ObjectIdResolver</a></code></strong></div> 276<div class="block">Method called when deserialization encounters the given Object Identifier 277 and requires the POJO associated with it.</div> 278<dl> 279<dt><strong>Specified by:</strong></dt> 280<dd><code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#resolveId(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey)">resolveId</a></code> in interface <code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></code></dd> 281<dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - The Object Identifier</dd> 282<dt><span class="strong">Returns:</span></dt><dd>The POJO, or null if unable to resolve.</dd></dl> 283</li> 284</ul> 285<a name="canUseFor(com.fasterxml.jackson.annotation.ObjectIdResolver)"> 286<!-- --> 287</a> 288<ul class="blockList"> 289<li class="blockList"> 290<h4>canUseFor</h4> 291<pre>public boolean canUseFor(<a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a> resolverType)</pre> 292<div class="block"><strong>Description copied from interface: <code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdResolver)">ObjectIdResolver</a></code></strong></div> 293<div class="block">Method called to check whether this resolver instance can be used for 294 Object Ids of specific resolver type; determination is based by passing a 295 configured "blueprint" (prototype) instance; from which the actual 296 instances are created (using <a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#newForDeserialization(java.lang.Object)"><code>ObjectIdResolver.newForDeserialization(java.lang.Object)</code></a>).</div> 297<dl> 298<dt><strong>Specified by:</strong></dt> 299<dd><code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdResolver)">canUseFor</a></code> in interface <code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></code></dd> 300<dt><span class="strong">Returns:</span></dt><dd>True if this instance can be used as-is; false if not</dd></dl> 301</li> 302</ul> 303<a name="newForDeserialization(java.lang.Object)"> 304<!-- --> 305</a> 306<ul class="blockListLast"> 307<li class="blockList"> 308<h4>newForDeserialization</h4> 309<pre>public <a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a> newForDeserialization(<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> context)</pre> 310<div class="block"><strong>Description copied from interface: <code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#newForDeserialization(java.lang.Object)">ObjectIdResolver</a></code></strong></div> 311<div class="block">Factory method called to create a new instance to use for 312 deserialization: needed since resolvers may have state (a pool of 313 objects). 314 <p> 315 Note that actual type of 'context' is 316 <code>com.fasterxml.jackson.databind.DeserializationContext</code>, but 317 can not be declared here as type itself (as well as call to this object) 318 comes from databind package.</div> 319<dl> 320<dt><strong>Specified by:</strong></dt> 321<dd><code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html#newForDeserialization(java.lang.Object)">newForDeserialization</a></code> in interface <code><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></code></dd> 322<dt><span class="strong">Parameters:</span></dt><dd><code>context</code> - Deserialization context object used (of type 323 <code>com.fasterxml.jackson.databind.DeserializationContext</code> 324 ; may be needed by more complex resolvers to access contextual 325 information such as configuration.</dd></dl> 326</li> 327</ul> 328</li> 329</ul> 330</li> 331</ul> 332</div> 333</div> 334<!-- ========= END OF CLASS DATA ========= --> 335<!-- ======= START OF BOTTOM NAVBAR ====== --> 336<div class="bottomNav"><a name="navbar_bottom"> 337<!-- --> 338</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 339<!-- --> 340</a> 341<ul class="navList" title="Navigation"> 342<li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 343<li class="navBarCell1Rev">Class</li> 344<li><a href="class-use/SimpleObjectIdResolver.html">Use</a></li> 345<li><a href="package-tree.html">Tree</a></li> 346<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 347<li><a href="../../../../index-all.html">Index</a></li> 348<li><a href="../../../../help-doc.html">Help</a></li> 349</ul> 350</div> 351<div class="subNav"> 352<ul class="navList"> 353<li><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">Prev Class</span></a></li> 354<li>Next Class</li> 355</ul> 356<ul class="navList"> 357<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" target="_top">Frames</a></li> 358<li><a href="SimpleObjectIdResolver.html" target="_top">No Frames</a></li> 359</ul> 360<ul class="navList" id="allclasses_navbar_bottom"> 361<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 362</ul> 363<div> 364<script type="text/javascript"><!-- 365 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 366 if(window==top) { 367 allClassesLink.style.display = "block"; 368 } 369 else { 370 allClassesLink.style.display = "none"; 371 } 372 //--> 373</script> 374</div> 375<div> 376<ul class="subNavList"> 377<li>Summary: </li> 378<li>Nested | </li> 379<li><a href="#field_summary">Field</a> | </li> 380<li><a href="#constructor_summary">Constr</a> | </li> 381<li><a href="#method_summary">Method</a></li> 382</ul> 383<ul class="subNavList"> 384<li>Detail: </li> 385<li><a href="#field_detail">Field</a> | </li> 386<li><a href="#constructor_detail">Constr</a> | </li> 387<li><a href="#method_detail">Method</a></li> 388</ul> 389</div> 390<a name="skip-navbar_bottom"> 391<!-- --> 392</a></div> 393<!-- ======== END OF BOTTOM NAVBAR ======= --> 394<p class="legalCopy"><small>Copyright © 2014–2015 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 395</body> 396</html> 397