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:21 PDT 2013 --> 6<title>JsonMethod (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="JsonMethod (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/JsonMethod.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/annotate/JsonManagedReference.html" title="annotation in org.codehaus.jackson.annotate"><span class="strong">Prev Class</span></a></li> 40<li><a href="../../../../org/codehaus/jackson/annotate/JsonProperty.html" title="annotation in org.codehaus.jackson.annotate"><span class="strong">Next Class</span></a></li> 41</ul> 42<ul class="navList"> 43<li><a href="../../../../index.html?org/codehaus/jackson/annotate/JsonMethod.html" target="_top">Frames</a></li> 44<li><a href="JsonMethod.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.annotate</div> 83<h2 title="Enum JsonMethod" class="title">Enum JsonMethod</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/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a>></li> 91<li> 92<ul class="inheritance"> 93<li>org.codehaus.jackson.annotate.JsonMethod</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/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a>></dd> 105</dl> 106<hr> 107<br> 108<pre>public enum <span class="strong">JsonMethod</span> 109extends <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/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a>></pre> 110<div class="block">Enumeration used to define kinds of methods that annotations like 111 <a href="../../../../org/codehaus/jackson/annotate/JsonAutoDetect.html" title="annotation in org.codehaus.jackson.annotate"><code>JsonAutoDetect</code></a> apply to. 112<p> 113 In addition to actual method types (GETTER, SETTER, CREATOR; and 114 sort-of-method, FIELD), 2 pseudo-types 115 are defined for convenience: <code>ALWAYS</code> and <code>NONE</code>. These 116 can be used to indicate, all or none of available method types (respectively), 117 for use by annotations that takes <code>JsonMethod</code> argument.</div> 118</li> 119</ul> 120</div> 121<div class="summary"> 122<ul class="blockList"> 123<li class="blockList"> 124<!-- =========== ENUM CONSTANT SUMMARY =========== --> 125<ul class="blockList"> 126<li class="blockList"><a name="enum_constant_summary"> 127<!-- --> 128</a> 129<h3>Enum Constant Summary</h3> 130<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> 131<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> 132<tr> 133<th class="colOne" scope="col">Enum Constant and Description</th> 134</tr> 135<tr class="altColor"> 136<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#ALL">ALL</a></strong></code> 137<div class="block">This pseudo-type indicates that all of real types are included</div> 138</td> 139</tr> 140<tr class="rowColor"> 141<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#CREATOR">CREATOR</a></strong></code> 142<div class="block">Creators are constructors and (static) factory methods used to 143 construct POJO instances for deserialization</div> 144</td> 145</tr> 146<tr class="altColor"> 147<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#FIELD">FIELD</a></strong></code> 148<div class="block">Field refers to fields of regular Java objects.</div> 149</td> 150</tr> 151<tr class="rowColor"> 152<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#GETTER">GETTER</a></strong></code> 153<div class="block">Getters are methods used to get a POJO field value for serialization, 154 or, under certain conditions also for de-serialization.</div> 155</td> 156</tr> 157<tr class="altColor"> 158<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#IS_GETTER">IS_GETTER</a></strong></code> 159<div class="block">"Is getters" are getter-like methods that are named "isXxx" 160 (instead of "getXxx" for getters) and return boolean value 161 (either primitive, or <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>).</div> 162</td> 163</tr> 164<tr class="rowColor"> 165<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#NONE">NONE</a></strong></code> 166<div class="block">This pseudo-type indicates that none of real types is included</div> 167</td> 168</tr> 169<tr class="altColor"> 170<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#SETTER">SETTER</a></strong></code> 171<div class="block">Setters are methods used to set a POJO value for deserialization.</div> 172</td> 173</tr> 174</table> 175</li> 176</ul> 177<!-- ========== METHOD SUMMARY =========== --> 178<ul class="blockList"> 179<li class="blockList"><a name="method_summary"> 180<!-- --> 181</a> 182<h3>Method Summary</h3> 183<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 184<caption><span>Methods</span><span class="tabEnd"> </span></caption> 185<tr> 186<th class="colFirst" scope="col">Modifier and Type</th> 187<th class="colLast" scope="col">Method and Description</th> 188</tr> 189<tr class="altColor"> 190<td class="colFirst"><code>boolean</code></td> 191<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#creatorEnabled()">creatorEnabled</a></strong>()</code> </td> 192</tr> 193<tr class="rowColor"> 194<td class="colFirst"><code>boolean</code></td> 195<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#fieldEnabled()">fieldEnabled</a></strong>()</code> </td> 196</tr> 197<tr class="altColor"> 198<td class="colFirst"><code>boolean</code></td> 199<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#getterEnabled()">getterEnabled</a></strong>()</code> </td> 200</tr> 201<tr class="rowColor"> 202<td class="colFirst"><code>boolean</code></td> 203<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#isGetterEnabled()">isGetterEnabled</a></strong>()</code> </td> 204</tr> 205<tr class="altColor"> 206<td class="colFirst"><code>boolean</code></td> 207<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#setterEnabled()">setterEnabled</a></strong>()</code> </td> 208</tr> 209<tr class="rowColor"> 210<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a></code></td> 211<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.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> 212<div class="block">Returns the enum constant of this type with the specified name.</div> 213</td> 214</tr> 215<tr class="altColor"> 216<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a>[]</code></td> 217<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#values()">values</a></strong>()</code> 218<div class="block">Returns an array containing the constants of this enum type, in 219the order they are declared.</div> 220</td> 221</tr> 222</table> 223<ul class="blockList"> 224<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> 225<!-- --> 226</a> 227<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> 228<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> 229</ul> 230<ul class="blockList"> 231<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 232<!-- --> 233</a> 234<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> 235<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> 236</ul> 237</li> 238</ul> 239</li> 240</ul> 241</div> 242<div class="details"> 243<ul class="blockList"> 244<li class="blockList"> 245<!-- ============ ENUM CONSTANT DETAIL =========== --> 246<ul class="blockList"> 247<li class="blockList"><a name="enum_constant_detail"> 248<!-- --> 249</a> 250<h3>Enum Constant Detail</h3> 251<a name="GETTER"> 252<!-- --> 253</a> 254<ul class="blockList"> 255<li class="blockList"> 256<h4>GETTER</h4> 257<pre>public static final <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a> GETTER</pre> 258<div class="block">Getters are methods used to get a POJO field value for serialization, 259 or, under certain conditions also for de-serialization. Latter 260 can be used for effectively setting Collection or Map values 261 in absence of setters, iff returned value is not a copy but 262 actual value of the logical property. 263<p> 264 Since version 1.3, this does <b>NOT</b> include "is getters" (methods 265 that return boolean and named 'isXxx' for property 'xxx'); instead, 266 <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html#IS_GETTER"><code>IS_GETTER</code></a> is used}.</div> 267</li> 268</ul> 269<a name="SETTER"> 270<!-- --> 271</a> 272<ul class="blockList"> 273<li class="blockList"> 274<h4>SETTER</h4> 275<pre>public static final <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a> SETTER</pre> 276<div class="block">Setters are methods used to set a POJO value for deserialization.</div> 277</li> 278</ul> 279<a name="CREATOR"> 280<!-- --> 281</a> 282<ul class="blockList"> 283<li class="blockList"> 284<h4>CREATOR</h4> 285<pre>public static final <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a> CREATOR</pre> 286<div class="block">Creators are constructors and (static) factory methods used to 287 construct POJO instances for deserialization</div> 288</li> 289</ul> 290<a name="FIELD"> 291<!-- --> 292</a> 293<ul class="blockList"> 294<li class="blockList"> 295<h4>FIELD</h4> 296<pre>public static final <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a> FIELD</pre> 297<div class="block">Field refers to fields of regular Java objects. Although 298 they are not really methods, addition of optional field-discovery 299 in version 1.1 meant that there was need to enable/disable 300 their auto-detection, and this is the place to add it in.</div> 301<dl><dt><span class="strong">Since:</span></dt> 302 <dd>1.1</dd></dl> 303</li> 304</ul> 305<a name="IS_GETTER"> 306<!-- --> 307</a> 308<ul class="blockList"> 309<li class="blockList"> 310<h4>IS_GETTER</h4> 311<pre>public static final <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a> IS_GETTER</pre> 312<div class="block">"Is getters" are getter-like methods that are named "isXxx" 313 (instead of "getXxx" for getters) and return boolean value 314 (either primitive, or <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>).</div> 315<dl><dt><span class="strong">Since:</span></dt> 316 <dd>1.3</dd></dl> 317</li> 318</ul> 319<a name="NONE"> 320<!-- --> 321</a> 322<ul class="blockList"> 323<li class="blockList"> 324<h4>NONE</h4> 325<pre>public static final <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a> NONE</pre> 326<div class="block">This pseudo-type indicates that none of real types is included</div> 327</li> 328</ul> 329<a name="ALL"> 330<!-- --> 331</a> 332<ul class="blockListLast"> 333<li class="blockList"> 334<h4>ALL</h4> 335<pre>public static final <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a> ALL</pre> 336<div class="block">This pseudo-type indicates that all of real types are included</div> 337</li> 338</ul> 339</li> 340</ul> 341<!-- ============ METHOD DETAIL ========== --> 342<ul class="blockList"> 343<li class="blockList"><a name="method_detail"> 344<!-- --> 345</a> 346<h3>Method Detail</h3> 347<a name="values()"> 348<!-- --> 349</a> 350<ul class="blockList"> 351<li class="blockList"> 352<h4>values</h4> 353<pre>public static <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a>[] values()</pre> 354<div class="block">Returns an array containing the constants of this enum type, in 355the order they are declared. This method may be used to iterate 356over the constants as follows: 357<pre> 358for (JsonMethod c : JsonMethod.values()) 359 System.out.println(c); 360</pre></div> 361<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in 362the order they are declared</dd></dl> 363</li> 364</ul> 365<a name="valueOf(java.lang.String)"> 366<!-- --> 367</a> 368<ul class="blockList"> 369<li class="blockList"> 370<h4>valueOf</h4> 371<pre>public static <a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</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> 372<div class="block">Returns the enum constant of this type with the specified name. 373The string must match <i>exactly</i> an identifier used to declare an 374enum constant in this type. (Extraneous whitespace characters are 375not permitted.)</div> 376<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> 377<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> 378<dt><span class="strong">Throws:</span></dt> 379<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 380with the specified name</dd> 381<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> 382</li> 383</ul> 384<a name="creatorEnabled()"> 385<!-- --> 386</a> 387<ul class="blockList"> 388<li class="blockList"> 389<h4>creatorEnabled</h4> 390<pre>public boolean creatorEnabled()</pre> 391</li> 392</ul> 393<a name="getterEnabled()"> 394<!-- --> 395</a> 396<ul class="blockList"> 397<li class="blockList"> 398<h4>getterEnabled</h4> 399<pre>public boolean getterEnabled()</pre> 400</li> 401</ul> 402<a name="isGetterEnabled()"> 403<!-- --> 404</a> 405<ul class="blockList"> 406<li class="blockList"> 407<h4>isGetterEnabled</h4> 408<pre>public boolean isGetterEnabled()</pre> 409</li> 410</ul> 411<a name="setterEnabled()"> 412<!-- --> 413</a> 414<ul class="blockList"> 415<li class="blockList"> 416<h4>setterEnabled</h4> 417<pre>public boolean setterEnabled()</pre> 418</li> 419</ul> 420<a name="fieldEnabled()"> 421<!-- --> 422</a> 423<ul class="blockListLast"> 424<li class="blockList"> 425<h4>fieldEnabled</h4> 426<pre>public boolean fieldEnabled()</pre> 427</li> 428</ul> 429</li> 430</ul> 431</li> 432</ul> 433</div> 434</div> 435<!-- ========= END OF CLASS DATA ========= --> 436<!-- ======= START OF BOTTOM NAVBAR ====== --> 437<div class="bottomNav"><a name="navbar_bottom"> 438<!-- --> 439</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 440<!-- --> 441</a> 442<ul class="navList" title="Navigation"> 443<li><a href="../../../../overview-summary.html">Overview</a></li> 444<li><a href="package-summary.html">Package</a></li> 445<li class="navBarCell1Rev">Class</li> 446<li><a href="class-use/JsonMethod.html">Use</a></li> 447<li><a href="package-tree.html">Tree</a></li> 448<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 449<li><a href="../../../../index-all.html">Index</a></li> 450<li><a href="../../../../help-doc.html">Help</a></li> 451</ul> 452</div> 453<div class="subNav"> 454<ul class="navList"> 455<li><a href="../../../../org/codehaus/jackson/annotate/JsonManagedReference.html" title="annotation in org.codehaus.jackson.annotate"><span class="strong">Prev Class</span></a></li> 456<li><a href="../../../../org/codehaus/jackson/annotate/JsonProperty.html" title="annotation in org.codehaus.jackson.annotate"><span class="strong">Next Class</span></a></li> 457</ul> 458<ul class="navList"> 459<li><a href="../../../../index.html?org/codehaus/jackson/annotate/JsonMethod.html" target="_top">Frames</a></li> 460<li><a href="JsonMethod.html" target="_top">No Frames</a></li> 461</ul> 462<ul class="navList" id="allclasses_navbar_bottom"> 463<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 464</ul> 465<div> 466<script type="text/javascript"><!-- 467 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 468 if(window==top) { 469 allClassesLink.style.display = "block"; 470 } 471 else { 472 allClassesLink.style.display = "none"; 473 } 474 //--> 475</script> 476</div> 477<div> 478<ul class="subNavList"> 479<li>Summary: </li> 480<li>Nested | </li> 481<li><a href="#enum_constant_summary">Enum Constants</a> | </li> 482<li>Field | </li> 483<li><a href="#method_summary">Method</a></li> 484</ul> 485<ul class="subNavList"> 486<li>Detail: </li> 487<li><a href="#enum_constant_detail">Enum Constants</a> | </li> 488<li>Field | </li> 489<li><a href="#method_detail">Method</a></li> 490</ul> 491</div> 492<a name="skip-navbar_bottom"> 493<!-- --> 494</a></div> 495<!-- ======== END OF BOTTOM NAVBAR ======= --> 496</body> 497</html> 498