xref: /aosp_15_r20/external/jackson-annotations/docs/javadoc/2.5/index-all.html (revision 2bf6642460ffb10303bd46207a4555f36d9e5945)
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_55) on Thu Jan 01 15:31:16 PST 2015 -->
6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7<title>Index (Jackson-annotations 2.5.0 API)</title>
8<meta name="date" content="2015-01-01">
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.5.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>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#___">_</a>&nbsp;<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>&nbsp;</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&lt;?&gt;)</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&lt;?&gt;)</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</dd>
144<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#forScope(java.lang.Class)">forScope(Class&lt;?&gt;)</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&lt;?&gt;)</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>&nbsp;</dd>
151<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html#forScope(java.lang.Class)">forScope(Class&lt;?&gt;)</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</dd>
218<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#isValidReferencePropertyName(java.lang.String, java.lang.Object)">isValidReferencePropertyName(String, 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>
219<dd>
220<div class="block">Accessor that may be called (after verifying (via <a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#maySerializeAsObject()"><code>ObjectIdGenerator.maySerializeAsObject()</code></a>)
221 whether given name</div>
222</dd>
223<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>
224<dd>&nbsp;</dd>
225</dl>
226<a name="_J_">
227<!--   -->
228</a>
229<h2 class="title">J</h2>
230<dl>
231<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>
232<dd>
233<div class="block">Meta-annotation (annotations used on other annotations)
234 used for marking all annotations that are
235 part of Jackson package.</div>
236</dd>
237<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>
238<dd>
239<div class="block">Meta-annotation (annotations used on other annotations)
240 used for indicating that instead of using target annotation
241 (annotation annotated with this annotation),
242 Jackson should use meta-annotations it has.</div>
243</dd>
244<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>
245<dd>
246<div class="block">Jackson-specific annotation used for indicating that value of
247 annotated property will be "injected", i.e.</div>
248</dd>
249<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>
250<dd>
251<div class="block">Marker annotation that can be used to define a non-static,
252 no-argument method or member field as something of a reverse of
253 <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
254 getter but such that contents of the returned Map (type <b>must</b> be
255 <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
256 of the bean that contains method/field with this annotations.</div>
257</dd>
258<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>
259<dd>
260<div class="block">Marker annotation that can be used to define a non-static,
261 two-argument method (first argument name of property, second value
262 to set), to be used as a "fallback" handler
263 for all otherwise unrecognized properties found from JSON content.</div>
264</dd>
265<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>
266<dd>
267<div class="block">Class annotation that can be used to define which kinds of Methods
268 are to be detected by auto-detection.</div>
269</dd>
270<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>
271<dd>
272<div class="block">Enumeration for possible visibility thresholds (minimum visibility)
273 that can be used to limit which methods (and fields) are
274 auto-detected.</div>
275</dd>
276<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>
277<dd>
278<div class="block">Annotation used to indicate that associated property is part of
279 two-way linkage between fields; and that its role is "child" (or "back") link.</div>
280</dd>
281<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>
282<dd>
283<div class="block">Marker annotation that can be used to define constructors and factory
284 methods as one to use for instantiating new instances of the associated
285 class.</div>
286</dd>
287<dt><a href="./com/fasterxml/jackson/annotation/JsonCreator.Mode.html" title="enum in com.fasterxml.jackson.annotation"><span class="strong">JsonCreator.Mode</span></a> - Enum in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt>
288<dd>&nbsp;</dd>
289<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>
290<dd>
291<div class="block">Annotation used to indicate which logical filter is to be used
292 for filtering out properties of type (class) annotated;
293 association made by this annotation declaring ids of filters,
294 and  <code>com.fasterxml.jackson.databind.ObjectMapper</code> (or objects
295 it delegates to) providing matching filters by id.</div>
296</dd>
297<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>
298<dd>
299<div class="block">General-purpose annotation used for configuring details of how
300 values of properties are to be serialized.</div>
301</dd>
302<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>
303<dd>
304<div class="block">Value enumeration used for indicating preferred Shape; translates
305 loosely to JSON types, with some extra values to indicate less precise
306 choices (i.e.</div>
307</dd>
308<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>
309<dd>
310<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>
311 annotation.</div>
312</dd>
313<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>
314<dd>&nbsp;</dd>
315<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>
316<dd>&nbsp;</dd>
317<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>
318<dd>&nbsp;</dd>
319<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>
320<dd>&nbsp;</dd>
321<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>
322<dd>&nbsp;</dd>
323<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>
324<dd>
325<div class="block">Marker annotation that can be used to define a non-static,
326 no-argument value-returning (non-void) method to be used as a "getter"
327 for a logical property.</div>
328</dd>
329<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>
330<dd>
331<div class="block">Annotation used for indicating that values of annotated type
332 or property should be serializing so that instances either
333 contain additional object identifier (in addition actual object
334 properties), or as a reference that consists of an object id
335 that refers to a full serialization.</div>
336</dd>
337<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>
338<dd>
339<div class="block">Optional annotation that can be used for customizing details of a reference
340 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>
341</dd>
342<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>
343<dd>
344<div class="block">Marker annotation that indicates that the annotated method or field is to be
345 ignored by introspection-based
346 serialization and deserialization functionality.</div>
347</dd>
348<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>
349<dd>
350<div class="block">Annotation that can be used to either suppress serialization of
351 properties (during serialization), or ignore processing of
352 JSON properties read (during deserialization).</div>
353</dd>
354<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>
355<dd>
356<div class="block">Marker annotation that indicates that all properties of annotated
357 type are to be ignored during serialization and deserialization.</div>
358</dd>
359<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>
360<dd>
361<div class="block">Annotation used to indicate when value of the annotated property (when
362 used for a field, method or constructor parameter), or all
363 properties of the annotated class, is to be serialized.</div>
364</dd>
365<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>
366<dd>
367<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>
368 to define which properties
369 of Java Beans are to be included in serialization.</div>
370</dd>
371<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>
372<dd>
373<div class="block">Annotation used to indicate that annotated property is part of
374 two-way linkage between fields; and that its role is "parent" (or "forward") link.</div>
375</dd>
376<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>
377<dd>
378<div class="block">Marker annotation that can be used to define a non-static
379 method as a "setter" or "getter" for a logical property
380 (depending on its signature),
381 or non-static object field to be used (serialized, deserialized) as
382 a logical property.</div>
383</dd>
384<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>
385<dd>
386<div class="block">Annotaion used to define a human readable description for a logical
387 property.</div>
388</dd>
389<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>
390<dd>
391<div class="block">Annotation that can be used to define ordering (possibly partial) to use
392 when serializing object properties.</div>
393</dd>
394<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>
395<dd>
396<div class="block">Marker annotation that indicates that the annotated method
397 or field should be serialized by including literal String value
398 of the property as is, without quoting of characters.</div>
399</dd>
400<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>
401<dd>
402<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>,
403 used to indicate name to use for root-level wrapping, if wrapping is
404 enabled.</div>
405</dd>
406<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>
407<dd>
408<div class="block">Marker annotation that can be used to define a non-static,
409 single-argument method to be used as a "setter" for a logical property
410 as an alternative to recommended
411 <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>
412</dd>
413<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>
414<dd>
415<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
416 polymorphic types, and to associate logical names used within JSON content
417 (which is more portable than using physical Java class names).</div>
418</dd>
419<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>
420<dd>
421<div class="block">Definition of a subtype, along with optional name.</div>
422</dd>
423<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>
424<dd>
425<div class="block">Marker annotation that can be used on a property accessor
426 (field, getter or setter, constructor parameter) to indicate that
427 the property is to contain type id to use when including
428 polymorphic type information.</div>
429</dd>
430<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>
431<dd>
432<div class="block">Annotation used for configuring details of if and how type information is
433 used with JSON serialization and deserialization, to preserve information
434 about actual class of Object instances.</div>
435</dd>
436<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>
437<dd>
438<div class="block">Definition of standard type inclusion mechanisms for type metadata.</div>
439</dd>
440<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>
441<dd>
442<div class="block">Definition of different type identifiers that can be included in JSON
443 during serialization, and used for deserialization.</div>
444</dd>
445<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>
446<dd>
447<div class="block"><span class="strong">Deprecated.</span>
448<div class="block"><i>Since 2.5, 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>
449</div>
450</dd>
451<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>
452<dd>
453<div class="block"><span class="strong">Deprecated.</span></div>
454&nbsp;</dd>
455<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>
456<dd>
457<div class="block">Annotation used for binding logical name that the annotated class
458 has.</div>
459</dd>
460<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>
461<dd>
462<div class="block">Annotation used to indicate that a property should be serialized
463 "unwrapped"; that is, if it would be serialized as JSON Object, its
464 properties are instead included as properties of its containing
465 Object.</div>
466</dd>
467<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>
468<dd>
469<div class="block">Marker annotation similar to
470 <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>
471 that indicates that results of the annotated "getter" method
472 (which means signature must be that of getters; non-void return
473 type, no args) is to be used as the single value to serialize
474 for the instance.</div>
475</dd>
476<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>
477<dd>
478<div class="block">Annotation used for indicating view(s) that the property
479 that is defined by method or field annotated is part of.</div>
480</dd>
481</dl>
482<a name="_K_">
483<!--   -->
484</a>
485<h2 class="title">K</h2>
486<dl>
487<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>
488<dd>
489<div class="block">Object for which Object Id was generated: can NOT be null.</div>
490</dd>
491<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>
492<dd>
493<div class="block">Method for constructing key to use for ObjectId-to-POJO maps.</div>
494</dd>
495<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>
496<dd>&nbsp;</dd>
497<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>
498<dd>&nbsp;</dd>
499</dl>
500<a name="_M_">
501<!--   -->
502</a>
503<h2 class="title">M</h2>
504<dl>
505<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html#maySerializeAsObject()">maySerializeAsObject()</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>
506<dd>
507<div class="block">Accessor that needs to be overridden to return <code>true</code>
508 if the Object Id may be serialized as JSON Object; used by, for example,
509 JSOG handling.</div>
510</dd>
511</dl>
512<a name="_N_">
513<!--   -->
514</a>
515<h2 class="title">N</h2>
516<dl>
517<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>
518<dd>
519<div class="block">Factory method called to create a new instance to use for
520 deserialization: needed since resolvers may have state (a pool of
521 objects).</div>
522</dd>
523<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>
524<dd>&nbsp;</dd>
525<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>
526<dd>
527<div class="block">Factory method called to create a new instance to use for
528 serialization: needed since generators may have state
529 (next id to produce).</div>
530</dd>
531<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>
532<dd>&nbsp;</dd>
533<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>
534<dd>
535<div class="block">Can just return base instance since this is essentially scopeless</div>
536</dd>
537</dl>
538<a name="_O_">
539<!--   -->
540</a>
541<h2 class="title">O</h2>
542<dl>
543<dt><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">ObjectIdGenerator</span></a>&lt;<a href="./com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="type parameter in ObjectIdGenerator">T</a>&gt; - Class in <a href="./com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></dt>
544<dd>
545<div class="block">Definition of API used for constructing Object Identifiers
546 (as annotated using <a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIdentityInfo</code></a>).</div>
547</dd>
548<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>
549<dd>&nbsp;</dd>
550<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>
551<dd>
552<div class="block">Simple key class that can be used as a key for
553 ObjectId-to-POJO mappings, when multiple ObjectId types
554 and scopes are used.</div>
555</dd>
556<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&lt;?&gt;, Class&lt;?&gt;, 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>
557<dd>&nbsp;</dd>
558<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>
559<dd>
560<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>
561</dd>
562<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>
563<dd>&nbsp;</dd>
564<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>
565<dd>
566<div class="block">Simple sequence-number based generator, which uses basic Java
567 <code>int</code>s (starting with value 1) as Object Identifiers.</div>
568</dd>
569<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>
570<dd>&nbsp;</dd>
571<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html#ObjectIdGenerators.IntSequenceGenerator(java.lang.Class, int)">ObjectIdGenerators.IntSequenceGenerator(Class&lt;?&gt;, 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>
572<dd>&nbsp;</dd>
573<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>
574<dd>
575<div class="block">Abstract marker class used to allow explicitly specifying
576 that no generator is used; which also implies that no
577 Object Id is to be included or used.</div>
578</dd>
579<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>
580<dd>&nbsp;</dd>
581<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>
582<dd>
583<div class="block">Abstract place-holder class which is used to denote case
584 where Object Identifier to use comes from a POJO property
585 (getter method or field).</div>
586</dd>
587<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html#ObjectIdGenerators.PropertyGenerator(java.lang.Class)">ObjectIdGenerators.PropertyGenerator(Class&lt;?&gt;)</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>
588<dd>&nbsp;</dd>
589<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>
590<dd>
591<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
592 unique identifiers: downside is that resulting String is
593 36 characters long.</div>
594</dd>
595<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>
596<dd>&nbsp;</dd>
597<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>
598<dd>
599<div class="block">Definition of API used for resolving actual Java object from
600 Object Identifiers (as annotated using <a href="./com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIdentityInfo</code></a>).</div>
601</dd>
602</dl>
603<a name="_P_">
604<!--   -->
605</a>
606<h2 class="title">P</h2>
607<dl>
608<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>
609<dd>
610<div class="block">Enumeration used to define kinds of elements (called "property accessors")
611 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>
612</dd>
613</dl>
614<a name="_R_">
615<!--   -->
616</a>
617<h2 class="title">R</h2>
618<dl>
619<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>
620<dd>
621<div class="block">Method called when deserialization encounters the given Object Identifier
622 and requires the POJO associated with it.</div>
623</dd>
624<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>
625<dd>&nbsp;</dd>
626</dl>
627<a name="_S_">
628<!--   -->
629</a>
630<h2 class="title">S</h2>
631<dl>
632<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>
633<dd>
634<div class="block">Scope of the Object Id (may be null, to denote global)</div>
635</dd>
636<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>
637<dd>&nbsp;</dd>
638<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>
639<dd>
640<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>
641</dd>
642<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>
643<dd>&nbsp;</dd>
644</dl>
645<a name="_T_">
646<!--   -->
647</a>
648<h2 class="title">T</h2>
649<dl>
650<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>
651<dd>
652<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
653 when caller just wants time zone id to convert, but not as JDK
654 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>
655</dd>
656<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>
657<dd>
658<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>
659</dd>
660</dl>
661<a name="_U_">
662<!--   -->
663</a>
664<h2 class="title">U</h2>
665<dl>
666<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>
667<dd>
668<div class="block">Special value that indicates that handlers should use the default
669 name (derived from method or field name) for property.</div>
670</dd>
671</dl>
672<a name="_V_">
673<!--   -->
674</a>
675<h2 class="title">V</h2>
676<dl>
677<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>
678<dd>
679<div class="block">Returns the enum constant of this type with the specified name.</div>
680</dd>
681<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonCreator.Mode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonCreator.Mode.html" title="enum in com.fasterxml.jackson.annotation">JsonCreator.Mode</a></dt>
682<dd>
683<div class="block">Returns the enum constant of this type with the specified name.</div>
684</dd>
685<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>
686<dd>
687<div class="block">Returns the enum constant of this type with the specified name.</div>
688</dd>
689<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>
690<dd>
691<div class="block">Returns the enum constant of this type with the specified name.</div>
692</dd>
693<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>
694<dd>
695<div class="block">Returns the enum constant of this type with the specified name.</div>
696</dd>
697<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>
698<dd>
699<div class="block">Returns the enum constant of this type with the specified name.</div>
700</dd>
701<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>
702<dd>
703<div class="block">Returns the enum constant of this type with the specified name.</div>
704</dd>
705<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>
706<dd>
707<div class="block">Returns an array containing the constants of this enum type, in
708the order they are declared.</div>
709</dd>
710<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/JsonCreator.Mode.html#values()">values()</a></span> - Static method in enum com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/JsonCreator.Mode.html" title="enum in com.fasterxml.jackson.annotation">JsonCreator.Mode</a></dt>
711<dd>
712<div class="block">Returns an array containing the constants of this enum type, in
713the order they are declared.</div>
714</dd>
715<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>
716<dd>
717<div class="block">Returns an array containing the constants of this enum type, in
718the order they are declared.</div>
719</dd>
720<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>
721<dd>
722<div class="block">Returns an array containing the constants of this enum type, in
723the order they are declared.</div>
724</dd>
725<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>
726<dd>
727<div class="block">Returns an array containing the constants of this enum type, in
728the order they are declared.</div>
729</dd>
730<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>
731<dd>
732<div class="block">Returns an array containing the constants of this enum type, in
733the order they are declared.</div>
734</dd>
735<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>
736<dd>
737<div class="block">Returns an array containing the constants of this enum type, in
738the order they are declared.</div>
739</dd>
740</dl>
741<a name="_W_">
742<!--   -->
743</a>
744<h2 class="title">W</h2>
745<dl>
746<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>
747<dd>&nbsp;</dd>
748<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>
749<dd>&nbsp;</dd>
750<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>
751<dd>&nbsp;</dd>
752<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>
753<dd>&nbsp;</dd>
754</dl>
755<a name="___">
756<!--   -->
757</a>
758<h2 class="title">_</h2>
759<dl>
760<dt><span class="strong"><a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html#_items">_items</a></span> - Variable in class com.fasterxml.jackson.annotation.<a href="./com/fasterxml/jackson/annotation/SimpleObjectIdResolver.html" title="class in com.fasterxml.jackson.annotation">SimpleObjectIdResolver</a></dt>
761<dd>&nbsp;</dd>
762<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>
763<dd>&nbsp;</dd>
764</dl>
765<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#___">_</a>&nbsp;</div>
766<!-- ======= START OF BOTTOM NAVBAR ====== -->
767<div class="bottomNav"><a name="navbar_bottom">
768<!--   -->
769</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
770<!--   -->
771</a>
772<ul class="navList" title="Navigation">
773<li><a href="./com/fasterxml/jackson/annotation/package-summary.html">Package</a></li>
774<li>Class</li>
775<li>Use</li>
776<li><a href="./com/fasterxml/jackson/annotation/package-tree.html">Tree</a></li>
777<li><a href="./deprecated-list.html">Deprecated</a></li>
778<li class="navBarCell1Rev">Index</li>
779<li><a href="./help-doc.html">Help</a></li>
780</ul>
781</div>
782<div class="subNav">
783<ul class="navList">
784<li>Prev</li>
785<li>Next</li>
786</ul>
787<ul class="navList">
788<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
789<li><a href="index-all.html" target="_top">No Frames</a></li>
790</ul>
791<ul class="navList" id="allclasses_navbar_bottom">
792<li><a href="./allclasses-noframe.html">All Classes</a></li>
793</ul>
794<div>
795<script type="text/javascript"><!--
796  allClassesLink = document.getElementById("allclasses_navbar_bottom");
797  if(window==top) {
798    allClassesLink.style.display = "block";
799  }
800  else {
801    allClassesLink.style.display = "none";
802  }
803  //-->
804</script>
805</div>
806<a name="skip-navbar_bottom">
807<!--   -->
808</a></div>
809<!-- ======== END OF BOTTOM NAVBAR ======= -->
810<p class="legalCopy"><small>Copyright &#169; 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
811</body>
812</html>
813