1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!--NewPage--> 3<HTML> 4<HEAD> 5<!-- Generated by javadoc (build 1.6.0_35) on Tue Oct 09 17:08:22 PDT 2012 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8com.fasterxml.jackson.databind.deser (jackson-databind 2.1.0 API) 9</TITLE> 10 11<META NAME="date" CONTENT="2012-10-09"> 12 13<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> 14 15<SCRIPT type="text/javascript"> 16function windowTitle() 17{ 18 if (location.href.indexOf('is-external=true') == -1) { 19 parent.document.title="com.fasterxml.jackson.databind.deser (jackson-databind 2.1.0 API)"; 20 } 21} 22</SCRIPT> 23<NOSCRIPT> 24</NOSCRIPT> 25 26</HEAD> 27 28<BODY BGCOLOR="white" onload="windowTitle();"> 29<HR> 30 31 32<!-- ========= START OF TOP NAVBAR ======= --> 33<A NAME="navbar_top"><!-- --></A> 34<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 36<TR> 37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 38<A NAME="navbar_top_firstrow"><!-- --></A> 39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 40 <TR ALIGN="center" VALIGN="top"> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 49 </TR> 50</TABLE> 51</TD> 52<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 53</EM> 54</TD> 55</TR> 56 57<TR> 58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 59 <A HREF="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html"><B>PREV PACKAGE</B></A> 60 <A HREF="../../../../../com/fasterxml/jackson/databind/deser/impl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/deser/package-summary.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 64 <SCRIPT type="text/javascript"> 65 <!-- 66 if(window==top) { 67 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 68 } 69 //--> 70</SCRIPT> 71<NOSCRIPT> 72 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> 73</NOSCRIPT> 74 75 76</FONT></TD> 77</TR> 78</TABLE> 79<A NAME="skip-navbar_top"></A> 80<!-- ========= END OF TOP NAVBAR ========= --> 81 82<HR> 83<H2> 84Package com.fasterxml.jackson.databind.deser 85</H2> 86Contains implementation classes of deserialization part of 87 data binding. 88<P> 89<B>See:</B> 90<BR> 91 <A HREF="#package_description"><B>Description</B></A> 92<P> 93 94<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 95<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 96<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 97<B>Interface Summary</B></FONT></TH> 98</TR> 99<TR BGCOLOR="white" CLASS="TableRowColor"> 100<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/ContextualDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser">ContextualDeserializer</A></B></TD> 101<TD>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 102 that can be used to create contextual (context-dependent) instances of 103 deserializer to use for handling properties of supported type.</TD> 104</TR> 105<TR BGCOLOR="white" CLASS="TableRowColor"> 106<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/ContextualKeyDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser">ContextualKeyDeserializer</A></B></TD> 107<TD>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 108 that can be used to create contextual instances of key deserializer to use for 109 handling Map keys of supported type.</TD> 110</TR> 111<TR BGCOLOR="white" CLASS="TableRowColor"> 112<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/Deserializers.html" title="interface in com.fasterxml.jackson.databind.deser">Deserializers</A></B></TD> 113<TD>Interface that defines API for simple extensions that can provide additional deserializers 114 for various types.</TD> 115</TR> 116<TR BGCOLOR="white" CLASS="TableRowColor"> 117<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/KeyDeserializers.html" title="interface in com.fasterxml.jackson.databind.deser">KeyDeserializers</A></B></TD> 118<TD>Interface that defines API for simple extensions that can provide additional deserializers 119 for deserializer Map keys of various types, from JSON property names.</TD> 120</TR> 121<TR BGCOLOR="white" CLASS="TableRowColor"> 122<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/ResolvableDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser">ResolvableDeserializer</A></B></TD> 123<TD>Interface used to indicate deserializers that want to do post-processing 124 after construction but before being returned to caller (and possibly cached) 125 and used.</TD> 126</TR> 127<TR BGCOLOR="white" CLASS="TableRowColor"> 128<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiators.html" title="interface in com.fasterxml.jackson.databind.deser">ValueInstantiators</A></B></TD> 129<TD>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.</TD> 130</TR> 131</TABLE> 132 133 134<P> 135 136<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 137<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 138<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 139<B>Class Summary</B></FONT></TH> 140</TR> 141<TR BGCOLOR="white" CLASS="TableRowColor"> 142<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/AbstractDeserializer.html" title="class in com.fasterxml.jackson.databind.deser">AbstractDeserializer</A></B></TD> 143<TD>Deserializer only used for abstract types used as placeholders during polymorphic 144 type handling deserialization.</TD> 145</TR> 146<TR BGCOLOR="white" CLASS="TableRowColor"> 147<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/BasicDeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser">BasicDeserializerFactory</A></B></TD> 148<TD>Abstract factory base class that can provide deserializers for standard 149 JDK classes, including collection classes and simple heuristics for 150 "upcasting" commmon collection interface types 151 (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>).</TD> 152</TR> 153<TR BGCOLOR="white" CLASS="TableRowColor"> 154<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializer.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializer</A></B></TD> 155<TD>Deserializer class that can deserialize instances of 156 arbitrary bean objects, usually from JSON Object structs, 157 but possibly also from simple types like String values.</TD> 158</TR> 159<TR BGCOLOR="white" CLASS="TableRowColor"> 160<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerBase.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerBase</A></B></TD> 161<TD>Base class for <code>BeanDeserializer</code>.</TD> 162</TR> 163<TR BGCOLOR="white" CLASS="TableRowColor"> 164<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerBuilder.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerBuilder</A></B></TD> 165<TD>Builder class used for aggregating deserialization information about 166 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 167 instances.</TD> 168</TR> 169<TR BGCOLOR="white" CLASS="TableRowColor"> 170<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerFactory</A></B></TD> 171<TD>Concrete deserializer factory class that adds full Bean deserializer 172 construction logic using class introspection.</TD> 173</TR> 174<TR BGCOLOR="white" CLASS="TableRowColor"> 175<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerModifier.html" title="class in com.fasterxml.jackson.databind.deser">BeanDeserializerModifier</A></B></TD> 176<TD>Abstract class that defines API for objects that can be registered (for <A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser"><CODE>BeanDeserializerFactory</CODE></A> 177 to participate in constructing <A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializer.html" title="class in com.fasterxml.jackson.databind.deser"><CODE>BeanDeserializer</CODE></A> instances.</TD> 178</TR> 179<TR BGCOLOR="white" CLASS="TableRowColor"> 180<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/BuilderBasedDeserializer.html" title="class in com.fasterxml.jackson.databind.deser">BuilderBasedDeserializer</A></B></TD> 181<TD>Class that handles deserialization using a separate 182 Builder class, which is used for data binding and 183 produces actual deserialized value at the end 184 of data binding.</TD> 185</TR> 186<TR BGCOLOR="white" CLASS="TableRowColor"> 187<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/CreatorProperty.html" title="class in com.fasterxml.jackson.databind.deser">CreatorProperty</A></B></TD> 188<TD>This concrete sub-class implements property that is passed 189 via Creator (constructor or static factory method).</TD> 190</TR> 191<TR BGCOLOR="white" CLASS="TableRowColor"> 192<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/DataFormatReaders.html" title="class in com.fasterxml.jackson.databind.deser">DataFormatReaders</A></B></TD> 193<TD>Alternative to <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/format/DataFormatDetector.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.format"><CODE>DataFormatDetector</CODE></A> that needs to be used when 194 using data-binding.</TD> 195</TR> 196<TR BGCOLOR="white" CLASS="TableRowColor"> 197<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/DataFormatReaders.Match.html" title="class in com.fasterxml.jackson.databind.deser">DataFormatReaders.Match</A></B></TD> 198<TD>Result class, similar to <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/format/DataFormatMatcher.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.format"><CODE>DataFormatMatcher</CODE></A></TD> 199</TR> 200<TR BGCOLOR="white" CLASS="TableRowColor"> 201<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.html" title="class in com.fasterxml.jackson.databind.deser">DefaultDeserializationContext</A></B></TD> 202<TD>Complete <A HREF="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><CODE>DeserializationContext</CODE></A> implementation that adds 203 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>) 204 to call, as well as implements certain parts that base class 205 has left abstract.</TD> 206</TR> 207<TR BGCOLOR="white" CLASS="TableRowColor"> 208<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.Impl.html" title="class in com.fasterxml.jackson.databind.deser">DefaultDeserializationContext.Impl</A></B></TD> 209<TD>Actual full concrete implementation</TD> 210</TR> 211<TR BGCOLOR="white" CLASS="TableRowColor"> 212<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/DeserializationProblemHandler.html" title="class in com.fasterxml.jackson.databind.deser">DeserializationProblemHandler</A></B></TD> 213<TD>This is the class that can be registered (via 214 <A HREF="../../../../../com/fasterxml/jackson/databind/DeserializationConfig.html" title="class in com.fasterxml.jackson.databind"><CODE>DeserializationConfig</CODE></A> object owner by 215 <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 216 recoverable problem is encountered during deserialization 217 process.</TD> 218</TR> 219<TR BGCOLOR="white" CLASS="TableRowColor"> 220<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/DeserializerCache.html" title="class in com.fasterxml.jackson.databind.deser">DeserializerCache</A></B></TD> 221<TD>Class that defines caching layer between callers (like 222 <A HREF="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><CODE>ObjectMapper</CODE></A>, 223 <A HREF="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><CODE>DeserializationContext</CODE></A>) 224 and classes that construct deserializers 225 (<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser"><CODE>DeserializerFactory</CODE></A>).</TD> 226</TR> 227<TR BGCOLOR="white" CLASS="TableRowColor"> 228<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/DeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser">DeserializerFactory</A></B></TD> 229<TD>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> 230 to construct actual 231 <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 232 context and/or dedicated cache).</TD> 233</TR> 234<TR BGCOLOR="white" CLASS="TableRowColor"> 235<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/Deserializers.Base.html" title="class in com.fasterxml.jackson.databind.deser">Deserializers.Base</A></B></TD> 236<TD>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 237 no deserializers.</TD> 238</TR> 239<TR BGCOLOR="white" CLASS="TableRowColor"> 240<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/SettableAnyProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableAnyProperty</A></B></TD> 241<TD>Class that represents a "wildcard" set method which can be used 242 to generically set values of otherwise unmapped (aka "unknown") 243 properties read from Json content.</TD> 244</TR> 245<TR BGCOLOR="white" CLASS="TableRowColor"> 246<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser">SettableBeanProperty</A></B></TD> 247<TD>Base class for deserilizable properties of a bean: contains 248 both type and name definitions, and reflection-based set functionality.</TD> 249</TR> 250<TR BGCOLOR="white" CLASS="TableRowColor"> 251<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser">ValueInstantiator</A></B></TD> 252<TD>Class that defines simple API implemented by objects that create value 253 instances.</TD> 254</TR> 255<TR BGCOLOR="white" CLASS="TableRowColor"> 256<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiators.Base.html" title="class in com.fasterxml.jackson.databind.deser">ValueInstantiators.Base</A></B></TD> 257<TD>Basic "NOP" implementation that can be used as the base class for custom implementations.</TD> 258</TR> 259</TABLE> 260 261 262<P> 263<A NAME="package_description"><!-- --></A><H2> 264Package com.fasterxml.jackson.databind.deser Description 265</H2> 266 267<P> 268Contains implementation classes of deserialization part of 269 data binding. 270<P> 271 272<P> 273<DL> 274</DL> 275<HR> 276 277 278<!-- ======= START OF BOTTOM NAVBAR ====== --> 279<A NAME="navbar_bottom"><!-- --></A> 280<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 281<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 282<TR> 283<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 284<A NAME="navbar_bottom_firstrow"><!-- --></A> 285<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 286 <TR ALIGN="center" VALIGN="top"> 287 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 288 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 289 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 290 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 291 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 292 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 293 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 294 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 295 </TR> 296</TABLE> 297</TD> 298<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 299</EM> 300</TD> 301</TR> 302 303<TR> 304<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 305 <A HREF="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html"><B>PREV PACKAGE</B></A> 306 <A HREF="../../../../../com/fasterxml/jackson/databind/deser/impl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 307<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 308 <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/deser/package-summary.html" target="_top"><B>FRAMES</B></A> 309 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 310 <SCRIPT type="text/javascript"> 311 <!-- 312 if(window==top) { 313 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 314 } 315 //--> 316</SCRIPT> 317<NOSCRIPT> 318 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> 319</NOSCRIPT> 320 321 322</FONT></TD> 323</TR> 324</TABLE> 325<A NAME="skip-navbar_bottom"></A> 326<!-- ======== END OF BOTTOM NAVBAR ======= --> 327 328<HR> 329Copyright © 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved. 330</BODY> 331</HTML> 332