1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_25) on Thu May 29 09:45:53 PDT 2014 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>Index (Jackson-annotations 2.4.0 API)</title> 8<meta name="date" content="2014-05-29"> 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="Index (Jackson-annotations 2.4.0 API)"; 15 } 16//--> 17</script> 18<noscript> 19<div>JavaScript is disabled on your browser.</div> 20</noscript> 21<!-- ========= START OF TOP NAVBAR ======= --> 22<div class="topNav"><a name="navbar_top"> 23<!-- --> 24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 25<!-- --> 26</a> 27<ul class="navList" title="Navigation"> 28<li><a href="./com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 29<li>Class</li> 30<li>Use</li> 31<li><a href="./com/fasterxml/jackson/annotation/package-tree.html">Tree</a></li> 32<li><a href="./deprecated-list.html">Deprecated</a></li> 33<li class="navBarCell1Rev">Index</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>Prev</li> 40<li>Next</li> 41</ul> 42<ul class="navList"> 43<li><a href="./index.html?index-all.html" target="_top">Frames</a></li> 44<li><a href="index-all.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<a name="skip-navbar_top"> 62<!-- --> 63</a></div> 64<!-- ========= END OF TOP NAVBAR ========= --> 65<div class="contentContainer"><a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_J_">J</a> <a href="#_K_">K</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a href="#___">_</a> <a name="_B_"> 66<!-- --> 67</a> 68<h2 class="title">B</h2> 69<dl> 70<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html#bindItem(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey, java.lang.Object)">bindItem(ObjectIdGenerator.IdKey, Object)</a></span> - Method in interface com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></dt> 71<dd> 72<div class="block">Method called when a POJO is deserialized and has an Object Identifier.</div> 73</dd> 74<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#bindItem(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey, java.lang.Object)">bindItem(ObjectIdGenerator.IdKey, Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation">SimpleObjectIdResolver</a></dt> 75<dd> </dd> 76</dl> 77<a name="_C_"> 78<!-- --> 79</a> 80<h2 class="title">C</h2> 81<dl> 82<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator)">canUseFor(ObjectIdGenerator<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 83<dd> 84<div class="block">Method called to check whether this generator instance can 85 be used for Object Ids of specific generator type and 86 scope; determination is based by passing a configured 87 "blueprint" (prototype) instance; from which the actual 88 instances are created (using <a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#newForSerialization(java.lang.Object)"><code>ObjectIdGenerator.newForSerialization(java.lang.Object)</code></a>).</div> 89</dd> 90<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdGenerator)">canUseFor(ObjectIdGenerator<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 91<dd> 92<div class="block">Since UUIDs are always unique, let's fully ignore scope definition</div> 93</dd> 94<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdResolver)">canUseFor(ObjectIdResolver)</a></span> - Method in interface com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></dt> 95<dd> 96<div class="block">Method called to check whether this resolver instance can be used for 97 Object Ids of specific resolver type; determination is based by passing a 98 configured "blueprint" (prototype) instance; from which the actual 99 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> 100</dd> 101<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#canUseFor(com.fasterxml.jackson.annotation.ObjectIdResolver)">canUseFor(ObjectIdResolver)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation">SimpleObjectIdResolver</a></dt> 102<dd> </dd> 103<dt><a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a> - package com.fasterxml.jackson.annotation</dt> 104<dd> 105<div class="block">Public core annotations, most of which are used to configure how 106 Data Mapping/Binding works.</div> 107</dd> 108<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#creatorEnabled()">creatorEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 109<dd> </dd> 110</dl> 111<a name="_D_"> 112<!-- --> 113</a> 114<h2 class="title">D</h2> 115<dl> 116<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.html#DEFAULT_LOCALE">DEFAULT_LOCALE</a></span> - Static variable in annotation type com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation">JsonFormat</a></dt> 117<dd> 118<div class="block">Value that indicates that default <a href="http://download.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util"><code>Locale</code></a> 119 (from deserialization or serialization context) should be used: 120 annotation does not define value to use.</div> 121</dd> 122<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.html#DEFAULT_TIMEZONE">DEFAULT_TIMEZONE</a></span> - Static variable in annotation type com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation">JsonFormat</a></dt> 123<dd> 124<div class="block">Value that indicates that default <a href="http://download.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util"><code>TimeZone</code></a> 125 (from deserialization or serialization context) should be used: 126 annotation does not define value to use.</div> 127</dd> 128</dl> 129<a name="_E_"> 130<!-- --> 131</a> 132<h2 class="title">E</h2> 133<dl> 134<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 135<dd> </dd> 136</dl> 137<a name="_F_"> 138<!-- --> 139</a> 140<h2 class="title">F</h2> 141<dl> 142<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#fieldEnabled()">fieldEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 143<dd> </dd> 144<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#forScope(java.lang.Class)">forScope(Class<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 145<dd> 146<div class="block">Factory method to create a blueprint instance for specified 147 scope.</div> 148</dd> 149<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#forScope(java.lang.Class)">forScope(Class<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 150<dd> </dd> 151<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#forScope(java.lang.Class)">forScope(Class<?>)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 152<dd> 153<div class="block">Can just return base instance since this is essentially scopeless</div> 154</dd> 155</dl> 156<a name="_G_"> 157<!-- --> 158</a> 159<h2 class="title">G</h2> 160<dl> 161<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#generateId(java.lang.Object)">generateId(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 162<dd> 163<div class="block">Method used for generating a new Object Identifier to serialize 164 for given POJO.</div> 165</dd> 166<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#generateId(java.lang.Object)">generateId(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 167<dd> </dd> 168<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#generateId(java.lang.Object)">generateId(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 169<dd> </dd> 170<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#getDefaultPropertyName()">getDefaultPropertyName()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.Id</a></dt> 171<dd> </dd> 172<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getLocale()">getLocale()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 173<dd> </dd> 174<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getPattern()">getPattern()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 175<dd> </dd> 176<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#getScope()">getScope()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 177<dd> </dd> 178<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getShape()">getShape()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 179<dd> </dd> 180<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#getterEnabled()">getterEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 181<dd> </dd> 182<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getTimeZone()">getTimeZone()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 183<dd> </dd> 184</dl> 185<a name="_H_"> 186<!-- --> 187</a> 188<h2 class="title">H</h2> 189<dl> 190<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#hashCode()">hashCode()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 191<dd> </dd> 192<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#hasLocale()">hasLocale()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 193<dd> </dd> 194<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#hasPattern()">hasPattern()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 195<dd> </dd> 196<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#hasShape()">hasShape()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 197<dd> </dd> 198<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#hasTimeZone()">hasTimeZone()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 199<dd> </dd> 200</dl> 201<a name="_I_"> 202<!-- --> 203</a> 204<h2 class="title">I</h2> 205<dl> 206<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonProperty.html#INDEX_UNKNOWN">INDEX_UNKNOWN</a></span> - Static variable in annotation type com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation">JsonProperty</a></dt> 207<dd> 208<div class="block">Marker value used to indicate that no index has been specified.</div> 209</dd> 210<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#initialValue()">initialValue()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 211<dd> </dd> 212<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#isGetterEnabled()">isGetterEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 213<dd> </dd> 214<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#isNumeric()">isNumeric()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></dt> 215<dd> </dd> 216<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#isStructured()">isStructured()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></dt> 217<dd> </dd> 218<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#isVisible(java.lang.reflect.Member)">isVisible(Member)</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a></dt> 219<dd> </dd> 220</dl> 221<a name="_J_"> 222<!-- --> 223</a> 224<h2 class="title">J</h2> 225<dl> 226<dt><a href="./com/fasterxml/jackson/annotation/JacksonAnnotation.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JacksonAnnotation</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 227<dd> 228<div class="block">Meta-annotation (annotations used on other annotations) 229 used for marking all annotations that are 230 part of Jackson package.</div> 231</dd> 232<dt><a href="./com/fasterxml/jackson/annotation/JacksonAnnotationsInside.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JacksonAnnotationsInside</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 233<dd> 234<div class="block">Meta-annotation (annotations used on other annotations) 235 used for indicating that instead of using target annotation 236 (annotation annotated with this annotation), 237 Jackson should use meta-annotations it has.</div> 238</dd> 239<dt><a href="./com/fasterxml/jackson/annotation/JacksonInject.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JacksonInject</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 240<dd> 241<div class="block">Jackson-specific annotation used for indicating that value of 242 annotated property will be "injected", i.e.</div> 243</dd> 244<dt><a href="./com/fasterxml/jackson/annotation/JsonAnyGetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonAnyGetter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 245<dd> 246<div class="block">Marker annotation that can be used to define a non-static, 247 no-argument method or member field as something of a reverse of 248 <a href="./com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonAnySetter</code></a> method; basically being used like a 249 getter but such that contents of the returned Map (type <b>must</b> be 250 <a href="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a>) are serialized as if they were actual properties 251 of the bean that contains method/field with this annotations.</div> 252</dd> 253<dt><a href="./com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonAnySetter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 254<dd> 255<div class="block">Marker annotation that can be used to define a non-static, 256 two-argument method (first argument name of property, second value 257 to set), to be used as a "fallback" handler 258 for all otherwise unrecognized properties found from JSON content.</div> 259</dd> 260<dt><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonAutoDetect</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 261<dd> 262<div class="block">Class annotation that can be used to define which kinds of Methods 263 are to be detected by auto-detection.</div> 264</dd> 265<dt><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonAutoDetect.Visibility</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 266<dd> 267<div class="block">Enumeration for possible visibility thresholds (minimum visibility) 268 that can be used to limit which methods (and fields) are 269 auto-detected.</div> 270</dd> 271<dt><a href="./com/fasterxml/jackson/annotation/JsonBackReference.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonBackReference</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 272<dd> 273<div class="block">Annotation used to indicate that associated property is part of 274 two-way linkage between fields; and that its role is "child" (or "back") link.</div> 275</dd> 276<dt><a href="./com/fasterxml/jackson/annotation/JsonCreator.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonCreator</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 277<dd> 278<div class="block">Marker annotation that can be used to define constructors and factory 279 methods as one to use for instantiating new instances of the associated 280 class.</div> 281</dd> 282<dt><a href="./com/fasterxml/jackson/annotation/JsonFilter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonFilter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 283<dd> 284<div class="block">Annotation used to indicate which logical filter is to be used 285 for filtering out properties of type (class) annotated; 286 association made by this annotation declaring ids of filters, 287 and <code>com.fasterxml.jackson.databind.ObjectMapper</code> (or objects 288 it delegates to) providing matching filters by id.</div> 289</dd> 290<dt><a href="./com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonFormat</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 291<dd> 292<div class="block">General-purpose annotation used for configuring details of how 293 values of properties are to be serialized.</div> 294</dd> 295<dt><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonFormat.Shape</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 296<dd> 297<div class="block">Value enumeration used for indicating preferred Shape; translates 298 loosely to JSON types, with some extra values to indicate less precise 299 choices (i.e.</div> 300</dd> 301<dt><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">JsonFormat.Value</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 302<dd> 303<div class="block">Helper class used to contain information from a single <a href="./com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonFormat</code></a> 304 annotation.</div> 305</dd> 306<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value()">JsonFormat.Value()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 307<dd> </dd> 308<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value(com.fasterxml.jackson.annotation.JsonFormat)">JsonFormat.Value(JsonFormat)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 309<dd> </dd> 310<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value(java.lang.String, com.fasterxml.jackson.annotation.JsonFormat.Shape, java.lang.String, java.lang.String)">JsonFormat.Value(String, JsonFormat.Shape, String, String)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 311<dd> </dd> 312<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value(java.lang.String, com.fasterxml.jackson.annotation.JsonFormat.Shape, java.util.Locale, java.util.TimeZone)">JsonFormat.Value(String, JsonFormat.Shape, Locale, TimeZone)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 313<dd> </dd> 314<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#JsonFormat.Value(java.lang.String, com.fasterxml.jackson.annotation.JsonFormat.Shape, java.util.Locale, java.lang.String, java.util.TimeZone)">JsonFormat.Value(String, JsonFormat.Shape, Locale, String, TimeZone)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 315<dd> </dd> 316<dt><a href="./com/fasterxml/jackson/annotation/JsonGetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonGetter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 317<dd> 318<div class="block">Marker annotation that can be used to define a non-static, 319 no-argument value-returning (non-void) method to be used as a "getter" 320 for a logical property.</div> 321</dd> 322<dt><a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIdentityInfo</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 323<dd> 324<div class="block">Annotation used for indicating that values of annotated type 325 or property should be serializing so that instances either 326 contain additional object identifier (in addition actual object 327 properties), or as a reference that consists of an object id 328 that refers to a full serialization.</div> 329</dd> 330<dt><a href="./com/fasterxml/jackson/annotation/JsonIdentityReference.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIdentityReference</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 331<dd> 332<div class="block">Optional annotation that can be used for customizing details of a reference 333 to Objects for which "Object Identity" is enabled (see <a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIdentityInfo</code></a>).</div> 334</dd> 335<dt><a href="./com/fasterxml/jackson/annotation/JsonIgnore.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIgnore</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 336<dd> 337<div class="block">Marker annotation that indicates that the annotated method or field is to be 338 ignored by introspection-based 339 serialization and deserialization functionality.</div> 340</dd> 341<dt><a href="./com/fasterxml/jackson/annotation/JsonIgnoreProperties.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIgnoreProperties</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 342<dd> 343<div class="block">Annotation that can be used to either suppress serialization of 344 properties (during serialization), or ignore processing of 345 JSON properties read (during deserialization).</div> 346</dd> 347<dt><a href="./com/fasterxml/jackson/annotation/JsonIgnoreType.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonIgnoreType</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 348<dd> 349<div class="block">Marker annotation that indicates that all properties of annotated 350 type are to be ignored during serialization and deserialization.</div> 351</dd> 352<dt><a href="./com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonInclude</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 353<dd> 354<div class="block">Annotation used to indicate when value of the annotated property (when 355 used for a field, method or constructor parameter), or all 356 properties of the annotated class, is to be serialized.</div> 357</dd> 358<dt><a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonInclude.Include</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 359<dd> 360<div class="block">Enumeration used with <a href="./com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonInclude</code></a> 361 to define which properties 362 of Java Beans are to be included in serialization.</div> 363</dd> 364<dt><a href="./com/fasterxml/jackson/annotation/JsonManagedReference.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonManagedReference</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 365<dd> 366<div class="block">Annotation used to indicate that annotated property is part of 367 two-way linkage between fields; and that its role is "parent" (or "forward") link.</div> 368</dd> 369<dt><a href="./com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonProperty</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 370<dd> 371<div class="block">Marker annotation that can be used to define a non-static 372 method as a "setter" or "getter" for a logical property 373 (depending on its signature), 374 or non-static object field to be used (serialized, deserialized) as 375 a logical property.</div> 376</dd> 377<dt><a href="./com/fasterxml/jackson/annotation/JsonPropertyDescription.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonPropertyDescription</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 378<dd> 379<div class="block">Annotaion used to define a human readable description for a logical 380 property.</div> 381</dd> 382<dt><a href="./com/fasterxml/jackson/annotation/JsonPropertyOrder.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonPropertyOrder</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 383<dd> 384<div class="block">Annotation that can be used to define ordering (possibly partial) to use 385 when serializing object properties.</div> 386</dd> 387<dt><a href="./com/fasterxml/jackson/annotation/JsonRawValue.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonRawValue</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 388<dd> 389<div class="block">Marker annotation that indicates that the annotated method 390 or field should be serialized by including literal String value 391 of the property as is, without quoting of characters.</div> 392</dd> 393<dt><a href="./com/fasterxml/jackson/annotation/JsonRootName.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonRootName</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 394<dd> 395<div class="block">Annotation similar to <a href="http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlRootElement.html?is-external=true" title="class or interface in javax.xml.bind.annotation"><code>XmlRootElement</code></a>, 396 used to indicate name to use for root-level wrapping, if wrapping is 397 enabled.</div> 398</dd> 399<dt><a href="./com/fasterxml/jackson/annotation/JsonSetter.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonSetter</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 400<dd> 401<div class="block">Marker annotation that can be used to define a non-static, 402 single-argument method to be used as a "setter" for a logical property 403 as an alternative to recommended 404 <a href="./com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonProperty</code></a> annotation (which was introduced in version 1.1).</div> 405</dd> 406<dt><a href="./com/fasterxml/jackson/annotation/JsonSubTypes.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonSubTypes</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 407<dd> 408<div class="block">Annotation used with <a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonTypeInfo</code></a> to indicate sub types of serializable 409 polymorphic types, and to associate logical names used within JSON content 410 (which is more portable than using physical Java class names).</div> 411</dd> 412<dt><a href="./com/fasterxml/jackson/annotation/JsonSubTypes.Type.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonSubTypes.Type</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 413<dd> 414<div class="block">Definition of a subtype, along with optional name.</div> 415</dd> 416<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeId.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeId</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 417<dd> 418<div class="block">Marker annotation that can be used on a property accessor 419 (field, getter or setter, constructor parameter) to indicate that 420 the property is to contain type id to use when including 421 polymorphic type information.</div> 422</dd> 423<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeInfo</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 424<dd> 425<div class="block">Annotation used for configuring details of if and how type information is 426 used with JSON serialization and deserialization, to preserve information 427 about actual class of Object instances.</div> 428</dd> 429<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeInfo.As</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 430<dd> 431<div class="block">Definition of standard type inclusion mechanisms for type metadata.</div> 432</dd> 433<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeInfo.Id</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 434<dd> 435<div class="block">Definition of different type identifiers that can be included in JSON 436 during serialization, and used for deserialization.</div> 437</dd> 438<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.None.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeInfo.None</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 439<dd> 440<div class="block"><span class="strong">Deprecated.</span> 441<div class="block"><i>Since 2.4, use <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang"><code>Void</code></a> instead.</i></div> 442</div> 443</dd> 444<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.None.html#JsonTypeInfo.None()">JsonTypeInfo.None()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.None.html" title="class in com.fasterxml.jackson.annotation">JsonTypeInfo.None</a></dt> 445<dd> 446<div class="block"><span class="strong">Deprecated.</span></div> 447 </dd> 448<dt><a href="./com/fasterxml/jackson/annotation/JsonTypeName.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonTypeName</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 449<dd> 450<div class="block">Annotation used for binding logical name that the annotated class 451 has.</div> 452</dd> 453<dt><a href="./com/fasterxml/jackson/annotation/JsonUnwrapped.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonUnwrapped</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 454<dd> 455<div class="block">Annotation used to indicate that a property should be serialized 456 "unwrapped"; that is, if it would be serialized as JSON Object, its 457 properties are instead included as properties of its containing 458 Object.</div> 459</dd> 460<dt><a href="./com/fasterxml/jackson/annotation/JsonValue.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonValue</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 461<dd> 462<div class="block">Marker annotation similar to 463 <a href="http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlValue.html?is-external=true" title="class or interface in javax.xml.bind.annotation"><code>XmlValue</code></a> 464 that indicates that results of the annotated "getter" method 465 (which means signature must be that of getters; non-void return 466 type, no args) is to be used as the single value to serialize 467 for the instance.</div> 468</dd> 469<dt><a href="./com/fasterxml/jackson/annotation/JsonView.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">JsonView</span></a> - Annotation Type in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 470<dd> 471<div class="block">Annotation used for indicating view(s) that the property 472 that is defined by method or field annotated is part of.</div> 473</dd> 474</dl> 475<a name="_K_"> 476<!-- --> 477</a> 478<h2 class="title">K</h2> 479<dl> 480<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#key">key</a></span> - Variable in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 481<dd> 482<div class="block">Object for which Object Id was generated: can NOT be null.</div> 483</dd> 484<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#key(java.lang.Object)">key(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 485<dd> 486<div class="block">Method for constructing key to use for ObjectId-to-POJO maps.</div> 487</dd> 488<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#key(java.lang.Object)">key(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 489<dd> </dd> 490<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#key(java.lang.Object)">key(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 491<dd> </dd> 492</dl> 493<a name="_N_"> 494<!-- --> 495</a> 496<h2 class="title">N</h2> 497<dl> 498<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html#newForDeserialization(java.lang.Object)">newForDeserialization(Object)</a></span> - Method in interface com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></dt> 499<dd> 500<div class="block">Factory method called to create a new instance to use for 501 deserialization: needed since resolvers may have state (a pool of 502 objects).</div> 503</dd> 504<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#newForDeserialization(java.lang.Object)">newForDeserialization(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation">SimpleObjectIdResolver</a></dt> 505<dd> </dd> 506<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#newForSerialization(java.lang.Object)">newForSerialization(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 507<dd> 508<div class="block">Factory method called to create a new instance to use for 509 serialization: needed since generators may have state 510 (next id to produce).</div> 511</dd> 512<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#newForSerialization(java.lang.Object)">newForSerialization(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 513<dd> </dd> 514<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#newForSerialization(java.lang.Object)">newForSerialization(Object)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 515<dd> 516<div class="block">Can just return base instance since this is essentially scopeless</div> 517</dd> 518</dl> 519<a name="_O_"> 520<!-- --> 521</a> 522<h2 class="title">O</h2> 523<dl> 524<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerator</span></a><<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="type parameter in ObjectIdGenerator">T</a>> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 525<dd> 526<div class="block">Definition of API used for constructing Object Identifiers 527 (as annotated using <a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIdentityInfo</code></a>).</div> 528</dd> 529<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#ObjectIdGenerator()">ObjectIdGenerator()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a></dt> 530<dd> </dd> 531<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerator.IdKey</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 532<dd> 533<div class="block">Simple key class that can be used as a key for 534 ObjectId-to-POJO mappings, when multiple ObjectId types 535 and scopes are used.</div> 536</dd> 537<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#ObjectIdGenerator.IdKey(java.lang.Class, java.lang.Class, java.lang.Object)">ObjectIdGenerator.IdKey(Class<?>, Class<?>, Object)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 538<dd> </dd> 539<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 540<dd> 541<div class="block">Container class for standard <a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><code>ObjectIdGenerator</code></a> implementations.</div> 542</dd> 543<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html#ObjectIdGenerators()">ObjectIdGenerators()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators</a></dt> 544<dd> </dd> 545<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators.IntSequenceGenerator</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 546<dd> 547<div class="block">Simple sequence-number based generator, which uses basic Java 548 <code>int</code>s (starting with value 1) as Object Identifiers.</div> 549</dd> 550<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#ObjectIdGenerators.IntSequenceGenerator()">ObjectIdGenerators.IntSequenceGenerator()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 551<dd> </dd> 552<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#ObjectIdGenerators.IntSequenceGenerator(java.lang.Class, int)">ObjectIdGenerators.IntSequenceGenerator(Class<?>, int)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 553<dd> </dd> 554<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators.None</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 555<dd> 556<div class="block">Abstract marker class used to allow explicitly specifying 557 that no generator is used; which also implies that no 558 Object Id is to be included or used.</div> 559</dd> 560<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html#ObjectIdGenerators.None()">ObjectIdGenerators.None()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.None</a></dt> 561<dd> </dd> 562<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators.PropertyGenerator</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 563<dd> 564<div class="block">Abstract place-holder class which is used to denote case 565 where Object Identifier to use comes from a POJO property 566 (getter method or field).</div> 567</dd> 568<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html#ObjectIdGenerators.PropertyGenerator(java.lang.Class)">ObjectIdGenerators.PropertyGenerator(Class<?>)</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.PropertyGenerator</a></dt> 569<dd> </dd> 570<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerators.UUIDGenerator</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 571<dd> 572<div class="block">Implementation that just uses <a href="http://download.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util"><code>UUID</code></a>s as reliably 573 unique identifiers: downside is that resulting String is 574 36 characters long.</div> 575</dd> 576<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#ObjectIdGenerators.UUIDGenerator()">ObjectIdGenerators.UUIDGenerator()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.UUIDGenerator</a></dt> 577<dd> </dd> 578<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdResolver</span></a> - Interface in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 579<dd> 580<div class="block">Definition of API used for constructing POJO from Object Identifiers (as 581 annotated using <a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIdentityInfo</code></a>).</div> 582</dd> 583</dl> 584<a name="_P_"> 585<!-- --> 586</a> 587<h2 class="title">P</h2> 588<dl> 589<dt><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">PropertyAccessor</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 590<dd> 591<div class="block">Enumeration used to define kinds of elements (called "property accessors") 592 that annotations like <a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonAutoDetect</code></a> apply to.</div> 593</dd> 594</dl> 595<a name="_R_"> 596<!-- --> 597</a> 598<h2 class="title">R</h2> 599<dl> 600<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html#resolveId(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey)">resolveId(ObjectIdGenerator.IdKey)</a></span> - Method in interface com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation">ObjectIdResolver</a></dt> 601<dd> 602<div class="block">Method called when deserialization encounters the given Object Identifier 603 and requires the POJO associated with it.</div> 604</dd> 605<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#resolveId(com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey)">resolveId(ObjectIdGenerator.IdKey)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation">SimpleObjectIdResolver</a></dt> 606<dd> </dd> 607</dl> 608<a name="_S_"> 609<!-- --> 610</a> 611<h2 class="title">S</h2> 612<dl> 613<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#scope">scope</a></span> - Variable in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 614<dd> 615<div class="block">Scope of the Object Id (may be null, to denote global)</div> 616</dd> 617<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#setterEnabled()">setterEnabled()</a></span> - Method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 618<dd> </dd> 619<dt><a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">SimpleObjectIdResolver</span></a> - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt> 620<dd> 621<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> 622</dd> 623<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#SimpleObjectIdResolver()">SimpleObjectIdResolver()</a></span> - Constructor for class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation">SimpleObjectIdResolver</a></dt> 624<dd> </dd> 625</dl> 626<a name="_T_"> 627<!-- --> 628</a> 629<h2 class="title">T</h2> 630<dl> 631<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#timeZoneAsString()">timeZoneAsString()</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 632<dd> 633<div class="block">Alternate access (compared to <a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#getTimeZone()"><code>JsonFormat.Value.getTimeZone()</code></a>) which is useful 634 when caller just wants time zone id to convert, but not as JDK 635 provided <a href="http://download.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util"><code>TimeZone</code></a></div> 636</dd> 637<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html#type">type</a></span> - Variable in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator.IdKey</a></dt> 638<dd> 639<div class="block">Type of <a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><code>ObjectIdGenerator</code></a> used for generating Object Id</div> 640</dd> 641</dl> 642<a name="_U_"> 643<!-- --> 644</a> 645<h2 class="title">U</h2> 646<dl> 647<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonProperty.html#USE_DEFAULT_NAME">USE_DEFAULT_NAME</a></span> - Static variable in annotation type com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation">JsonProperty</a></dt> 648<dd> 649<div class="block">Special value that indicates that handlers should use the default 650 name (derived from method or field name) for property.</div> 651</dd> 652</dl> 653<a name="_V_"> 654<!-- --> 655</a> 656<h2 class="title">V</h2> 657<dl> 658<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a></dt> 659<dd> 660<div class="block">Returns the enum constant of this type with the specified name.</div> 661</dd> 662<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></dt> 663<dd> 664<div class="block">Returns the enum constant of this type with the specified name.</div> 665</dd> 666<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a></dt> 667<dd> 668<div class="block">Returns the enum constant of this type with the specified name.</div> 669</dd> 670<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.As</a></dt> 671<dd> 672<div class="block">Returns the enum constant of this type with the specified name.</div> 673</dd> 674<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.Id</a></dt> 675<dd> 676<div class="block">Returns the enum constant of this type with the specified name.</div> 677</dd> 678<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 679<dd> 680<div class="block">Returns the enum constant of this type with the specified name.</div> 681</dd> 682<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a></dt> 683<dd> 684<div class="block">Returns an array containing the constants of this enum type, in 685the order they are declared.</div> 686</dd> 687<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></dt> 688<dd> 689<div class="block">Returns an array containing the constants of this enum type, in 690the order they are declared.</div> 691</dd> 692<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a></dt> 693<dd> 694<div class="block">Returns an array containing the constants of this enum type, in 695the order they are declared.</div> 696</dd> 697<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.As.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.As</a></dt> 698<dd> 699<div class="block">Returns an array containing the constants of this enum type, in 700the order they are declared.</div> 701</dd> 702<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation">JsonTypeInfo.Id</a></dt> 703<dd> 704<div class="block">Returns an array containing the constants of this enum type, in 705the order they are declared.</div> 706</dd> 707<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation">PropertyAccessor</a></dt> 708<dd> 709<div class="block">Returns an array containing the constants of this enum type, in 710the order they are declared.</div> 711</dd> 712</dl> 713<a name="_W_"> 714<!-- --> 715</a> 716<h2 class="title">W</h2> 717<dl> 718<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#withLocale(java.util.Locale)">withLocale(Locale)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 719<dd> </dd> 720<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#withPattern(java.lang.String)">withPattern(String)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 721<dd> </dd> 722<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape)">withShape(JsonFormat.Shape)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 723<dd> </dd> 724<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html#withTimeZone(java.util.TimeZone)">withTimeZone(TimeZone)</a></span> - Method in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Value</a></dt> 725<dd> </dd> 726</dl> 727<a name="___"> 728<!-- --> 729</a> 730<h2 class="title">_</h2> 731<dl> 732<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#_nextValue">_nextValue</a></span> - Variable in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerators.IntSequenceGenerator</a></dt> 733<dd> </dd> 734</dl> 735<a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_J_">J</a> <a href="#_K_">K</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a href="#___">_</a> </div> 736<!-- ======= START OF BOTTOM NAVBAR ====== --> 737<div class="bottomNav"><a name="navbar_bottom"> 738<!-- --> 739</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 740<!-- --> 741</a> 742<ul class="navList" title="Navigation"> 743<li><a href="./com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 744<li>Class</li> 745<li>Use</li> 746<li><a href="./com/fasterxml/jackson/annotation/package-tree.html">Tree</a></li> 747<li><a href="./deprecated-list.html">Deprecated</a></li> 748<li class="navBarCell1Rev">Index</li> 749<li><a href="./help-doc.html">Help</a></li> 750</ul> 751</div> 752<div class="subNav"> 753<ul class="navList"> 754<li>Prev</li> 755<li>Next</li> 756</ul> 757<ul class="navList"> 758<li><a href="./index.html?index-all.html" target="_top">Frames</a></li> 759<li><a href="index-all.html" target="_top">No Frames</a></li> 760</ul> 761<ul class="navList" id="allclasses_navbar_bottom"> 762<li><a href="./allclasses-noframe.html">All Classes</a></li> 763</ul> 764<div> 765<script type="text/javascript"><!-- 766 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 767 if(window==top) { 768 allClassesLink.style.display = "block"; 769 } 770 else { 771 allClassesLink.style.display = "none"; 772 } 773 //--> 774</script> 775</div> 776<a name="skip-navbar_bottom"> 777<!-- --> 778</a></div> 779<!-- ======== END OF BOTTOM NAVBAR ======= --> 780<p class="legalCopy"><small>Copyright © 2014 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 781</body> 782</html> 783