• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:34 PDT 2013 -->
6<title>Uses of Class org.codehaus.jackson.JsonParser (Jackson JSON Processor)</title>
7<meta name="date" content="2013-07-14">
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="Uses of Class org.codehaus.jackson.JsonParser (Jackson JSON Processor)";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../../overview-summary.html">Overview</a></li>
28<li><a href="../package-summary.html">Package</a></li>
29<li><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">Class</a></li>
30<li class="navBarCell1Rev">Use</li>
31<li><a href="../package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-all.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li>Prev</li>
40<li>Next</li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?org/codehaus/jackson/class-use/JsonParser.html" target="_top">Frames</a></li>
44<li><a href="JsonParser.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="header">
66<h2 title="Uses of Class org.codehaus.jackson.JsonParser" class="title">Uses of Class<br>org.codehaus.jackson.JsonParser</h2>
67</div>
68<div class="classUseContainer">
69<ul class="blockList">
70<li class="blockList">
71<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
72<caption><span>Packages that use <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
73<tr>
74<th class="colFirst" scope="col">Package</th>
75<th class="colLast" scope="col">Description</th>
76</tr>
77<tbody>
78<tr class="altColor">
79<td class="colFirst"><a href="#org.codehaus.jackson">org.codehaus.jackson</a></td>
80<td class="colLast">
81<div class="block">Main public API classes of the core streaming JSON
82 processor: most importantly <a href="../../../../org/codehaus/jackson/JsonFactory.html" title="class in org.codehaus.jackson"><code>JsonFactory</code></a>
83 used for constructing
84 JSON parser (<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>)
85 and generator
86 (<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>)
87 instances.</div>
88</td>
89</tr>
90<tr class="rowColor">
91<td class="colFirst"><a href="#org.codehaus.jackson.format">org.codehaus.jackson.format</a></td>
92<td class="colLast">
93<div class="block">Package that contains interfaces needed for dynamic, pluggable
94 format (auto)detection; as well as basic utility classes for
95 simple format detection functionality.</div>
96</td>
97</tr>
98<tr class="altColor">
99<td class="colFirst"><a href="#org.codehaus.jackson.impl">org.codehaus.jackson.impl</a></td>
100<td class="colLast">
101<div class="block">Parser and generator implementation classes that Jackson
102 defines and uses.</div>
103</td>
104</tr>
105<tr class="rowColor">
106<td class="colFirst"><a href="#org.codehaus.jackson.map">org.codehaus.jackson.map</a></td>
107<td class="colLast">
108<div class="block">Contains basic mapper (conversion) functionality that
109allows for converting between regular streaming json content and
110Java objects (beans or Tree Model: support for both is via
111<a href="../../../../org/codehaus/jackson/map/ObjectMapper.html" title="class in org.codehaus.jackson.map"><code>ObjectMapper</code></a> class, as well
112as convenience methods included in
113<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a></div>
114</td>
115</tr>
116<tr class="altColor">
117<td class="colFirst"><a href="#org.codehaus.jackson.map.deser">org.codehaus.jackson.map.deser</a></td>
118<td class="colLast">
119<div class="block">Contains implementation classes of deserialization part of
120 data binding.</div>
121</td>
122</tr>
123<tr class="rowColor">
124<td class="colFirst"><a href="#org.codehaus.jackson.map.deser.impl">org.codehaus.jackson.map.deser.impl</a></td>
125<td class="colLast">
126<div class="block">Contains those implementation classes of deserialization part of
127 data binding that are not considered part of public or semi-public
128 interfaces.</div>
129</td>
130</tr>
131<tr class="altColor">
132<td class="colFirst"><a href="#org.codehaus.jackson.map.deser.std">org.codehaus.jackson.map.deser.std</a></td>
133<td class="colLast">
134<div class="block">Contains public standard implementations of abstraction that
135 Jackson uses.</div>
136</td>
137</tr>
138<tr class="rowColor">
139<td class="colFirst"><a href="#org.codehaus.jackson.map.exc">org.codehaus.jackson.map.exc</a></td>
140<td class="colLast">&nbsp;</td>
141</tr>
142<tr class="altColor">
143<td class="colFirst"><a href="#org.codehaus.jackson.map.ext">org.codehaus.jackson.map.ext</a></td>
144<td class="colLast">
145<div class="block">Contains extended support for "external" packages: things that
146may or may not be present in runtime environment, but that are
147commonly enough used so that explicit support can be added.</div>
148</td>
149</tr>
150<tr class="rowColor">
151<td class="colFirst"><a href="#org.codehaus.jackson.map.jsontype.impl">org.codehaus.jackson.map.jsontype.impl</a></td>
152<td class="colLast">
153<div class="block">Package that contains standard implementations for
154 <a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype"><code>TypeResolverBuilder</code></a>
155 and
156 <a href="../../../../org/codehaus/jackson/map/jsontype/TypeIdResolver.html" title="interface in org.codehaus.jackson.map.jsontype"><code>TypeIdResolver</code></a>.</div>
157</td>
158</tr>
159<tr class="altColor">
160<td class="colFirst"><a href="#org.codehaus.jackson.node">org.codehaus.jackson.node</a></td>
161<td class="colLast">
162<div class="block">Contains concrete <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson"><code>JsonNode</code></a> implementations
163 Jackson uses for the Tree model.</div>
164</td>
165</tr>
166<tr class="rowColor">
167<td class="colFirst"><a href="#org.codehaus.jackson.smile">org.codehaus.jackson.smile</a></td>
168<td class="colLast">
169<div class="block">Package that contains experimental implementation of
170 "Binary-Encoded JSON-Like" data format handlers (parser,
171 generator, factory produce both, supporting constants).</div>
172</td>
173</tr>
174<tr class="altColor">
175<td class="colFirst"><a href="#org.codehaus.jackson.util">org.codehaus.jackson.util</a></td>
176<td class="colLast">
177<div class="block">Utility classes used by Jackson Core functionality.</div>
178</td>
179</tr>
180<tr class="rowColor">
181<td class="colFirst"><a href="#org.codehaus.jackson.xc">org.codehaus.jackson.xc</a></td>
182<td class="colLast">
183<div class="block">Package that contains XML Compatibility functionality for Jackson, such
184 as handlers for JAXB annotations</div>
185</td>
186</tr>
187</tbody>
188</table>
189</li>
190<li class="blockList">
191<ul class="blockList">
192<li class="blockList"><a name="org.codehaus.jackson">
193<!--   -->
194</a>
195<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a></h3>
196<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
197<caption><span>Methods in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a> that return <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
198<tr>
199<th class="colFirst" scope="col">Modifier and Type</th>
200<th class="colLast" scope="col">Method and Description</th>
201</tr>
202<tbody>
203<tr class="altColor">
204<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
205<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#_createJsonParser(byte[], int, int, org.codehaus.jackson.io.IOContext)">_createJsonParser</a></strong>(byte[]&nbsp;data,
206                 int&nbsp;offset,
207                 int&nbsp;len,
208                 <a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a>&nbsp;ctxt)</code>
209<div class="block">Overridable factory method that actually instantiates parser
210 using given <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> object for reading content
211 passed as raw byte array.</div>
212</td>
213</tr>
214<tr class="rowColor">
215<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
216<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#_createJsonParser(java.io.InputStream, org.codehaus.jackson.io.IOContext)">_createJsonParser</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in,
217                 <a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a>&nbsp;ctxt)</code>
218<div class="block">Overridable factory method that actually instantiates desired parser
219 given <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> and context object.</div>
220</td>
221</tr>
222<tr class="altColor">
223<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
224<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#_createJsonParser(java.io.Reader, org.codehaus.jackson.io.IOContext)">_createJsonParser</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;r,
225                 <a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a>&nbsp;ctxt)</code>
226<div class="block">Overridable factory method that actually instantiates parser
227 using given <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> object for reading content.</div>
228</td>
229</tr>
230<tr class="rowColor">
231<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
232<td class="colLast"><span class="strong">JsonParser.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonParser.html#configure(org.codehaus.jackson.JsonParser.Feature, boolean)">configure</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson">JsonParser.Feature</a>&nbsp;f,
233         boolean&nbsp;state)</code>
234<div class="block">Method for enabling or disabling specified feature
235 (check <a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson"><code>JsonParser.Feature</code></a> for list of features)</div>
236</td>
237</tr>
238<tr class="altColor">
239<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
240<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#createJsonParser(byte[])">createJsonParser</a></strong>(byte[]&nbsp;data)</code>
241<div class="block">Method for constructing parser for parsing
242 the contents of given byte array.</div>
243</td>
244</tr>
245<tr class="rowColor">
246<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
247<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#createJsonParser(byte[], int, int)">createJsonParser</a></strong>(byte[]&nbsp;data,
248                int&nbsp;offset,
249                int&nbsp;len)</code>
250<div class="block">Method for constructing parser for parsing
251 the contents of given byte array.</div>
252</td>
253</tr>
254<tr class="altColor">
255<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
256<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#createJsonParser(java.io.File)">createJsonParser</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;f)</code>
257<div class="block">Method for constructing JSON parser instance to parse
258 contents of specified file.</div>
259</td>
260</tr>
261<tr class="rowColor">
262<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
263<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#createJsonParser(java.io.InputStream)">createJsonParser</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in)</code>
264<div class="block">Method for constructing JSON parser instance to parse
265 the contents accessed via specified input stream.</div>
266</td>
267</tr>
268<tr class="altColor">
269<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
270<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#createJsonParser(java.io.Reader)">createJsonParser</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;r)</code>
271<div class="block">Method for constructing parser for parsing
272 the contents accessed via specified Reader.</div>
273</td>
274</tr>
275<tr class="rowColor">
276<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
277<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#createJsonParser(java.lang.String)">createJsonParser</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;content)</code>
278<div class="block">Method for constructing parser for parsing
279 contens of given String.</div>
280</td>
281</tr>
282<tr class="altColor">
283<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
284<td class="colLast"><span class="strong">JsonFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonFactory.html#createJsonParser(java.net.URL)">createJsonParser</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url)</code>
285<div class="block">Method for constructing JSON parser instance to parse
286 contents of resource reference by given URL.</div>
287</td>
288</tr>
289<tr class="rowColor">
290<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
291<td class="colLast"><span class="strong">JsonParser.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonParser.html#disable(org.codehaus.jackson.JsonParser.Feature)">disable</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson">JsonParser.Feature</a>&nbsp;f)</code>
292<div class="block">Method for disabling specified  feature
293 (check <a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson"><code>JsonParser.Feature</code></a> for list of features)</div>
294</td>
295</tr>
296<tr class="altColor">
297<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
298<td class="colLast"><span class="strong">JsonParser.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonParser.html#enable(org.codehaus.jackson.JsonParser.Feature)">enable</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson">JsonParser.Feature</a>&nbsp;f)</code>
299<div class="block">Method for enabling specified parser feature
300 (check <a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson"><code>JsonParser.Feature</code></a> for list of features)</div>
301</td>
302</tr>
303<tr class="rowColor">
304<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
305<td class="colLast"><span class="strong">JsonParser.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonParser.html#skipChildren()">skipChildren</a></strong>()</code>
306<div class="block">Method that will skip all child tokens of an array or
307 object token that the parser currently points to,
308 iff stream points to
309 <a href="../../../../org/codehaus/jackson/JsonToken.html#START_OBJECT"><code>JsonToken.START_OBJECT</code></a> or <a href="../../../../org/codehaus/jackson/JsonToken.html#START_ARRAY"><code>JsonToken.START_ARRAY</code></a>.</div>
310</td>
311</tr>
312<tr class="altColor">
313<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
314<td class="colLast"><span class="strong">JsonNode.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonNode.html#traverse()">traverse</a></strong>()</code>
315<div class="block">Method for constructing a <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a> instance for
316 iterating over contents of the tree that this
317 node is root of.</div>
318</td>
319</tr>
320<tr class="rowColor">
321<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
322<td class="colLast"><span class="strong">ObjectCodec.</span><code><strong><a href="../../../../org/codehaus/jackson/ObjectCodec.html#treeAsTokens(org.codehaus.jackson.JsonNode)">treeAsTokens</a></strong>(<a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a>&nbsp;n)</code>
323<div class="block">Method for constructing a <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a> for reading
324 contents of a JSON tree, as if it was external serialized
325 JSON content.</div>
326</td>
327</tr>
328</tbody>
329</table>
330<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
331<caption><span>Methods in <a href="../../../../org/codehaus/jackson/package-summary.html">org.codehaus.jackson</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
332<tr>
333<th class="colFirst" scope="col">Modifier and Type</th>
334<th class="colLast" scope="col">Method and Description</th>
335</tr>
336<tbody>
337<tr class="altColor">
338<td class="colFirst"><code>abstract void</code></td>
339<td class="colLast"><span class="strong">JsonGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonGenerator.html#copyCurrentEvent(org.codehaus.jackson.JsonParser)">copyCurrentEvent</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
340<div class="block">Method for copying contents of the current event that
341 the given parser instance points to.</div>
342</td>
343</tr>
344<tr class="rowColor">
345<td class="colFirst"><code>abstract void</code></td>
346<td class="colLast"><span class="strong">JsonGenerator.</span><code><strong><a href="../../../../org/codehaus/jackson/JsonGenerator.html#copyCurrentStructure(org.codehaus.jackson.JsonParser)">copyCurrentStructure</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
347<div class="block">Method for copying contents of the current event
348 <b>and following events that it encloses</b>
349 the given parser instance points to.</div>
350</td>
351</tr>
352<tr class="altColor">
353<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></td>
354<td class="colLast"><span class="strong">ObjectCodec.</span><code><strong><a href="../../../../org/codehaus/jackson/ObjectCodec.html#readTree(org.codehaus.jackson.JsonParser)">readTree</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
355<div class="block">Method to deserialize JSON content as tree expressed
356 using set of <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson"><code>JsonNode</code></a> instances.</div>
357</td>
358</tr>
359<tr class="rowColor">
360<td class="colFirst"><code>abstract &lt;T&gt;&nbsp;T</code></td>
361<td class="colLast"><span class="strong">ObjectCodec.</span><code><strong><a href="../../../../org/codehaus/jackson/ObjectCodec.html#readValue(org.codehaus.jackson.JsonParser, java.lang.Class)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
362         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;valueType)</code>
363<div class="block">Method to deserialize JSON content into a non-container
364 type (it can be an array type, however): typically a bean, array
365 or a wrapper type (like <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>).</div>
366</td>
367</tr>
368<tr class="altColor">
369<td class="colFirst"><code>abstract &lt;T&gt;&nbsp;T</code></td>
370<td class="colLast"><span class="strong">ObjectCodec.</span><code><strong><a href="../../../../org/codehaus/jackson/ObjectCodec.html#readValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
371         <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType)</code>
372<div class="block">Method to deserialize JSON content as tree expressed
373 using set of <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson"><code>JsonNode</code></a> instances.</div>
374</td>
375</tr>
376<tr class="rowColor">
377<td class="colFirst"><code>abstract &lt;T&gt;&nbsp;T</code></td>
378<td class="colLast"><span class="strong">ObjectCodec.</span><code><strong><a href="../../../../org/codehaus/jackson/ObjectCodec.html#readValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.TypeReference)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
379         <a href="../../../../org/codehaus/jackson/type/TypeReference.html" title="class in org.codehaus.jackson.type">TypeReference</a>&lt;?&gt;&nbsp;valueTypeRef)</code>
380<div class="block">Method to deserialize JSON content into a Java type, reference
381 to which is passed as argument.</div>
382</td>
383</tr>
384<tr class="altColor">
385<td class="colFirst"><code>abstract &lt;T&gt;&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
386<td class="colLast"><span class="strong">ObjectCodec.</span><code><strong><a href="../../../../org/codehaus/jackson/ObjectCodec.html#readValues(org.codehaus.jackson.JsonParser, java.lang.Class)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
387          <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;valueType)</code>
388<div class="block">Method for reading sequence of Objects from parser stream,
389 all with same specified value type.</div>
390</td>
391</tr>
392<tr class="rowColor">
393<td class="colFirst"><code>abstract &lt;T&gt;&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
394<td class="colLast"><span class="strong">ObjectCodec.</span><code><strong><a href="../../../../org/codehaus/jackson/ObjectCodec.html#readValues(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
395          <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType)</code>
396<div class="block">Method for reading sequence of Objects from parser stream,
397 all with same specified value type.</div>
398</td>
399</tr>
400<tr class="altColor">
401<td class="colFirst"><code>abstract &lt;T&gt;&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
402<td class="colLast"><span class="strong">ObjectCodec.</span><code><strong><a href="../../../../org/codehaus/jackson/ObjectCodec.html#readValues(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.TypeReference)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
403          <a href="../../../../org/codehaus/jackson/type/TypeReference.html" title="class in org.codehaus.jackson.type">TypeReference</a>&lt;?&gt;&nbsp;valueTypeRef)</code>
404<div class="block">Method for reading sequence of Objects from parser stream,
405 all with same specified value type.</div>
406</td>
407</tr>
408</tbody>
409</table>
410</li>
411<li class="blockList"><a name="org.codehaus.jackson.format">
412<!--   -->
413</a>
414<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/format/package-summary.html">org.codehaus.jackson.format</a></h3>
415<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
416<caption><span>Methods in <a href="../../../../org/codehaus/jackson/format/package-summary.html">org.codehaus.jackson.format</a> that return <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
417<tr>
418<th class="colFirst" scope="col">Modifier and Type</th>
419<th class="colLast" scope="col">Method and Description</th>
420</tr>
421<tbody>
422<tr class="altColor">
423<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
424<td class="colLast"><span class="strong">DataFormatMatcher.</span><code><strong><a href="../../../../org/codehaus/jackson/format/DataFormatMatcher.html#createParserWithMatch()">createParserWithMatch</a></strong>()</code>
425<div class="block">Convenience method for trying to construct a <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a> for
426 parsing content which is assumed to be in detected data format.</div>
427</td>
428</tr>
429</tbody>
430</table>
431</li>
432<li class="blockList"><a name="org.codehaus.jackson.impl">
433<!--   -->
434</a>
435<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a></h3>
436<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
437<caption><span>Subclasses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a></span><span class="tabEnd">&nbsp;</span></caption>
438<tr>
439<th class="colFirst" scope="col">Modifier and Type</th>
440<th class="colLast" scope="col">Class and Description</th>
441</tr>
442<tbody>
443<tr class="altColor">
444<td class="colFirst"><code>class&nbsp;</code></td>
445<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonNumericParserBase.html" title="class in org.codehaus.jackson.impl">JsonNumericParserBase</a></strong></code>
446<div class="block"><strong>Deprecated.</strong>&nbsp;
447<div class="block"><i>Since 1.9.0: functionality demoted down to JsonParserBase</i></div>
448</div>
449</td>
450</tr>
451<tr class="rowColor">
452<td class="colFirst"><code>class&nbsp;</code></td>
453<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserBase.html" title="class in org.codehaus.jackson.impl">JsonParserBase</a></strong></code>
454<div class="block">Intermediate base class used by all Jackson <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>
455 implementations.</div>
456</td>
457</tr>
458<tr class="altColor">
459<td class="colFirst"><code>class&nbsp;</code></td>
460<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html" title="class in org.codehaus.jackson.impl">JsonParserMinimalBase</a></strong></code>
461<div class="block">Intermediate base class used by all Jackson <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>
462 implementations, but does not add any additional fields that depend
463 on particular method of obtaining input.</div>
464</td>
465</tr>
466<tr class="rowColor">
467<td class="colFirst"><code>class&nbsp;</code></td>
468<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ReaderBasedParser.html" title="class in org.codehaus.jackson.impl">ReaderBasedParser</a></strong></code>
469<div class="block">This is a concrete implementation of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>, which is
470 based on a <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> to handle low-level character
471 conversion tasks.</div>
472</td>
473</tr>
474<tr class="altColor">
475<td class="colFirst"><code>class&nbsp;</code></td>
476<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/ReaderBasedParserBase.html" title="class in org.codehaus.jackson.impl">ReaderBasedParserBase</a></strong></code>
477<div class="block"><strong>Deprecated.</strong>&nbsp;
478<div class="block"><i>Since 1.9 sub-classes should just include code
479   from here as is.</i></div>
480</div>
481</td>
482</tr>
483<tr class="rowColor">
484<td class="colFirst"><code>class&nbsp;</code></td>
485<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/StreamBasedParserBase.html" title="class in org.codehaus.jackson.impl">StreamBasedParserBase</a></strong></code>
486<div class="block"><strong>Deprecated.</strong>&nbsp;
487<div class="block"><i>Since 1.9, sub-classes should just embed code from here</i></div>
488</div>
489</td>
490</tr>
491<tr class="altColor">
492<td class="colFirst"><code>class&nbsp;</code></td>
493<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/Utf8StreamParser.html" title="class in org.codehaus.jackson.impl">Utf8StreamParser</a></strong></code>
494<div class="block">This is a concrete implementation of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>, which is
495 based on a <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> as the input source.</div>
496</td>
497</tr>
498</tbody>
499</table>
500<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
501<caption><span>Methods in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a> that return <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
502<tr>
503<th class="colFirst" scope="col">Modifier and Type</th>
504<th class="colLast" scope="col">Method and Description</th>
505</tr>
506<tbody>
507<tr class="altColor">
508<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
509<td class="colLast"><span class="strong">ByteSourceBootstrapper.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/ByteSourceBootstrapper.html#constructParser(int, org.codehaus.jackson.ObjectCodec, org.codehaus.jackson.sym.BytesToNameCanonicalizer, org.codehaus.jackson.sym.CharsToNameCanonicalizer)">constructParser</a></strong>(int&nbsp;features,
510               <a href="../../../../org/codehaus/jackson/ObjectCodec.html" title="class in org.codehaus.jackson">ObjectCodec</a>&nbsp;codec,
511               <a href="../../../../org/codehaus/jackson/sym/BytesToNameCanonicalizer.html" title="class in org.codehaus.jackson.sym">BytesToNameCanonicalizer</a>&nbsp;rootByteSymbols,
512               <a href="../../../../org/codehaus/jackson/sym/CharsToNameCanonicalizer.html" title="class in org.codehaus.jackson.sym">CharsToNameCanonicalizer</a>&nbsp;rootCharSymbols)</code>&nbsp;</td>
513</tr>
514<tr class="rowColor">
515<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
516<td class="colLast"><span class="strong">JsonParserMinimalBase.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#skipChildren()">skipChildren</a></strong>()</code>&nbsp;</td>
517</tr>
518</tbody>
519</table>
520<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
521<caption><span>Methods in <a href="../../../../org/codehaus/jackson/impl/package-summary.html">org.codehaus.jackson.impl</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
522<tr>
523<th class="colFirst" scope="col">Modifier and Type</th>
524<th class="colLast" scope="col">Method and Description</th>
525</tr>
526<tbody>
527<tr class="altColor">
528<td class="colFirst"><code>void</code></td>
529<td class="colLast"><span class="strong">JsonGeneratorBase.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonGeneratorBase.html#copyCurrentEvent(org.codehaus.jackson.JsonParser)">copyCurrentEvent</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
530</tr>
531<tr class="rowColor">
532<td class="colFirst"><code>void</code></td>
533<td class="colLast"><span class="strong">JsonGeneratorBase.</span><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonGeneratorBase.html#copyCurrentStructure(org.codehaus.jackson.JsonParser)">copyCurrentStructure</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
534</tr>
535</tbody>
536</table>
537</li>
538<li class="blockList"><a name="org.codehaus.jackson.map">
539<!--   -->
540</a>
541<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/map/package-summary.html">org.codehaus.jackson.map</a></h3>
542<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
543<caption><span>Fields in <a href="../../../../org/codehaus/jackson/map/package-summary.html">org.codehaus.jackson.map</a> declared as <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
544<tr>
545<th class="colFirst" scope="col">Modifier and Type</th>
546<th class="colLast" scope="col">Field and Description</th>
547</tr>
548<tbody>
549<tr class="altColor">
550<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
551<td class="colLast"><span class="strong">MappingIterator.</span><code><strong><a href="../../../../org/codehaus/jackson/map/MappingIterator.html#_parser">_parser</a></strong></code>&nbsp;</td>
552</tr>
553</tbody>
554</table>
555<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
556<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/package-summary.html">org.codehaus.jackson.map</a> that return <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
557<tr>
558<th class="colFirst" scope="col">Modifier and Type</th>
559<th class="colLast" scope="col">Method and Description</th>
560</tr>
561<tbody>
562<tr class="altColor">
563<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
564<td class="colLast"><span class="strong">DeserializationContext.</span><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationContext.html#getParser()">getParser</a></strong>()</code>
565<div class="block">Accessor for getting access to the underlying JSON parser used
566 for deserialization.</div>
567</td>
568</tr>
569<tr class="rowColor">
570<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
571<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#treeAsTokens(org.codehaus.jackson.JsonNode)">treeAsTokens</a></strong>(<a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a>&nbsp;n)</code>&nbsp;</td>
572</tr>
573<tr class="altColor">
574<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
575<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#treeAsTokens(org.codehaus.jackson.JsonNode)">treeAsTokens</a></strong>(<a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a>&nbsp;n)</code>
576<div class="block">Method for constructing a <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a> out of JSON tree
577 representation.</div>
578</td>
579</tr>
580</tbody>
581</table>
582<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
583<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/package-summary.html">org.codehaus.jackson.map</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
584<tr>
585<th class="colFirst" scope="col">Modifier and Type</th>
586<th class="colLast" scope="col">Method and Description</th>
587</tr>
588<tbody>
589<tr class="altColor">
590<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
591<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#_bind(org.codehaus.jackson.JsonParser)">_bind</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
592<div class="block">Actual implementation of value reading+binding operation.</div>
593</td>
594</tr>
595<tr class="rowColor">
596<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
597<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#_bindAndClose(org.codehaus.jackson.JsonParser)">_bindAndClose</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
598</tr>
599<tr class="altColor">
600<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></td>
601<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#_bindAndCloseAsTree(org.codehaus.jackson.JsonParser)">_bindAndCloseAsTree</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
602</tr>
603<tr class="rowColor">
604<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></td>
605<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#_bindAsTree(org.codehaus.jackson.JsonParser)">_bindAsTree</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
606</tr>
607<tr class="altColor">
608<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a></code></td>
609<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#_createDeserializationContext(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationConfig)">_createDeserializationContext</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
610                             <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a>&nbsp;cfg)</code>&nbsp;</td>
611</tr>
612<tr class="rowColor">
613<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a></code></td>
614<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#_createDeserializationContext(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationConfig)">_createDeserializationContext</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
615                             <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a>&nbsp;cfg)</code>&nbsp;</td>
616</tr>
617<tr class="altColor">
618<td class="colFirst"><code>protected static <a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson">JsonToken</a></code></td>
619<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#_initForReading(org.codehaus.jackson.JsonParser)">_initForReading</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
620</tr>
621<tr class="rowColor">
622<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson">JsonToken</a></code></td>
623<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#_initForReading(org.codehaus.jackson.JsonParser)">_initForReading</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
624<div class="block">Method called to ensure that given parser is ready for reading
625 content for data binding.</div>
626</td>
627</tr>
628<tr class="altColor">
629<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
630<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#_readMapAndClose(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType)">_readMapAndClose</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
631                <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType)</code>&nbsp;</td>
632</tr>
633<tr class="rowColor">
634<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
635<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#_readValue(org.codehaus.jackson.map.DeserializationConfig, org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType)">_readValue</a></strong>(<a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a>&nbsp;cfg,
636          <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
637          <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType)</code>
638<div class="block">Actual implementation of value reading+binding operation.</div>
639</td>
640</tr>
641<tr class="altColor">
642<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
643<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#_unwrapAndDeserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.type.JavaType, org.codehaus.jackson.map.JsonDeserializer)">_unwrapAndDeserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
644                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
645                     <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;rootType,
646                     <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map">JsonDeserializer</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;deser)</code>&nbsp;</td>
647</tr>
648<tr class="rowColor">
649<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
650<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#_unwrapAndDeserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.JsonDeserializer)">_unwrapAndDeserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
651                     <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;rootType,
652                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
653                     <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map">JsonDeserializer</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;deser)</code>&nbsp;</td>
654</tr>
655<tr class="altColor">
656<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="type parameter in JsonDeserializer">T</a></code></td>
657<td class="colLast"><span class="strong">JsonDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
658           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
659<div class="block">Method that can be called to ask implementation to deserialize
660 JSON content into the value type this serializer handles.</div>
661</td>
662</tr>
663<tr class="rowColor">
664<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="type parameter in JsonDeserializer">T</a></code></td>
665<td class="colLast"><span class="strong">JsonDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, T)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
666           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
667           <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="type parameter in JsonDeserializer">T</a>&nbsp;intoValue)</code>
668<div class="block">Alternate deserialization method (compared to the most commonly
669 used, <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)"><code>JsonDeserializer.deserialize(JsonParser, DeserializationContext)</code></a>),
670 which takes in initialized value instance, to be
671 configured and/or populated by deserializer.</div>
672</td>
673</tr>
674<tr class="altColor">
675<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
676<td class="colLast"><span class="strong">TypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html#deserializeTypedFromAny(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromAny</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
677                       <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
678<div class="block">Method called to let this type deserializer handle
679 deserialization of "typed" object, when value itself
680 may have been serialized using any kind of JSON value
681 (Array, Object, scalar).</div>
682</td>
683</tr>
684<tr class="rowColor">
685<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
686<td class="colLast"><span class="strong">TypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html#deserializeTypedFromArray(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromArray</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
687                         <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
688<div class="block">Method called to let this type deserializer handle
689 deserialization of "typed" object, when value itself
690 is serialized as JSON Array (regardless of Java type).</div>
691</td>
692</tr>
693<tr class="altColor">
694<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
695<td class="colLast"><span class="strong">TypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html#deserializeTypedFromObject(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromObject</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
696                          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
697<div class="block">Method called to let this type deserializer handle
698 deserialization of "typed" object, when value itself
699 is serialized as JSON Object (regardless of Java type).</div>
700</td>
701</tr>
702<tr class="rowColor">
703<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
704<td class="colLast"><span class="strong">TypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html#deserializeTypedFromScalar(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromScalar</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
705                          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
706<div class="block">Method called to let this type deserializer handle
707 deserialization of "typed" object, when value itself
708 is serialized as a scalar JSON value (something other
709 than Array or Object), regardless of Java type.</div>
710</td>
711</tr>
712<tr class="altColor">
713<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
714<td class="colLast"><span class="strong">JsonDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
715                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
716                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>
717<div class="block">Deserialization called when type being deserialized is defined to
718 contain additional type identifier, to allow for correctly
719 instantiating correct subtype.</div>
720</td>
721</tr>
722<tr class="rowColor">
723<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">JsonMappingException</a></code></td>
724<td class="colLast"><span class="strong">JsonMappingException.</span><code><strong><a href="../../../../org/codehaus/jackson/map/JsonMappingException.html#from(org.codehaus.jackson.JsonParser, java.lang.String)">from</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
725    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>&nbsp;</td>
726</tr>
727<tr class="altColor">
728<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">JsonMappingException</a></code></td>
729<td class="colLast"><span class="strong">JsonMappingException.</span><code><strong><a href="../../../../org/codehaus/jackson/map/JsonMappingException.html#from(org.codehaus.jackson.JsonParser, java.lang.String, java.lang.Throwable)">from</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
730    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
731    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;problem)</code>&nbsp;</td>
732</tr>
733<tr class="rowColor">
734<td class="colFirst"><code>abstract boolean</code></td>
735<td class="colLast"><span class="strong">DeserializationContext.</span><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationContext.html#handleUnknownProperty(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.JsonDeserializer, java.lang.Object, java.lang.String)">handleUnknownProperty</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
736                     <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map">JsonDeserializer</a>&lt;?&gt;&nbsp;deser,
737                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instanceOrClass,
738                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propName)</code>
739<div class="block">Method deserializers can call to inform configured <a href="../../../../org/codehaus/jackson/map/DeserializationProblemHandler.html" title="class in org.codehaus.jackson.map"><code>DeserializationProblemHandler</code></a>s
740 of an unrecognized property.</div>
741</td>
742</tr>
743<tr class="altColor">
744<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></td>
745<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readTree(org.codehaus.jackson.JsonParser)">readTree</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
746<div class="block">Convenience method that binds content read using given parser, using
747 configuration of this reader, except that content is bound as
748 JSON tree instead of configured root value type.</div>
749</td>
750</tr>
751<tr class="rowColor">
752<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></td>
753<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readTree(org.codehaus.jackson.JsonParser)">readTree</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
754<div class="block">Method to deserialize JSON content as tree expressed
755 using set of <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson"><code>JsonNode</code></a> instances.</div>
756</td>
757</tr>
758<tr class="altColor">
759<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></td>
760<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readTree(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationConfig)">readTree</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
761        <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a>&nbsp;cfg)</code>
762<div class="block">Method to deserialize JSON content as tree expressed
763 using set of <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson"><code>JsonNode</code></a> instances.</div>
764</td>
765</tr>
766<tr class="rowColor">
767<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
768<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readValue(org.codehaus.jackson.JsonParser)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
769<div class="block">Method that binds content read using given parser, using
770 configuration of this reader, including expected result type.</div>
771</td>
772</tr>
773<tr class="altColor">
774<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
775<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readValue(org.codehaus.jackson.JsonParser, java.lang.Class)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
776         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;valueType)</code>
777<div class="block">Convenience method that binds content read using given parser, using
778 configuration of this reader, except that expected value type
779 is specified with the call (instead of currently configured root type).</div>
780</td>
781</tr>
782<tr class="rowColor">
783<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
784<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValue(org.codehaus.jackson.JsonParser, java.lang.Class)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
785         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;valueType)</code>
786<div class="block">Method to deserialize JSON content into a non-container
787 type (it can be an array type, however): typically a bean, array
788 or a wrapper type (like <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>).</div>
789</td>
790</tr>
791<tr class="altColor">
792<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
793<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValue(org.codehaus.jackson.JsonParser, java.lang.Class, org.codehaus.jackson.map.DeserializationConfig)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
794         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;valueType,
795         <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a>&nbsp;cfg)</code>
796<div class="block">Method to deserialize JSON content into a non-container
797 type (it can be an array type, however): typically a bean, array
798 or a wrapper type (like <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a>).</div>
799</td>
800</tr>
801<tr class="rowColor">
802<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
803<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
804         <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType)</code>
805<div class="block">Convenience method that binds content read using given parser, using
806 configuration of this reader, except that expected value type
807 is specified with the call (instead of currently configured root type).</div>
808</td>
809</tr>
810<tr class="altColor">
811<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
812<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
813         <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType)</code>
814<div class="block">Method to deserialize JSON content into a Java type, reference
815 to which is passed as argument.</div>
816</td>
817</tr>
818<tr class="rowColor">
819<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
820<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType, org.codehaus.jackson.map.DeserializationConfig)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
821         <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType,
822         <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a>&nbsp;cfg)</code>
823<div class="block">Method to deserialize JSON content into a Java type, reference
824 to which is passed as argument.</div>
825</td>
826</tr>
827<tr class="altColor">
828<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
829<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.TypeReference)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
830         <a href="../../../../org/codehaus/jackson/type/TypeReference.html" title="class in org.codehaus.jackson.type">TypeReference</a>&lt;?&gt;&nbsp;valueTypeRef)</code>
831<div class="block">Convenience method that binds content read using given parser, using
832 configuration of this reader, except that expected value type
833 is specified with the call (instead of currently configured root type).</div>
834</td>
835</tr>
836<tr class="rowColor">
837<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
838<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.TypeReference)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
839         <a href="../../../../org/codehaus/jackson/type/TypeReference.html" title="class in org.codehaus.jackson.type">TypeReference</a>&lt;?&gt;&nbsp;valueTypeRef)</code>
840<div class="block">Method to deserialize JSON content into a Java type, reference
841 to which is passed as argument.</div>
842</td>
843</tr>
844<tr class="altColor">
845<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
846<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.TypeReference, org.codehaus.jackson.map.DeserializationConfig)">readValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
847         <a href="../../../../org/codehaus/jackson/type/TypeReference.html" title="class in org.codehaus.jackson.type">TypeReference</a>&lt;?&gt;&nbsp;valueTypeRef,
848         <a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a>&nbsp;cfg)</code>
849<div class="block">Method to deserialize JSON content into a Java type, reference
850 to which is passed as argument.</div>
851</td>
852</tr>
853<tr class="rowColor">
854<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../org/codehaus/jackson/map/MappingIterator.html" title="class in org.codehaus.jackson.map">MappingIterator</a>&lt;T&gt;</code></td>
855<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readValues(org.codehaus.jackson.JsonParser)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>
856<div class="block">Method for reading sequence of Objects from parser stream.</div>
857</td>
858</tr>
859<tr class="altColor">
860<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
861<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readValues(org.codehaus.jackson.JsonParser, java.lang.Class)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
862          <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;valueType)</code>
863<div class="block">Convenience method that is equivalent to:</div>
864</td>
865</tr>
866<tr class="rowColor">
867<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../org/codehaus/jackson/map/MappingIterator.html" title="class in org.codehaus.jackson.map">MappingIterator</a>&lt;T&gt;</code></td>
868<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValues(org.codehaus.jackson.JsonParser, java.lang.Class)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
869          <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;valueType)</code>
870<div class="block">Method for reading sequence of Objects from parser stream.</div>
871</td>
872</tr>
873<tr class="altColor">
874<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
875<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readValues(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
876          <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType)</code>
877<div class="block">Convenience method that is equivalent to:</div>
878</td>
879</tr>
880<tr class="rowColor">
881<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../org/codehaus/jackson/map/MappingIterator.html" title="class in org.codehaus.jackson.map">MappingIterator</a>&lt;T&gt;</code></td>
882<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValues(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.JavaType)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
883          <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;valueType)</code>
884<div class="block">Method for reading sequence of Objects from parser stream.</div>
885</td>
886</tr>
887<tr class="altColor">
888<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;T&gt;</code></td>
889<td class="colLast"><span class="strong">ObjectReader.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectReader.html#readValues(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.TypeReference)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
890          <a href="../../../../org/codehaus/jackson/type/TypeReference.html" title="class in org.codehaus.jackson.type">TypeReference</a>&lt;?&gt;&nbsp;valueTypeRef)</code>
891<div class="block">Convenience method that is equivalent to:</div>
892</td>
893</tr>
894<tr class="rowColor">
895<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../org/codehaus/jackson/map/MappingIterator.html" title="class in org.codehaus.jackson.map">MappingIterator</a>&lt;T&gt;</code></td>
896<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ObjectMapper.html#readValues(org.codehaus.jackson.JsonParser, org.codehaus.jackson.type.TypeReference)">readValues</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
897          <a href="../../../../org/codehaus/jackson/type/TypeReference.html" title="class in org.codehaus.jackson.type">TypeReference</a>&lt;?&gt;&nbsp;valueTypeRef)</code>
898<div class="block">Method for reading sequence of Objects from parser stream.</div>
899</td>
900</tr>
901<tr class="altColor">
902<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">JsonMappingException</a></code></td>
903<td class="colLast"><span class="strong">DeserializationContext.</span><code><strong><a href="../../../../org/codehaus/jackson/map/DeserializationContext.html#wrongTokenException(org.codehaus.jackson.JsonParser, org.codehaus.jackson.JsonToken, java.lang.String)">wrongTokenException</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
904                   <a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson">JsonToken</a>&nbsp;expToken,
905                   <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>
906<div class="block">Helper method for indicating that the current token was expected to be another
907 token.</div>
908</td>
909</tr>
910</tbody>
911</table>
912<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
913<caption><span>Constructors in <a href="../../../../org/codehaus/jackson/map/package-summary.html">org.codehaus.jackson.map</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
914<tr>
915<th class="colOne" scope="col">Constructor and Description</th>
916</tr>
917<tbody>
918<tr class="altColor">
919<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MappingIterator.html#MappingIterator(org.codehaus.jackson.type.JavaType, org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.JsonDeserializer)">MappingIterator</a></strong>(<a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;type,
920               <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
921               <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
922               <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map">JsonDeserializer</a>&lt;?&gt;&nbsp;deser)</code>&nbsp;</td>
923</tr>
924<tr class="rowColor">
925<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MappingIterator.html#MappingIterator(org.codehaus.jackson.type.JavaType, org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.JsonDeserializer, boolean, java.lang.Object)">MappingIterator</a></strong>(<a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;type,
926               <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
927               <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
928               <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map">JsonDeserializer</a>&lt;?&gt;&nbsp;deser,
929               boolean&nbsp;closeParser,
930               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;valueToUpdate)</code>&nbsp;</td>
931</tr>
932</tbody>
933</table>
934</li>
935<li class="blockList"><a name="org.codehaus.jackson.map.deser">
936<!--   -->
937</a>
938<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/map/deser/package-summary.html">org.codehaus.jackson.map.deser</a></h3>
939<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
940<caption><span>Fields in <a href="../../../../org/codehaus/jackson/map/deser/package-summary.html">org.codehaus.jackson.map.deser</a> declared as <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
941<tr>
942<th class="colFirst" scope="col">Modifier and Type</th>
943<th class="colLast" scope="col">Field and Description</th>
944</tr>
945<tbody>
946<tr class="altColor">
947<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
948<td class="colLast"><span class="strong">StdDeserializationContext.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializationContext.html#_parser">_parser</a></strong></code>
949<div class="block">Currently active parser used for deserialization.</div>
950</td>
951</tr>
952</tbody>
953</table>
954<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
955<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/deser/package-summary.html">org.codehaus.jackson.map.deser</a> that return <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
956<tr>
957<th class="colFirst" scope="col">Modifier and Type</th>
958<th class="colLast" scope="col">Method and Description</th>
959</tr>
960<tbody>
961<tr class="altColor">
962<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
963<td class="colLast"><span class="strong">StdDeserializationContext.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializationContext.html#getParser()">getParser</a></strong>()</code>
964<div class="block">Method for accessing the currently active parser.</div>
965</td>
966</tr>
967</tbody>
968</table>
969<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
970<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/deser/package-summary.html">org.codehaus.jackson.map.deser</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
971<tr>
972<th class="colFirst" scope="col">Modifier and Type</th>
973<th class="colLast" scope="col">Method and Description</th>
974</tr>
975<tbody>
976<tr class="altColor">
977<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
978<td class="colLast"><span class="strong">AbstractDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/AbstractDeserializer.html#_deserializeIfNatural(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_deserializeIfNatural</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
979                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
980</tr>
981<tr class="rowColor">
982<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
983<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#_deserializeUsingPropertyBased(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_deserializeUsingPropertyBased</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
984                              <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
985<div class="block">Method called to deserialize bean using "property-based creator":
986 this means that a non-default constructor or factory method is
987 called, and then possibly other setters.</div>
988</td>
989</tr>
990<tr class="altColor">
991<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
992<td class="colLast"><span class="strong">StdDeserializerProvider.WrappedDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializerProvider.WrappedDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
993           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
994</tr>
995<tr class="rowColor">
996<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
997<td class="colLast"><span class="strong">StdDeserializer.StringDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializer.StringDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
998           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
999<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
1000&nbsp;</td>
1001</tr>
1002<tr class="altColor">
1003<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1004<td class="colLast"><span class="strong">SettableBeanProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableBeanProperty.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1005           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1006<div class="block">This method is needed by some specialized bean deserializers,
1007 and also called by some <a href="../../../../org/codehaus/jackson/map/deser/SettableBeanProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)"><code>SettableBeanProperty.deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)</code></a> implementations.</div>
1008</td>
1009</tr>
1010<tr class="rowColor">
1011<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1012<td class="colLast"><span class="strong">SettableAnyProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableAnyProperty.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1013           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1014</tr>
1015<tr class="altColor">
1016<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1017<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1018           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1019<div class="block">Main deserialization method for bean-based objects (POJOs).</div>
1020</td>
1021</tr>
1022<tr class="rowColor">
1023<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1024<td class="colLast"><span class="strong">AbstractDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/AbstractDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1025           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1026</tr>
1027<tr class="altColor">
1028<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1029<td class="colLast"><span class="strong">StdDeserializerProvider.WrappedDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializerProvider.WrappedDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1030           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1031           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;intoValue)</code>&nbsp;</td>
1032</tr>
1033<tr class="rowColor">
1034<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1035<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1036           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1037           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean)</code>
1038<div class="block">Secondary deserialization method, called in cases where POJO
1039 instance is created as part of deserialization, potentially
1040 after collecting some or all of the properties to set.</div>
1041</td>
1042</tr>
1043<tr class="altColor">
1044<td class="colFirst"><code>abstract void</code></td>
1045<td class="colLast"><span class="strong">SettableBeanProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableBeanProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeAndSet</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1046                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1047                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instance)</code>
1048<div class="block">Method called to deserialize appropriate value, given parser (and
1049 context), and set it using appropriate mechanism.</div>
1050</td>
1051</tr>
1052<tr class="rowColor">
1053<td class="colFirst"><code>void</code></td>
1054<td class="colLast"><span class="strong">SettableBeanProperty.MethodProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableBeanProperty.MethodProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeAndSet</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1055                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1056                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instance)</code>&nbsp;</td>
1057</tr>
1058<tr class="altColor">
1059<td class="colFirst"><code>void</code></td>
1060<td class="colLast"><span class="strong">SettableBeanProperty.SetterlessProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableBeanProperty.SetterlessProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeAndSet</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1061                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1062                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instance)</code>&nbsp;</td>
1063</tr>
1064<tr class="rowColor">
1065<td class="colFirst"><code>void</code></td>
1066<td class="colLast"><span class="strong">SettableBeanProperty.FieldProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableBeanProperty.FieldProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeAndSet</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1067                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1068                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instance)</code>&nbsp;</td>
1069</tr>
1070<tr class="altColor">
1071<td class="colFirst"><code>void</code></td>
1072<td class="colLast"><span class="strong">SettableBeanProperty.ManagedReferenceProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableBeanProperty.ManagedReferenceProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeAndSet</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1073                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1074                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instance)</code>&nbsp;</td>
1075</tr>
1076<tr class="rowColor">
1077<td class="colFirst"><code>void</code></td>
1078<td class="colLast"><span class="strong">SettableBeanProperty.InnerClassProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableBeanProperty.InnerClassProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeAndSet</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1079                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1080                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean)</code>&nbsp;</td>
1081</tr>
1082<tr class="altColor">
1083<td class="colFirst"><code>void</code></td>
1084<td class="colLast"><span class="strong">SettableAnyProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/SettableAnyProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object, java.lang.String)">deserializeAndSet</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1085                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1086                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instance,
1087                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propName)</code>
1088<div class="block">Method called to deserialize appropriate value, given parser (and
1089 context), and set it using appropriate method (a setter method).</div>
1090</td>
1091</tr>
1092<tr class="rowColor">
1093<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></td>
1094<td class="colLast"><span class="strong">JsonNodeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/JsonNodeDeserializer.html#deserializeAny(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeAny</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1095              <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1096<div class="block"><strong>Deprecated.</strong>&nbsp;
1097<div class="block"><i>since 1.9.0</i></div>
1098</div>
1099</td>
1100</tr>
1101<tr class="altColor">
1102<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/node/ArrayNode.html" title="class in org.codehaus.jackson.node">ArrayNode</a></code></td>
1103<td class="colLast"><span class="strong">JsonNodeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/JsonNodeDeserializer.html#deserializeArray(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeArray</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1104                <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1105<div class="block"><strong>Deprecated.</strong>&nbsp;
1106<div class="block"><i>since 1.9.0</i></div>
1107</div>
1108</td>
1109</tr>
1110<tr class="rowColor">
1111<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1112<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeFromArray(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromArray</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1113                    <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1114</tr>
1115<tr class="altColor">
1116<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1117<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeFromBoolean(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromBoolean</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1118                      <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1119<div class="block">Method called to deserialize POJO value from a JSON boolean
1120 value (true, false)</div>
1121</td>
1122</tr>
1123<tr class="rowColor">
1124<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1125<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeFromDouble(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromDouble</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1126                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1127<div class="block">Method called to deserialize POJO value from a JSON floating-point
1128 number.</div>
1129</td>
1130</tr>
1131<tr class="altColor">
1132<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1133<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeFromNumber(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromNumber</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1134                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1135</tr>
1136<tr class="rowColor">
1137<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1138<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeFromObject(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromObject</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1139                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1140</tr>
1141<tr class="altColor">
1142<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1143<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeFromObjectUsingNonDefault(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromObjectUsingNonDefault</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1144                                    <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1145</tr>
1146<tr class="rowColor">
1147<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1148<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeFromString(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromString</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1149                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1150</tr>
1151<tr class="altColor">
1152<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/node/ObjectNode.html" title="class in org.codehaus.jackson.node">ObjectNode</a></code></td>
1153<td class="colLast"><span class="strong">JsonNodeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/JsonNodeDeserializer.html#deserializeObject(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeObject</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1154                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1155<div class="block"><strong>Deprecated.</strong>&nbsp;
1156<div class="block"><i>since 1.9.0</i></div>
1157</div>
1158</td>
1159</tr>
1160<tr class="rowColor">
1161<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1162<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeUsingPropertyBasedWithExternalTypeId(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeUsingPropertyBasedWithExternalTypeId</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1163                                               <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1164</tr>
1165<tr class="altColor">
1166<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1167<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeUsingPropertyBasedWithUnwrapped(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeUsingPropertyBasedWithUnwrapped</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1168                                          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1169</tr>
1170<tr class="rowColor">
1171<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1172<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeWithExternalTypeId(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeWithExternalTypeId</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1173                             <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1174</tr>
1175<tr class="altColor">
1176<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1177<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeWithExternalTypeId(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeWithExternalTypeId</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1178                             <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1179                             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean)</code>&nbsp;</td>
1180</tr>
1181<tr class="rowColor">
1182<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1183<td class="colLast"><span class="strong">StdDeserializerProvider.WrappedDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializerProvider.WrappedDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1184                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1185                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1186</tr>
1187<tr class="altColor">
1188<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
1189<td class="colLast"><span class="strong">StdDeserializer.StringDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializer.StringDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1190                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1191                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>
1192<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
1193&nbsp;</td>
1194</tr>
1195<tr class="rowColor">
1196<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1197<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1198                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1199                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1200</tr>
1201<tr class="altColor">
1202<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1203<td class="colLast"><span class="strong">AbstractDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/AbstractDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1204                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1205                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1206</tr>
1207<tr class="rowColor">
1208<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1209<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeWithUnwrapped(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeWithUnwrapped</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1210                        <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1211<div class="block">Method called when there are declared "unwrapped" properties
1212 which need special handling</div>
1213</td>
1214</tr>
1215<tr class="altColor">
1216<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1217<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#deserializeWithUnwrapped(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeWithUnwrapped</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1218                        <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1219                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean)</code>&nbsp;</td>
1220</tr>
1221<tr class="rowColor">
1222<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1223<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#handlePolymorphic(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object, org.codehaus.jackson.util.TokenBuffer)">handlePolymorphic</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1224                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1225                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean,
1226                 <a href="../../../../org/codehaus/jackson/util/TokenBuffer.html" title="class in org.codehaus.jackson.util">TokenBuffer</a>&nbsp;unknownTokens)</code>
1227<div class="block">Method called in cases where we may have polymorphic deserialization
1228 case: that is, type of Creator-constructed bean is not the type
1229 of deserializer itself.</div>
1230</td>
1231</tr>
1232<tr class="altColor">
1233<td class="colFirst"><code>protected void</code></td>
1234<td class="colLast"><span class="strong">BeanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/BeanDeserializer.html#handleUnknownProperty(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object, java.lang.String)">handleUnknownProperty</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1235                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1236                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;beanOrClass,
1237                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propName)</code>
1238<div class="block">Method called when a JSON property is encountered that has not matching
1239 setter, any-setter or field, and thus can not be assigned.</div>
1240</td>
1241</tr>
1242<tr class="rowColor">
1243<td class="colFirst"><code>boolean</code></td>
1244<td class="colLast"><span class="strong">StdDeserializationContext.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializationContext.html#handleUnknownProperty(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.JsonDeserializer, java.lang.Object, java.lang.String)">handleUnknownProperty</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1245                     <a href="../../../../org/codehaus/jackson/map/JsonDeserializer.html" title="class in org.codehaus.jackson.map">JsonDeserializer</a>&lt;?&gt;&nbsp;deser,
1246                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instanceOrClass,
1247                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propName)</code>
1248<div class="block">Method deserializers can call to inform configured <a href="../../../../org/codehaus/jackson/map/DeserializationProblemHandler.html" title="class in org.codehaus.jackson.map"><code>DeserializationProblemHandler</code></a>s
1249 of an unrecognized property.</div>
1250</td>
1251</tr>
1252<tr class="altColor">
1253<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/JsonMappingException.html" title="class in org.codehaus.jackson.map">JsonMappingException</a></code></td>
1254<td class="colLast"><span class="strong">StdDeserializationContext.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializationContext.html#wrongTokenException(org.codehaus.jackson.JsonParser, org.codehaus.jackson.JsonToken, java.lang.String)">wrongTokenException</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1255                   <a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson">JsonToken</a>&nbsp;expToken,
1256                   <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>&nbsp;</td>
1257</tr>
1258</tbody>
1259</table>
1260<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
1261<caption><span>Constructors in <a href="../../../../org/codehaus/jackson/map/deser/package-summary.html">org.codehaus.jackson.map.deser</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1262<tr>
1263<th class="colOne" scope="col">Constructor and Description</th>
1264</tr>
1265<tbody>
1266<tr class="altColor">
1267<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/deser/StdDeserializationContext.html#StdDeserializationContext(org.codehaus.jackson.map.DeserializationConfig, org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializerProvider, org.codehaus.jackson.map.InjectableValues)">StdDeserializationContext</a></strong>(<a href="../../../../org/codehaus/jackson/map/DeserializationConfig.html" title="class in org.codehaus.jackson.map">DeserializationConfig</a>&nbsp;config,
1268                         <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1269                         <a href="../../../../org/codehaus/jackson/map/DeserializerProvider.html" title="class in org.codehaus.jackson.map">DeserializerProvider</a>&nbsp;prov,
1270                         <a href="../../../../org/codehaus/jackson/map/InjectableValues.html" title="class in org.codehaus.jackson.map">InjectableValues</a>&nbsp;injectableValues)</code>&nbsp;</td>
1271</tr>
1272</tbody>
1273</table>
1274</li>
1275<li class="blockList"><a name="org.codehaus.jackson.map.deser.impl">
1276<!--   -->
1277</a>
1278<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/map/deser/impl/package-summary.html">org.codehaus.jackson.map.deser.impl</a></h3>
1279<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
1280<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/deser/impl/package-summary.html">org.codehaus.jackson.map.deser.impl</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1281<tr>
1282<th class="colFirst" scope="col">Modifier and Type</th>
1283<th class="colLast" scope="col">Method and Description</th>
1284</tr>
1285<tbody>
1286<tr class="altColor">
1287<td class="colFirst"><code>protected void</code></td>
1288<td class="colLast"><span class="strong">ExternalTypeHandler.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/impl/ExternalTypeHandler.html#_deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object, int)">_deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1289            <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1290            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean,
1291            int&nbsp;index)</code>&nbsp;</td>
1292</tr>
1293<tr class="rowColor">
1294<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1295<td class="colLast"><span class="strong">ExternalTypeHandler.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/impl/ExternalTypeHandler.html#complete(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">complete</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1296        <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1297        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean)</code>&nbsp;</td>
1298</tr>
1299<tr class="altColor">
1300<td class="colFirst"><code>void</code></td>
1301<td class="colLast"><span class="strong">CreatorProperty.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/impl/CreatorProperty.html#deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object)">deserializeAndSet</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1302                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1303                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instance)</code>&nbsp;</td>
1304</tr>
1305<tr class="rowColor">
1306<td class="colFirst"><code>boolean</code></td>
1307<td class="colLast"><span class="strong">ExternalTypeHandler.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/impl/ExternalTypeHandler.html#handleToken(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.String, java.lang.Object)">handleToken</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1308           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1309           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propName,
1310           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean)</code>
1311<div class="block">Method called to ask handler to handle</div>
1312</td>
1313</tr>
1314<tr class="altColor">
1315<td class="colFirst"><code>boolean</code></td>
1316<td class="colLast"><span class="strong">ExternalTypeHandler.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/impl/ExternalTypeHandler.html#handleTypePropertyValue(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.String, java.lang.Object)">handleTypePropertyValue</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1317                       <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1318                       <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propName,
1319                       <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean)</code>
1320<div class="block">Method called to see if given property/value pair is an external type
1321 id; and if so handle it.</div>
1322</td>
1323</tr>
1324<tr class="rowColor">
1325<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1326<td class="colLast"><span class="strong">UnwrappedPropertyHandler.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/impl/UnwrappedPropertyHandler.html#processUnwrapped(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object, org.codehaus.jackson.util.TokenBuffer)">processUnwrapped</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;originalParser,
1327                <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1328                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;bean,
1329                <a href="../../../../org/codehaus/jackson/util/TokenBuffer.html" title="class in org.codehaus.jackson.util">TokenBuffer</a>&nbsp;buffered)</code>&nbsp;</td>
1330</tr>
1331<tr class="altColor">
1332<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/deser/impl/PropertyValueBuffer.html" title="class in org.codehaus.jackson.map.deser.impl">PropertyValueBuffer</a></code></td>
1333<td class="colLast"><span class="strong">PropertyBasedCreator.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/impl/PropertyBasedCreator.html#startBuilding(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">startBuilding</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1334             <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1335<div class="block">Method called when starting to build a bean instance.</div>
1336</td>
1337</tr>
1338</tbody>
1339</table>
1340<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
1341<caption><span>Constructors in <a href="../../../../org/codehaus/jackson/map/deser/impl/package-summary.html">org.codehaus.jackson.map.deser.impl</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1342<tr>
1343<th class="colOne" scope="col">Constructor and Description</th>
1344</tr>
1345<tbody>
1346<tr class="altColor">
1347<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/deser/impl/PropertyValueBuffer.html#PropertyValueBuffer(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, int)">PropertyValueBuffer</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1348                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1349                   int&nbsp;paramCount)</code>&nbsp;</td>
1350</tr>
1351</tbody>
1352</table>
1353</li>
1354<li class="blockList"><a name="org.codehaus.jackson.map.deser.std">
1355<!--   -->
1356</a>
1357<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/map/deser/std/package-summary.html">org.codehaus.jackson.map.deser.std</a></h3>
1358<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
1359<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/deser/std/package-summary.html">org.codehaus.jackson.map.deser.std</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1360<tr>
1361<th class="colFirst" scope="col">Modifier and Type</th>
1362<th class="colLast" scope="col">Method and Description</th>
1363</tr>
1364<tbody>
1365<tr class="altColor">
1366<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
1367<td class="colLast"><span class="strong">MapDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/MapDeserializer.html#_deserializeUsingCreator(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_deserializeUsingCreator</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1368                        <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1369</tr>
1370<tr class="rowColor">
1371<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
1372<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseBoolean(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseBoolean</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1373             <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1374</tr>
1375<tr class="altColor">
1376<td class="colFirst"><code>protected boolean</code></td>
1377<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseBooleanFromNumber(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseBooleanFromNumber</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1378                       <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1379</tr>
1380<tr class="rowColor">
1381<td class="colFirst"><code>protected boolean</code></td>
1382<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseBooleanPrimitive(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseBooleanPrimitive</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1383                      <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1384</tr>
1385<tr class="altColor">
1386<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang">Byte</a></code></td>
1387<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseByte(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseByte</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1388          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1389</tr>
1390<tr class="rowColor">
1391<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a></code></td>
1392<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseDate(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseDate</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1393          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1394</tr>
1395<tr class="altColor">
1396<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td>
1397<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseDouble(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseDouble</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1398            <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1399</tr>
1400<tr class="rowColor">
1401<td class="colFirst"><code>protected double</code></td>
1402<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseDoublePrimitive(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseDoublePrimitive</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1403                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1404</tr>
1405<tr class="altColor">
1406<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a></code></td>
1407<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseFloat(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseFloat</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1408           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1409</tr>
1410<tr class="rowColor">
1411<td class="colFirst"><code>protected float</code></td>
1412<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseFloatPrimitive(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseFloatPrimitive</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1413                    <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1414</tr>
1415<tr class="altColor">
1416<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
1417<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseInteger(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseInteger</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1418             <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1419</tr>
1420<tr class="rowColor">
1421<td class="colFirst"><code>protected int</code></td>
1422<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseIntPrimitive(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseIntPrimitive</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1423                  <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1424</tr>
1425<tr class="altColor">
1426<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td>
1427<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseLong(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseLong</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1428          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1429</tr>
1430<tr class="rowColor">
1431<td class="colFirst"><code>protected long</code></td>
1432<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseLongPrimitive(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseLongPrimitive</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1433                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1434</tr>
1435<tr class="altColor">
1436<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a></code></td>
1437<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseShort(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseShort</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1438           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1439</tr>
1440<tr class="rowColor">
1441<td class="colFirst"><code>protected short</code></td>
1442<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#_parseShortPrimitive(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_parseShortPrimitive</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1443                    <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1444</tr>
1445<tr class="altColor">
1446<td class="colFirst"><code>protected void</code></td>
1447<td class="colLast"><span class="strong">MapDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/MapDeserializer.html#_readAndBind(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.util.Map)">_readAndBind</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1448            <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1449            <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;result)</code>&nbsp;</td>
1450</tr>
1451<tr class="rowColor">
1452<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1453<td class="colLast"><span class="strong">UntypedObjectDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/UntypedObjectDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1454           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1455</tr>
1456<tr class="altColor">
1457<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html" title="class in org.codehaus.jackson.util">TokenBuffer</a></code></td>
1458<td class="colLast"><span class="strong">TokenBufferDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/TokenBufferDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1459           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1460</tr>
1461<tr class="rowColor">
1462<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/sql/Timestamp.html?is-external=true" title="class or interface in java.sql">Timestamp</a></code></td>
1463<td class="colLast"><span class="strong">TimestampDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/TimestampDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1464           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1465</tr>
1466<tr class="altColor">
1467<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
1468<td class="colLast"><span class="strong">StringDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StringDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1469           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1470</tr>
1471<tr class="rowColor">
1472<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
1473<td class="colLast"><span class="strong">StringCollectionDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StringCollectionDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1474           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1475</tr>
1476<tr class="altColor">
1477<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
1478<td class="colLast"><span class="strong">StdDeserializer.BooleanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.BooleanDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1479           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1480</tr>
1481<tr class="rowColor">
1482<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang">Byte</a></code></td>
1483<td class="colLast"><span class="strong">StdDeserializer.ByteDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.ByteDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1484           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1485</tr>
1486<tr class="altColor">
1487<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a></code></td>
1488<td class="colLast"><span class="strong">StdDeserializer.ShortDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.ShortDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1489           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1490</tr>
1491<tr class="rowColor">
1492<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a></code></td>
1493<td class="colLast"><span class="strong">StdDeserializer.CharacterDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.CharacterDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1494           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1495</tr>
1496<tr class="altColor">
1497<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
1498<td class="colLast"><span class="strong">StdDeserializer.IntegerDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.IntegerDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1499           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1500</tr>
1501<tr class="rowColor">
1502<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td>
1503<td class="colLast"><span class="strong">StdDeserializer.LongDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.LongDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1504           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1505</tr>
1506<tr class="altColor">
1507<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a></code></td>
1508<td class="colLast"><span class="strong">StdDeserializer.FloatDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.FloatDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1509           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1510</tr>
1511<tr class="rowColor">
1512<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td>
1513<td class="colLast"><span class="strong">StdDeserializer.DoubleDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.DoubleDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1514           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1515</tr>
1516<tr class="altColor">
1517<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a></code></td>
1518<td class="colLast"><span class="strong">StdDeserializer.NumberDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.NumberDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1519           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1520</tr>
1521<tr class="rowColor">
1522<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a></code></td>
1523<td class="colLast"><span class="strong">StdDeserializer.BigDecimalDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.BigDecimalDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1524           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1525</tr>
1526<tr class="altColor">
1527<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></code></td>
1528<td class="colLast"><span class="strong">StdDeserializer.BigIntegerDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.BigIntegerDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1529           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1530</tr>
1531<tr class="rowColor">
1532<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/sql/Date.html?is-external=true" title="class or interface in java.sql">Date</a></code></td>
1533<td class="colLast"><span class="strong">StdDeserializer.SqlDateDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.SqlDateDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1534           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1535</tr>
1536<tr class="altColor">
1537<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StackTraceElement.html?is-external=true" title="class or interface in java.lang">StackTraceElement</a></code></td>
1538<td class="colLast"><span class="strong">StdDeserializer.StackTraceElementDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.StackTraceElementDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1539           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1540</tr>
1541<tr class="rowColor">
1542<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td>
1543<td class="colLast"><span class="strong">ObjectArrayDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/ObjectArrayDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1544           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1545</tr>
1546<tr class="altColor">
1547<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
1548<td class="colLast"><span class="strong">MapDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/MapDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1549           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1550</tr>
1551<tr class="rowColor">
1552<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></td>
1553<td class="colLast"><span class="strong">JsonNodeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/JsonNodeDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1554           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1555<div class="block">Implementation that will produce types of any JSON nodes; not just one
1556 deserializer is registered to handle (in case of more specialized handler).</div>
1557</td>
1558</tr>
1559<tr class="altColor">
1560<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a></code></td>
1561<td class="colLast"><span class="strong">JavaTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/JavaTypeDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1562           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1563</tr>
1564<tr class="rowColor">
1565<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/deser/std/FromStringDeserializer.html" title="type parameter in FromStringDeserializer">T</a></code></td>
1566<td class="colLast"><span class="strong">FromStringDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/FromStringDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1567           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1568</tr>
1569<tr class="altColor">
1570<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;?&gt;</code></td>
1571<td class="colLast"><span class="strong">EnumSetDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/EnumSetDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1572           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1573</tr>
1574<tr class="rowColor">
1575<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/EnumMap.html?is-external=true" title="class or interface in java.util">EnumMap</a>&lt;?,?&gt;</code></td>
1576<td class="colLast"><span class="strong">EnumMapDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/EnumMapDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1577           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1578</tr>
1579<tr class="altColor">
1580<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;?&gt;</code></td>
1581<td class="colLast"><span class="strong">EnumDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/EnumDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1582           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1583</tr>
1584<tr class="rowColor">
1585<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1586<td class="colLast"><span class="strong">EnumDeserializer.FactoryBasedDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/EnumDeserializer.FactoryBasedDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1587           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1588</tr>
1589<tr class="altColor">
1590<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a></code></td>
1591<td class="colLast"><span class="strong">DateDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/DateDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1592           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1593</tr>
1594<tr class="rowColor">
1595<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
1596<td class="colLast"><span class="strong">CollectionDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/CollectionDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1597           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1598</tr>
1599<tr class="altColor">
1600<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
1601<td class="colLast"><span class="strong">ClassDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/ClassDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1602           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1603</tr>
1604<tr class="rowColor">
1605<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</a></code></td>
1606<td class="colLast"><span class="strong">CalendarDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/CalendarDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1607           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1608</tr>
1609<tr class="altColor">
1610<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicReference.html?is-external=true" title="class or interface in java.util.concurrent.atomic">AtomicReference</a>&lt;?&gt;</code></td>
1611<td class="colLast"><span class="strong">AtomicReferenceDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/AtomicReferenceDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1612           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1613</tr>
1614<tr class="rowColor">
1615<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/atomic/AtomicBoolean.html?is-external=true" title="class or interface in java.util.concurrent.atomic">AtomicBoolean</a></code></td>
1616<td class="colLast"><span class="strong">AtomicBooleanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/AtomicBooleanDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1617           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1618</tr>
1619<tr class="altColor">
1620<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
1621<td class="colLast"><span class="strong">CollectionDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/CollectionDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.util.Collection)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1622           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1623           <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;result)</code>&nbsp;</td>
1624</tr>
1625<tr class="rowColor">
1626<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
1627<td class="colLast"><span class="strong">StringCollectionDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StringCollectionDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.util.Collection)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1628           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1629           <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;result)</code>&nbsp;</td>
1630</tr>
1631<tr class="altColor">
1632<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
1633<td class="colLast"><span class="strong">MapDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/MapDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.util.Map)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1634           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1635           <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;result)</code>&nbsp;</td>
1636</tr>
1637<tr class="rowColor">
1638<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang">Byte</a>[]</code></td>
1639<td class="colLast"><span class="strong">ObjectArrayDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/ObjectArrayDeserializer.html#deserializeFromBase64(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromBase64</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1640                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1641</tr>
1642<tr class="altColor">
1643<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1644<td class="colLast"><span class="strong">ThrowableDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/ThrowableDeserializer.html#deserializeFromObject(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeFromObject</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1645                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1646</tr>
1647<tr class="rowColor">
1648<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1649<td class="colLast"><span class="strong">UntypedObjectDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/UntypedObjectDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1650                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1651                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1652</tr>
1653<tr class="altColor">
1654<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
1655<td class="colLast"><span class="strong">StringDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StringDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1656                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1657                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1658</tr>
1659<tr class="rowColor">
1660<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1661<td class="colLast"><span class="strong">StringCollectionDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StringCollectionDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1662                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1663                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1664</tr>
1665<tr class="altColor">
1666<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1667<td class="colLast"><span class="strong">StdScalarDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdScalarDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1668                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1669                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1670</tr>
1671<tr class="rowColor">
1672<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1673<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1674                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1675                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>
1676<div class="block">Base implementation that does not assume specific type
1677 inclusion mechanism.</div>
1678</td>
1679</tr>
1680<tr class="altColor">
1681<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
1682<td class="colLast"><span class="strong">StdDeserializer.BooleanDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.BooleanDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1683                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1684                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1685</tr>
1686<tr class="rowColor">
1687<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
1688<td class="colLast"><span class="strong">StdDeserializer.IntegerDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.IntegerDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1689                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1690                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1691</tr>
1692<tr class="altColor">
1693<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td>
1694<td class="colLast"><span class="strong">StdDeserializer.DoubleDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.DoubleDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1695                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1696                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1697</tr>
1698<tr class="rowColor">
1699<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1700<td class="colLast"><span class="strong">StdDeserializer.NumberDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.NumberDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1701                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1702                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>
1703<div class="block">As mentioned in class Javadoc, there is additional complexity in
1704 handling potentially mixed type information here.</div>
1705</td>
1706</tr>
1707<tr class="altColor">
1708<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1709<td class="colLast"><span class="strong">PrimitiveArrayDeserializers.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/PrimitiveArrayDeserializers.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1710                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1711                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1712</tr>
1713<tr class="rowColor">
1714<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td>
1715<td class="colLast"><span class="strong">ObjectArrayDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/ObjectArrayDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1716                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1717                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1718</tr>
1719<tr class="altColor">
1720<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1721<td class="colLast"><span class="strong">MapDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/MapDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1722                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1723                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1724</tr>
1725<tr class="rowColor">
1726<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1727<td class="colLast"><span class="strong">EnumSetDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/EnumSetDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1728                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1729                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1730</tr>
1731<tr class="altColor">
1732<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1733<td class="colLast"><span class="strong">EnumMapDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/EnumMapDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1734                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1735                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1736</tr>
1737<tr class="rowColor">
1738<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1739<td class="colLast"><span class="strong">CollectionDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/CollectionDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1740                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1741                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
1742</tr>
1743<tr class="altColor">
1744<td class="colFirst"><code>protected void</code></td>
1745<td class="colLast"><span class="strong">StdDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/StdDeserializer.html#handleUnknownProperty(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object, java.lang.String)">handleUnknownProperty</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1746                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1747                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;instanceOrClass,
1748                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propName)</code>
1749<div class="block">Method called to deal with a property that did not map to a known
1750 Bean property.</div>
1751</td>
1752</tr>
1753<tr class="rowColor">
1754<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1755<td class="colLast"><span class="strong">UntypedObjectDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/UntypedObjectDeserializer.html#mapArray(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">mapArray</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1756        <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1757<div class="block">Method called to map a JSON Array into a Java value.</div>
1758</td>
1759</tr>
1760<tr class="altColor">
1761<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td>
1762<td class="colLast"><span class="strong">UntypedObjectDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/UntypedObjectDeserializer.html#mapArrayToArray(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">mapArrayToArray</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1763               <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1764<div class="block">Method called to map a JSON Array into a Java Object array (Object[]).</div>
1765</td>
1766</tr>
1767<tr class="rowColor">
1768<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1769<td class="colLast"><span class="strong">UntypedObjectDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/deser/std/UntypedObjectDeserializer.html#mapObject(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">mapObject</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1770         <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1771<div class="block">Method called to map a JSON Object into a Java value.</div>
1772</td>
1773</tr>
1774</tbody>
1775</table>
1776</li>
1777<li class="blockList"><a name="org.codehaus.jackson.map.exc">
1778<!--   -->
1779</a>
1780<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/map/exc/package-summary.html">org.codehaus.jackson.map.exc</a></h3>
1781<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
1782<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/exc/package-summary.html">org.codehaus.jackson.map.exc</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1783<tr>
1784<th class="colFirst" scope="col">Modifier and Type</th>
1785<th class="colLast" scope="col">Method and Description</th>
1786</tr>
1787<tbody>
1788<tr class="altColor">
1789<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/map/exc/UnrecognizedPropertyException.html" title="class in org.codehaus.jackson.map.exc">UnrecognizedPropertyException</a></code></td>
1790<td class="colLast"><span class="strong">UnrecognizedPropertyException.</span><code><strong><a href="../../../../org/codehaus/jackson/map/exc/UnrecognizedPropertyException.html#from(org.codehaus.jackson.JsonParser, java.lang.Object, java.lang.String)">from</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1791    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;fromObjectOrClass,
1792    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propertyName)</code>&nbsp;</td>
1793</tr>
1794</tbody>
1795</table>
1796</li>
1797<li class="blockList"><a name="org.codehaus.jackson.map.ext">
1798<!--   -->
1799</a>
1800<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/map/ext/package-summary.html">org.codehaus.jackson.map.ext</a></h3>
1801<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
1802<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/ext/package-summary.html">org.codehaus.jackson.map.ext</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1803<tr>
1804<th class="colFirst" scope="col">Modifier and Type</th>
1805<th class="colLast" scope="col">Method and Description</th>
1806</tr>
1807<tbody>
1808<tr class="altColor">
1809<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/ext/JodaDeserializers.DateTimeDeserializer.html" title="type parameter in JodaDeserializers.DateTimeDeserializer">T</a></code></td>
1810<td class="colLast"><span class="strong">JodaDeserializers.DateTimeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ext/JodaDeserializers.DateTimeDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1811           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1812</tr>
1813<tr class="rowColor">
1814<td class="colFirst"><code>LocalDate</code></td>
1815<td class="colLast"><span class="strong">JodaDeserializers.LocalDateDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ext/JodaDeserializers.LocalDateDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1816           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1817</tr>
1818<tr class="altColor">
1819<td class="colFirst"><code>LocalDateTime</code></td>
1820<td class="colLast"><span class="strong">JodaDeserializers.LocalDateTimeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ext/JodaDeserializers.LocalDateTimeDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1821           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1822</tr>
1823<tr class="rowColor">
1824<td class="colFirst"><code>DateMidnight</code></td>
1825<td class="colLast"><span class="strong">JodaDeserializers.DateMidnightDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ext/JodaDeserializers.DateMidnightDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1826           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1827</tr>
1828<tr class="altColor">
1829<td class="colFirst"><code>ReadablePeriod</code></td>
1830<td class="colLast"><span class="strong">JodaDeserializers.PeriodDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ext/JodaDeserializers.PeriodDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1831           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1832</tr>
1833<tr class="rowColor">
1834<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/datatype/XMLGregorianCalendar.html?is-external=true" title="class or interface in javax.xml.datatype">XMLGregorianCalendar</a></code></td>
1835<td class="colLast"><span class="strong">CoreXMLDeserializers.GregorianCalendarDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/ext/CoreXMLDeserializers.GregorianCalendarDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1836           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1837</tr>
1838</tbody>
1839</table>
1840</li>
1841<li class="blockList"><a name="org.codehaus.jackson.map.jsontype.impl">
1842<!--   -->
1843</a>
1844<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/map/jsontype/impl/package-summary.html">org.codehaus.jackson.map.jsontype.impl</a></h3>
1845<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
1846<caption><span>Methods in <a href="../../../../org/codehaus/jackson/map/jsontype/impl/package-summary.html">org.codehaus.jackson.map.jsontype.impl</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1847<tr>
1848<th class="colFirst" scope="col">Modifier and Type</th>
1849<th class="colLast" scope="col">Method and Description</th>
1850</tr>
1851<tbody>
1852<tr class="altColor">
1853<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1854<td class="colLast"><span class="strong">AsPropertyTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsPropertyTypeDeserializer.html#_deserializeIfNatural(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_deserializeIfNatural</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1855                     <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1856<div class="block">Helper method used to check if given parser might be pointing to
1857 a "natural" value, and one that would be acceptable as the
1858 result value (compatible with declared base type)</div>
1859</td>
1860</tr>
1861<tr class="rowColor">
1862<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1863<td class="colLast"><span class="strong">AsPropertyTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsPropertyTypeDeserializer.html#_deserializeTypedUsingDefaultImpl(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.util.TokenBuffer)">_deserializeTypedUsingDefaultImpl</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1864                                 <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
1865                                 <a href="../../../../org/codehaus/jackson/util/TokenBuffer.html" title="class in org.codehaus.jackson.util">TokenBuffer</a>&nbsp;tb)</code>&nbsp;</td>
1866</tr>
1867<tr class="altColor">
1868<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
1869<td class="colLast"><span class="strong">AsArrayTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsArrayTypeDeserializer.html#_locateTypeId(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">_locateTypeId</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1870             <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1871</tr>
1872<tr class="rowColor">
1873<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1874<td class="colLast"><span class="strong">AsWrapperTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsWrapperTypeDeserializer.html#deserializeTypedFromAny(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromAny</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1875                       <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1876</tr>
1877<tr class="altColor">
1878<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1879<td class="colLast"><span class="strong">AsPropertyTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsPropertyTypeDeserializer.html#deserializeTypedFromAny(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromAny</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1880                       <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1881</tr>
1882<tr class="rowColor">
1883<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1884<td class="colLast"><span class="strong">AsArrayTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsArrayTypeDeserializer.html#deserializeTypedFromAny(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromAny</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1885                       <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1886</tr>
1887<tr class="altColor">
1888<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1889<td class="colLast"><span class="strong">AsWrapperTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsWrapperTypeDeserializer.html#deserializeTypedFromArray(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromArray</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1890                         <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1891</tr>
1892<tr class="rowColor">
1893<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1894<td class="colLast"><span class="strong">AsArrayTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsArrayTypeDeserializer.html#deserializeTypedFromArray(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromArray</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1895                         <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1896<div class="block">Method called when actual object is serialized as JSON Array.</div>
1897</td>
1898</tr>
1899<tr class="altColor">
1900<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1901<td class="colLast"><span class="strong">AsWrapperTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsWrapperTypeDeserializer.html#deserializeTypedFromObject(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromObject</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1902                          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1903<div class="block">Deserializing type id enclosed using WRAPPER_OBJECT style is straightforward</div>
1904</td>
1905</tr>
1906<tr class="rowColor">
1907<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1908<td class="colLast"><span class="strong">AsPropertyTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsPropertyTypeDeserializer.html#deserializeTypedFromObject(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromObject</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1909                          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1910<div class="block">This is the trickiest thing to handle, since property we are looking
1911 for may be anywhere...</div>
1912</td>
1913</tr>
1914<tr class="altColor">
1915<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1916<td class="colLast"><span class="strong">AsArrayTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsArrayTypeDeserializer.html#deserializeTypedFromObject(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromObject</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1917                          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>
1918<div class="block">Method called when actual object is serialized as JSON Object</div>
1919</td>
1920</tr>
1921<tr class="rowColor">
1922<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1923<td class="colLast"><span class="strong">AsWrapperTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsWrapperTypeDeserializer.html#deserializeTypedFromScalar(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromScalar</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1924                          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1925</tr>
1926<tr class="altColor">
1927<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
1928<td class="colLast"><span class="strong">AsArrayTypeDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/map/jsontype/impl/AsArrayTypeDeserializer.html#deserializeTypedFromScalar(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserializeTypedFromScalar</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
1929                          <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
1930</tr>
1931</tbody>
1932</table>
1933</li>
1934<li class="blockList"><a name="org.codehaus.jackson.node">
1935<!--   -->
1936</a>
1937<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/node/package-summary.html">org.codehaus.jackson.node</a></h3>
1938<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
1939<caption><span>Subclasses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/node/package-summary.html">org.codehaus.jackson.node</a></span><span class="tabEnd">&nbsp;</span></caption>
1940<tr>
1941<th class="colFirst" scope="col">Modifier and Type</th>
1942<th class="colLast" scope="col">Class and Description</th>
1943</tr>
1944<tbody>
1945<tr class="altColor">
1946<td class="colFirst"><code>class&nbsp;</code></td>
1947<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TreeTraversingParser.html" title="class in org.codehaus.jackson.node">TreeTraversingParser</a></strong></code>
1948<div class="block">Facade over <a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson"><code>JsonNode</code></a> that implements <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a> to allow
1949 accessing contents of JSON tree in alternate form (stream of tokens).</div>
1950</td>
1951</tr>
1952</tbody>
1953</table>
1954<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
1955<caption><span>Methods in <a href="../../../../org/codehaus/jackson/node/package-summary.html">org.codehaus.jackson.node</a> that return <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1956<tr>
1957<th class="colFirst" scope="col">Modifier and Type</th>
1958<th class="colLast" scope="col">Method and Description</th>
1959</tr>
1960<tbody>
1961<tr class="altColor">
1962<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
1963<td class="colLast"><span class="strong">TreeTraversingParser.</span><code><strong><a href="../../../../org/codehaus/jackson/node/TreeTraversingParser.html#skipChildren()">skipChildren</a></strong>()</code>&nbsp;</td>
1964</tr>
1965<tr class="rowColor">
1966<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
1967<td class="colLast"><span class="strong">BaseJsonNode.</span><code><strong><a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#traverse()">traverse</a></strong>()</code>&nbsp;</td>
1968</tr>
1969</tbody>
1970</table>
1971</li>
1972<li class="blockList"><a name="org.codehaus.jackson.smile">
1973<!--   -->
1974</a>
1975<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/smile/package-summary.html">org.codehaus.jackson.smile</a></h3>
1976<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
1977<caption><span>Subclasses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/smile/package-summary.html">org.codehaus.jackson.smile</a></span><span class="tabEnd">&nbsp;</span></caption>
1978<tr>
1979<th class="colFirst" scope="col">Modifier and Type</th>
1980<th class="colLast" scope="col">Class and Description</th>
1981</tr>
1982<tbody>
1983<tr class="altColor">
1984<td class="colFirst"><code>class&nbsp;</code></td>
1985<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileParser.html" title="class in org.codehaus.jackson.smile">SmileParser</a></strong></code>&nbsp;</td>
1986</tr>
1987</tbody>
1988</table>
1989<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
1990<caption><span>Methods in <a href="../../../../org/codehaus/jackson/smile/package-summary.html">org.codehaus.jackson.smile</a> that return <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
1991<tr>
1992<th class="colFirst" scope="col">Modifier and Type</th>
1993<th class="colLast" scope="col">Method and Description</th>
1994</tr>
1995<tbody>
1996<tr class="altColor">
1997<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
1998<td class="colLast"><span class="strong">SmileFactory.</span><code><strong><a href="../../../../org/codehaus/jackson/smile/SmileFactory.html#_createJsonParser(java.io.Reader, org.codehaus.jackson.io.IOContext)">_createJsonParser</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;r,
1999                 <a href="../../../../org/codehaus/jackson/io/IOContext.html" title="class in org.codehaus.jackson.io">IOContext</a>&nbsp;ctxt)</code>
2000<div class="block">Overridable factory method that actually instantiates desired
2001 parser.</div>
2002</td>
2003</tr>
2004</tbody>
2005</table>
2006</li>
2007<li class="blockList"><a name="org.codehaus.jackson.util">
2008<!--   -->
2009</a>
2010<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a></h3>
2011<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
2012<caption><span>Subclasses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a></span><span class="tabEnd">&nbsp;</span></caption>
2013<tr>
2014<th class="colFirst" scope="col">Modifier and Type</th>
2015<th class="colLast" scope="col">Class and Description</th>
2016</tr>
2017<tbody>
2018<tr class="altColor">
2019<td class="colFirst"><code>class&nbsp;</code></td>
2020<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserDelegate.html" title="class in org.codehaus.jackson.util">JsonParserDelegate</a></strong></code>
2021<div class="block">Helper class that implements
2022 <a href="http://en.wikipedia.org/wiki/Delegation_pattern">delegation pattern</a> for <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>,
2023 to allow for simple overridability of basic parsing functionality.</div>
2024</td>
2025</tr>
2026<tr class="rowColor">
2027<td class="colFirst"><code>class&nbsp;</code></td>
2028<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserSequence.html" title="class in org.codehaus.jackson.util">JsonParserSequence</a></strong></code>
2029<div class="block">Helper class that can be used to sequence multiple physical
2030 <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>s to create a single logical sequence of
2031 tokens, as a single <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>.</div>
2032</td>
2033</tr>
2034<tr class="altColor">
2035<td class="colFirst"><code>protected static class&nbsp;</code></td>
2036<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.Parser.html" title="class in org.codehaus.jackson.util">TokenBuffer.Parser</a></strong></code>&nbsp;</td>
2037</tr>
2038</tbody>
2039</table>
2040<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
2041<caption><span>Fields in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> declared as <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
2042<tr>
2043<th class="colFirst" scope="col">Modifier and Type</th>
2044<th class="colLast" scope="col">Field and Description</th>
2045</tr>
2046<tbody>
2047<tr class="altColor">
2048<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>[]</code></td>
2049<td class="colLast"><span class="strong">JsonParserSequence.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserSequence.html#_parsers">_parsers</a></strong></code>
2050<div class="block">Parsers other than the first one (which is initially assigned
2051 as delegate)</div>
2052</td>
2053</tr>
2054<tr class="rowColor">
2055<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
2056<td class="colLast"><span class="strong">JsonParserDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserDelegate.html#delegate">delegate</a></strong></code>
2057<div class="block">Delegate object that method calls are delegated to.</div>
2058</td>
2059</tr>
2060</tbody>
2061</table>
2062<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
2063<caption><span>Methods in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> that return <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
2064<tr>
2065<th class="colFirst" scope="col">Modifier and Type</th>
2066<th class="colLast" scope="col">Method and Description</th>
2067</tr>
2068<tbody>
2069<tr class="altColor">
2070<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
2071<td class="colLast"><span class="strong">TokenBuffer.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html#asParser()">asParser</a></strong>()</code>
2072<div class="block">Method used to create a <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a> that can read contents
2073 stored in this buffer.</div>
2074</td>
2075</tr>
2076<tr class="rowColor">
2077<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
2078<td class="colLast"><span class="strong">TokenBuffer.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html#asParser(org.codehaus.jackson.JsonParser)">asParser</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;src)</code>&nbsp;</td>
2079</tr>
2080<tr class="altColor">
2081<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
2082<td class="colLast"><span class="strong">TokenBuffer.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html#asParser(org.codehaus.jackson.ObjectCodec)">asParser</a></strong>(<a href="../../../../org/codehaus/jackson/ObjectCodec.html" title="class in org.codehaus.jackson">ObjectCodec</a>&nbsp;codec)</code>
2083<div class="block">Method used to create a <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a> that can read contents
2084 stored in this buffer.</div>
2085</td>
2086</tr>
2087<tr class="rowColor">
2088<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
2089<td class="colLast"><span class="strong">JsonParserDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserDelegate.html#disable(org.codehaus.jackson.JsonParser.Feature)">disable</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson">JsonParser.Feature</a>&nbsp;f)</code>&nbsp;</td>
2090</tr>
2091<tr class="altColor">
2092<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
2093<td class="colLast"><span class="strong">JsonParserDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserDelegate.html#enable(org.codehaus.jackson.JsonParser.Feature)">enable</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson">JsonParser.Feature</a>&nbsp;f)</code>&nbsp;</td>
2094</tr>
2095<tr class="rowColor">
2096<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
2097<td class="colLast"><span class="strong">JsonParserDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserDelegate.html#skipChildren()">skipChildren</a></strong>()</code>&nbsp;</td>
2098</tr>
2099</tbody>
2100</table>
2101<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
2102<caption><span>Methods in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
2103<tr>
2104<th class="colFirst" scope="col">Modifier and Type</th>
2105<th class="colLast" scope="col">Method and Description</th>
2106</tr>
2107<tbody>
2108<tr class="altColor">
2109<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
2110<td class="colLast"><span class="strong">TokenBuffer.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html#asParser(org.codehaus.jackson.JsonParser)">asParser</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;src)</code>&nbsp;</td>
2111</tr>
2112<tr class="rowColor">
2113<td class="colFirst"><code>void</code></td>
2114<td class="colLast"><span class="strong">TokenBuffer.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html#copyCurrentEvent(org.codehaus.jackson.JsonParser)">copyCurrentEvent</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
2115</tr>
2116<tr class="altColor">
2117<td class="colFirst"><code>void</code></td>
2118<td class="colLast"><span class="strong">JsonGeneratorDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonGeneratorDelegate.html#copyCurrentEvent(org.codehaus.jackson.JsonParser)">copyCurrentEvent</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
2119</tr>
2120<tr class="rowColor">
2121<td class="colFirst"><code>void</code></td>
2122<td class="colLast"><span class="strong">TokenBuffer.</span><code><strong><a href="../../../../org/codehaus/jackson/util/TokenBuffer.html#copyCurrentStructure(org.codehaus.jackson.JsonParser)">copyCurrentStructure</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
2123</tr>
2124<tr class="altColor">
2125<td class="colFirst"><code>void</code></td>
2126<td class="colLast"><span class="strong">JsonGeneratorDelegate.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonGeneratorDelegate.html#copyCurrentStructure(org.codehaus.jackson.JsonParser)">copyCurrentStructure</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp)</code>&nbsp;</td>
2127</tr>
2128<tr class="rowColor">
2129<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/util/JsonParserSequence.html" title="class in org.codehaus.jackson.util">JsonParserSequence</a></code></td>
2130<td class="colLast"><span class="strong">JsonParserSequence.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserSequence.html#createFlattened(org.codehaus.jackson.JsonParser, org.codehaus.jackson.JsonParser)">createFlattened</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;first,
2131               <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;second)</code>
2132<div class="block">Method that will construct a parser (possibly a sequence) that
2133 contains all given sub-parsers.</div>
2134</td>
2135</tr>
2136</tbody>
2137</table>
2138<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
2139<caption><span>Method parameters in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> with type arguments of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
2140<tr>
2141<th class="colFirst" scope="col">Modifier and Type</th>
2142<th class="colLast" scope="col">Method and Description</th>
2143</tr>
2144<tbody>
2145<tr class="altColor">
2146<td class="colFirst"><code>protected void</code></td>
2147<td class="colLast"><span class="strong">JsonParserSequence.</span><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserSequence.html#addFlattenedActiveParsers(java.util.List)">addFlattenedActiveParsers</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&gt;&nbsp;result)</code>&nbsp;</td>
2148</tr>
2149</tbody>
2150</table>
2151<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
2152<caption><span>Constructors in <a href="../../../../org/codehaus/jackson/util/package-summary.html">org.codehaus.jackson.util</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
2153<tr>
2154<th class="colOne" scope="col">Constructor and Description</th>
2155</tr>
2156<tbody>
2157<tr class="altColor">
2158<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserDelegate.html#JsonParserDelegate(org.codehaus.jackson.JsonParser)">JsonParserDelegate</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;d)</code>&nbsp;</td>
2159</tr>
2160<tr class="rowColor">
2161<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/util/JsonParserSequence.html#JsonParserSequence(org.codehaus.jackson.JsonParser[])">JsonParserSequence</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>[]&nbsp;parsers)</code>&nbsp;</td>
2162</tr>
2163</tbody>
2164</table>
2165</li>
2166<li class="blockList"><a name="org.codehaus.jackson.xc">
2167<!--   -->
2168</a>
2169<h3>Uses of <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a> in <a href="../../../../org/codehaus/jackson/xc/package-summary.html">org.codehaus.jackson.xc</a></h3>
2170<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
2171<caption><span>Methods in <a href="../../../../org/codehaus/jackson/xc/package-summary.html">org.codehaus.jackson.xc</a> with parameters of type <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></span><span class="tabEnd">&nbsp;</span></caption>
2172<tr>
2173<th class="colFirst" scope="col">Modifier and Type</th>
2174<th class="colLast" scope="col">Method and Description</th>
2175</tr>
2176<tbody>
2177<tr class="altColor">
2178<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
2179<td class="colLast"><span class="strong">XmlAdapterJsonDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/xc/XmlAdapterJsonDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
2180           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
2181</tr>
2182<tr class="rowColor">
2183<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a></code></td>
2184<td class="colLast"><span class="strong">DomElementJsonDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/xc/DomElementJsonDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
2185           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
2186</tr>
2187<tr class="altColor">
2188<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/javax/activation/DataHandler.html?is-external=true" title="class or interface in javax.activation">DataHandler</a></code></td>
2189<td class="colLast"><span class="strong">DataHandlerJsonDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/xc/DataHandlerJsonDeserializer.html#deserialize(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext)">deserialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
2190           <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt)</code>&nbsp;</td>
2191</tr>
2192<tr class="rowColor">
2193<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
2194<td class="colLast"><span class="strong">XmlAdapterJsonDeserializer.</span><code><strong><a href="../../../../org/codehaus/jackson/xc/XmlAdapterJsonDeserializer.html#deserializeWithType(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, org.codehaus.jackson.map.TypeDeserializer)">deserializeWithType</a></strong>(<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;jp,
2195                   <a href="../../../../org/codehaus/jackson/map/DeserializationContext.html" title="class in org.codehaus.jackson.map">DeserializationContext</a>&nbsp;ctxt,
2196                   <a href="../../../../org/codehaus/jackson/map/TypeDeserializer.html" title="class in org.codehaus.jackson.map">TypeDeserializer</a>&nbsp;typeDeserializer)</code>&nbsp;</td>
2197</tr>
2198</tbody>
2199</table>
2200</li>
2201</ul>
2202</li>
2203</ul>
2204</div>
2205<!-- ======= START OF BOTTOM NAVBAR ====== -->
2206<div class="bottomNav"><a name="navbar_bottom">
2207<!--   -->
2208</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
2209<!--   -->
2210</a>
2211<ul class="navList" title="Navigation">
2212<li><a href="../../../../overview-summary.html">Overview</a></li>
2213<li><a href="../package-summary.html">Package</a></li>
2214<li><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">Class</a></li>
2215<li class="navBarCell1Rev">Use</li>
2216<li><a href="../package-tree.html">Tree</a></li>
2217<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
2218<li><a href="../../../../index-all.html">Index</a></li>
2219<li><a href="../../../../help-doc.html">Help</a></li>
2220</ul>
2221</div>
2222<div class="subNav">
2223<ul class="navList">
2224<li>Prev</li>
2225<li>Next</li>
2226</ul>
2227<ul class="navList">
2228<li><a href="../../../../index.html?org/codehaus/jackson/class-use/JsonParser.html" target="_top">Frames</a></li>
2229<li><a href="JsonParser.html" target="_top">No Frames</a></li>
2230</ul>
2231<ul class="navList" id="allclasses_navbar_bottom">
2232<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
2233</ul>
2234<div>
2235<script type="text/javascript"><!--
2236  allClassesLink = document.getElementById("allclasses_navbar_bottom");
2237  if(window==top) {
2238    allClassesLink.style.display = "block";
2239  }
2240  else {
2241    allClassesLink.style.display = "none";
2242  }
2243  //-->
2244</script>
2245</div>
2246<a name="skip-navbar_bottom">
2247<!--   -->
2248</a></div>
2249<!-- ======== END OF BOTTOM NAVBAR ======= -->
2250</body>
2251</html>
2252