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 (1.8.0) on Sun Jul 19 11:36:54 PDT 2015 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>com.fasterxml.jackson.databind.deser (jackson-databind 2.6.0 API)</title> 8<meta name="date" content="2015-07-19"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10<script type="text/javascript" src="../../../../../script.js"></script> 11</head> 12<body> 13<script type="text/javascript"><!-- 14 try { 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="com.fasterxml.jackson.databind.deser (jackson-databind 2.6.0 API)"; 17 } 18 } 19 catch(err) { 20 } 21//--> 22</script> 23<noscript> 24<div>JavaScript is disabled on your browser.</div> 25</noscript> 26<!-- ========= START OF TOP NAVBAR ======= --> 27<div class="topNav"><a name="navbar.top"> 28<!-- --> 29</a> 30<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> 31<a name="navbar.top.firstrow"> 32<!-- --> 33</a> 34<ul class="navList" title="Navigation"> 35<li><a href="../../../../../overview-summary.html">Overview</a></li> 36<li class="navBarCell1Rev">Package</li> 37<li>Class</li> 38<li><a href="package-use.html">Use</a></li> 39<li><a href="package-tree.html">Tree</a></li> 40<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 41<li><a href="../../../../../index-all.html">Index</a></li> 42<li><a href="../../../../../help-doc.html">Help</a></li> 43</ul> 44</div> 45<div class="subNav"> 46<ul class="navList"> 47<li><a href="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html">Prev Package</a></li> 48<li><a href="../../../../../com/fasterxml/jackson/databind/deser/impl/package-summary.html">Next Package</a></li> 49</ul> 50<ul class="navList"> 51<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/deser/package-summary.html" target="_top">Frames</a></li> 52<li><a href="package-summary.html" target="_top">No Frames</a></li> 53</ul> 54<ul class="navList" id="allclasses_navbar_top"> 55<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 56</ul> 57<div> 58<script type="text/javascript"><!-- 59 allClassesLink = document.getElementById("allclasses_navbar_top"); 60 if(window==top) { 61 allClassesLink.style.display = "block"; 62 } 63 else { 64 allClassesLink.style.display = "none"; 65 } 66 //--> 67</script> 68</div> 69<a name="skip.navbar.top"> 70<!-- --> 71</a></div> 72<!-- ========= END OF TOP NAVBAR ========= --> 73<div class="header"> 74<h1 title="Package" class="title">Package com.fasterxml.jackson.databind.deser</h1> 75<div class="docSummary"> 76<div class="block">Contains implementation classes of deserialization part of 77 data binding.</div> 78</div> 79<p>See: <a href="#package.description">Description</a></p> 80</div> 81<div class="contentContainer"> 82<ul class="blockList"> 83<li class="blockList"> 84<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> 85<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> 86<tr> 87<th class="colFirst" scope="col">Interface</th> 88<th class="colLast" scope="col">Description</th> 89</tr> 90<tbody> 91<tr class="altColor"> 92<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/ContextualDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser">ContextualDeserializer</a></td> 93<td class="colLast"> 94<div class="block">Add-on interface that <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind"><code>JsonDeserializer</code></a>s can implement to get a callback 95 that can be used to create contextual (context-dependent) instances of 96 deserializer to use for handling properties of supported type.</div> 97</td> 98</tr> 99<tr class="rowColor"> 100<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/ContextualKeyDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser">ContextualKeyDeserializer</a></td> 101<td class="colLast"> 102<div class="block">Add-on interface that <a href="../../../../../com/fasterxml/jackson/databind/KeyDeserializer.html" title="class in com.fasterxml.jackson.databind"><code>KeyDeserializer</code></a>s can implement to get a callback 103 that can be used to create contextual instances of key deserializer to use for 104 handling Map keys of supported type.</div> 105</td> 106</tr> 107<tr class="altColor"> 108<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/Deserializers.html" title="interface in com.fasterxml.jackson.databind.deser">Deserializers</a></td> 109<td class="colLast"> 110<div class="block">Interface that defines API for simple extensions that can provide additional deserializers 111 for various types.</div> 112</td> 113</tr> 114<tr class="rowColor"> 115<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/KeyDeserializers.html" title="interface in com.fasterxml.jackson.databind.deser">KeyDeserializers</a></td> 116<td class="colLast"> 117<div class="block">Interface that defines API for simple extensions that can provide additional deserializers 118 for deserializer Map keys of various types, from JSON property names.</div> 119</td> 120</tr> 121<tr class="altColor"> 122<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/ResolvableDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser">ResolvableDeserializer</a></td> 123<td class="colLast"> 124<div class="block">Interface used to indicate deserializers that want to do post-processing 125 after construction but before being returned to caller (and possibly cached) 126 and used.</div> 127</td> 128</tr> 129<tr class="rowColor"> 130<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiators.html" title="interface in com.fasterxml.jackson.databind.deser">ValueInstantiators</a></td> 131<td class="colLast"> 132<div class="block">Interface for providers of <a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser"><code>ValueInstantiator</code></a> instances.</div> 133</td> 134</tr> 135</tbody> 136</table> 137</li> 138<li class="blockList"> 139<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> 140<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> 141<tr> 142<th class="colFirst" scope="col">Class</th> 143<th class="colLast" scope="col">Description</th> 144</tr> 145<tbody> 146<tr class="altColor"> 147<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/AbstractDeserializer.html" title="class in com.fasterxml.jackson.databind.deser">AbstractDeserializer</a></td> 148<td class="colLast"> 149<div class="block">Deserializer only used for abstract types used as placeholders during polymorphic 150 type handling deserialization.</div> 151</td> 152</tr> 153<tr class="rowColor"> 154<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/BasicDeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser">BasicDeserializerFactory</a></td> 155<td class="colLast"> 156<div class="block">Abstract factory base class that can provide deserializers for standard 157 JDK classes, including collection classes and simple heuristics for 158 "upcasting" common collection interface types 159 (such as <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a>).</div> 160</td> 161</tr> 162<tr class="altColor"> 163<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializer.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializer</a></td> 164<td class="colLast"> 165<div class="block">Deserializer class that can deserialize instances of 166 arbitrary bean objects, usually from JSON Object structs,</div> 167</td> 168</tr> 169<tr class="rowColor"> 170<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerBase.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerBase</a></td> 171<td class="colLast"> 172<div class="block">Base class for <code>BeanDeserializer</code>.</div> 173</td> 174</tr> 175<tr class="altColor"> 176<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerBuilder.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerBuilder</a></td> 177<td class="colLast"> 178<div class="block">Builder class used for aggregating deserialization information about 179 a POJO, in order to build a <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind"><code>JsonDeserializer</code></a> for deserializing 180 instances.</div> 181</td> 182</tr> 183<tr class="rowColor"> 184<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerFactory</a></td> 185<td class="colLast"> 186<div class="block">Concrete deserializer factory class that adds full Bean deserializer 187 construction logic using class introspection.</div> 188</td> 189</tr> 190<tr class="altColor"> 191<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerModifier.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerModifier</a></td> 192<td class="colLast"> 193<div class="block">Abstract class that defines API for objects that can be registered 194 to participate in constructing <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind"><code>JsonDeserializer</code></a> instances 195 (via <a href="../../../../../com/fasterxml/jackson/databind/deser/DeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser"><code>DeserializerFactory</code></a>).</div> 196</td> 197</tr> 198<tr class="rowColor"> 199<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/BuilderBasedDeserializer.html" title="class in com.fasterxml.jackson.databind.deser">BuilderBasedDeserializer</a></td> 200<td class="colLast"> 201<div class="block">Class that handles deserialization using a separate 202 Builder class, which is used for data binding and 203 produces actual deserialized value at the end 204 of data binding.</div> 205</td> 206</tr> 207<tr class="altColor"> 208<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/CreatorProperty.html" title="class in com.fasterxml.jackson.databind.deser">CreatorProperty</a></td> 209<td class="colLast"> 210<div class="block">This concrete sub-class implements property that is passed 211 via Creator (constructor or static factory method).</div> 212</td> 213</tr> 214<tr class="rowColor"> 215<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/DataFormatReaders.html" title="class in com.fasterxml.jackson.databind.deser">DataFormatReaders</a></td> 216<td class="colLast"> 217<div class="block">Alternative to <code>DataFormatDetector</code> that needs to be used when 218 using data-binding.</div> 219</td> 220</tr> 221<tr class="rowColor"> 222<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/DataFormatReaders.Match.html" title="class in com.fasterxml.jackson.databind.deser">DataFormatReaders.Match</a></td> 223<td class="colLast"> 224<div class="block">Result class, similar to <code>DataFormatMatcher</code></div> 225</td> 226</tr> 227<tr class="altColor"> 228<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.html" title="class in com.fasterxml.jackson.databind.deser">DefaultDeserializationContext</a></td> 229<td class="colLast"> 230<div class="block">Complete <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><code>DeserializationContext</code></a> implementation that adds 231 extended API for <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> (and <a href="../../../../../com/fasterxml/jackson/databind/ObjectReader.html" title="class in com.fasterxml.jackson.databind"><code>ObjectReader</code></a>) 232 to call, as well as implements certain parts that base class 233 has left abstract.</div> 234</td> 235</tr> 236<tr class="rowColor"> 237<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.Impl.html" title="class in com.fasterxml.jackson.databind.deser">DefaultDeserializationContext.Impl</a></td> 238<td class="colLast"> 239<div class="block">Actual full concrete implementation</div> 240</td> 241</tr> 242<tr class="altColor"> 243<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/DeserializationProblemHandler.html" title="class in com.fasterxml.jackson.databind.deser">DeserializationProblemHandler</a></td> 244<td class="colLast"> 245<div class="block">This is the class that can be registered (via 246 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationConfig.html" title="class in com.fasterxml.jackson.databind"><code>DeserializationConfig</code></a> object owner by 247 <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a>) to get calledn when a potentially 248 recoverable problem is encountered during deserialization 249 process.</div> 250</td> 251</tr> 252<tr class="rowColor"> 253<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/DeserializerCache.html" title="class in com.fasterxml.jackson.databind.deser">DeserializerCache</a></td> 254<td class="colLast"> 255<div class="block">Class that defines caching layer between callers (like 256 <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a>, 257 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><code>DeserializationContext</code></a>) 258 and classes that construct deserializers 259 (<a href="../../../../../com/fasterxml/jackson/databind/deser/DeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser"><code>DeserializerFactory</code></a>).</div> 260</td> 261</tr> 262<tr class="altColor"> 263<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/DeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser">DeserializerFactory</a></td> 264<td class="colLast"> 265<div class="block">Abstract class that defines API used by <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><code>DeserializationContext</code></a> 266 to construct actual 267 <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind"><code>JsonDeserializer</code></a> instances (which are then cached by 268 context and/or dedicated cache).</div> 269</td> 270</tr> 271<tr class="rowColor"> 272<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/Deserializers.Base.html" title="class in com.fasterxml.jackson.databind.deser">Deserializers.Base</a></td> 273<td class="colLast"> 274<div class="block">Basic <a href="../../../../../com/fasterxml/jackson/databind/deser/Deserializers.html" title="interface in com.fasterxml.jackson.databind.deser"><code>Deserializers</code></a> implementation that implements all methods but provides 275 no deserializers.</div> 276</td> 277</tr> 278<tr class="altColor"> 279<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableAnyProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableAnyProperty</a></td> 280<td class="colLast"> 281<div class="block">Class that represents a "wildcard" set method which can be used 282 to generically set values of otherwise unmapped (aka "unknown") 283 properties read from Json content.</div> 284</td> 285</tr> 286<tr class="rowColor"> 287<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</a></td> 288<td class="colLast"> 289<div class="block">Base class for deserializable properties of a bean: contains 290 both type and name definitions, and reflection-based set functionality.</div> 291</td> 292</tr> 293<tr class="altColor"> 294<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/UnresolvedId.html" title="class in com.fasterxml.jackson.databind.deser">UnresolvedId</a></td> 295<td class="colLast"> 296<div class="block">Helper class for <a href="../../../../../com/fasterxml/jackson/databind/deser/UnresolvedForwardReference.html" title="class in com.fasterxml.jackson.databind.deser"><code>UnresolvedForwardReference</code></a>, to contain information about unresolved ids.</div> 297</td> 298</tr> 299<tr class="rowColor"> 300<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser">ValueInstantiator</a></td> 301<td class="colLast"> 302<div class="block">Class that defines simple API implemented by objects that create value 303 instances.</div> 304</td> 305</tr> 306<tr class="altColor"> 307<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiators.Base.html" title="class in com.fasterxml.jackson.databind.deser">ValueInstantiators.Base</a></td> 308<td class="colLast"> 309<div class="block">Basic "NOP" implementation that can be used as the base class for custom implementations.</div> 310</td> 311</tr> 312</tbody> 313</table> 314</li> 315<li class="blockList"> 316<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation"> 317<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption> 318<tr> 319<th class="colFirst" scope="col">Exception</th> 320<th class="colLast" scope="col">Description</th> 321</tr> 322<tbody> 323<tr class="altColor"> 324<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/deser/UnresolvedForwardReference.html" title="class in com.fasterxml.jackson.databind.deser">UnresolvedForwardReference</a></td> 325<td class="colLast"> 326<div class="block">Exception thrown during deserialization when there are object id that can't 327 be resolved.</div> 328</td> 329</tr> 330</tbody> 331</table> 332</li> 333</ul> 334<a name="package.description"> 335<!-- --> 336</a> 337<h2 title="Package com.fasterxml.jackson.databind.deser Description">Package com.fasterxml.jackson.databind.deser Description</h2> 338<div class="block">Contains implementation classes of deserialization part of 339 data binding.</div> 340</div> 341<!-- ======= START OF BOTTOM NAVBAR ====== --> 342<div class="bottomNav"><a name="navbar.bottom"> 343<!-- --> 344</a> 345<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 346<a name="navbar.bottom.firstrow"> 347<!-- --> 348</a> 349<ul class="navList" title="Navigation"> 350<li><a href="../../../../../overview-summary.html">Overview</a></li> 351<li class="navBarCell1Rev">Package</li> 352<li>Class</li> 353<li><a href="package-use.html">Use</a></li> 354<li><a href="package-tree.html">Tree</a></li> 355<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 356<li><a href="../../../../../index-all.html">Index</a></li> 357<li><a href="../../../../../help-doc.html">Help</a></li> 358</ul> 359</div> 360<div class="subNav"> 361<ul class="navList"> 362<li><a href="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html">Prev Package</a></li> 363<li><a href="../../../../../com/fasterxml/jackson/databind/deser/impl/package-summary.html">Next Package</a></li> 364</ul> 365<ul class="navList"> 366<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/deser/package-summary.html" target="_top">Frames</a></li> 367<li><a href="package-summary.html" target="_top">No Frames</a></li> 368</ul> 369<ul class="navList" id="allclasses_navbar_bottom"> 370<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 371</ul> 372<div> 373<script type="text/javascript"><!-- 374 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 375 if(window==top) { 376 allClassesLink.style.display = "block"; 377 } 378 else { 379 allClassesLink.style.display = "none"; 380 } 381 //--> 382</script> 383</div> 384<a name="skip.navbar.bottom"> 385<!-- --> 386</a></div> 387<!-- ======== END OF BOTTOM NAVBAR ======= --> 388<p class="legalCopy"><small>Copyright © 2014–2015 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 389</body> 390</html> 391