• Home
  • History
  • Annotate
  • 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>
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 Class Hierarchy (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 Class Hierarchy (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>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
45  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</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&nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/cfg/package-tree.html"><B>PREV</B></A>&nbsp;
60&nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/deser/impl/package-tree.html"><B>NEXT</B></A></FONT></TD>
61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62  <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/deser/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
63&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
64&nbsp;<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<CENTER>
84<H2>
85Hierarchy For Package com.fasterxml.jackson.databind.deser
86</H2>
87</CENTER>
88<DL>
89<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
90<HR>
91<H2>
92Class Hierarchy
93</H2>
94<UL>
95<LI TYPE="circle">java.lang.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
96<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerBuilder.html" title="class in com.fasterxml.jackson.databind.deser"><B>BeanDeserializerBuilder</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerModifier.html" title="class in com.fasterxml.jackson.databind.deser"><B>BeanDeserializerModifier</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DataFormatReaders.html" title="class in com.fasterxml.jackson.databind.deser"><B>DataFormatReaders</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DataFormatReaders.Match.html" title="class in com.fasterxml.jackson.databind.deser"><B>DataFormatReaders.Match</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.<A HREF="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><B>DeserializationContext</B></A> (implements java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
97<UL>
98<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.html" title="class in com.fasterxml.jackson.databind.deser"><B>DefaultDeserializationContext</B></A> (implements java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
99<UL>
100<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.Impl.html" title="class in com.fasterxml.jackson.databind.deser"><B>DefaultDeserializationContext.Impl</B></A></UL>
101</UL>
102<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DeserializationProblemHandler.html" title="class in com.fasterxml.jackson.databind.deser"><B>DeserializationProblemHandler</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DeserializerCache.html" title="class in com.fasterxml.jackson.databind.deser"><B>DeserializerCache</B></A> (implements java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
103<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser"><B>DeserializerFactory</B></A><UL>
104<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/BasicDeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser"><B>BasicDeserializerFactory</B></A> (implements java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
105<UL>
106<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser"><B>BeanDeserializerFactory</B></A> (implements java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
107</UL>
108</UL>
109<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/Deserializers.Base.html" title="class in com.fasterxml.jackson.databind.deser"><B>Deserializers.Base</B></A> (implements com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/Deserializers.html" title="interface in com.fasterxml.jackson.databind.deser">Deserializers</A>)
110<LI TYPE="circle">com.fasterxml.jackson.core.format.<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/format/InputAccessor.Std.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.format"><B>InputAccessor.Std</B></A> (implements com.fasterxml.jackson.core.format.<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/format/InputAccessor.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.format">InputAccessor</A>)
111<UL>
112<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/DataFormatReaders.AccessorForReader.html" title="class in com.fasterxml.jackson.databind.deser"><B>DataFormatReaders.AccessorForReader</B></A></UL>
113<LI TYPE="circle">com.fasterxml.jackson.databind.<A HREF="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind"><B>JsonDeserializer</B></A>&lt;T&gt;<UL>
114<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/AbstractDeserializer.html" title="class in com.fasterxml.jackson.databind.deser"><B>AbstractDeserializer</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.std.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/std/StdDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std"><B>StdDeserializer</B></A>&lt;T&gt; (implements java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
115<UL>
116<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializerBase.html" title="class in com.fasterxml.jackson.databind.deser"><B>BeanDeserializerBase</B></A> (implements com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ContextualDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser">ContextualDeserializer</A>, com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ResolvableDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser">ResolvableDeserializer</A>, java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
117<UL>
118<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/BeanDeserializer.html" title="class in com.fasterxml.jackson.databind.deser"><B>BeanDeserializer</B></A> (implements java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
119<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/BuilderBasedDeserializer.html" title="class in com.fasterxml.jackson.databind.deser"><B>BuilderBasedDeserializer</B></A></UL>
120</UL>
121</UL>
122<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/SettableAnyProperty.html" title="class in com.fasterxml.jackson.databind.deser"><B>SettableAnyProperty</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/SettableBeanProperty.html" title="class in com.fasterxml.jackson.databind.deser"><B>SettableBeanProperty</B></A> (implements com.fasterxml.jackson.databind.<A HREF="../../../../../com/fasterxml/jackson/databind/BeanProperty.html" title="interface in com.fasterxml.jackson.databind">BeanProperty</A>, java.io.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
123<UL>
124<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/CreatorProperty.html" title="class in com.fasterxml.jackson.databind.deser"><B>CreatorProperty</B></A></UL>
125<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser"><B>ValueInstantiator</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiators.Base.html" title="class in com.fasterxml.jackson.databind.deser"><B>ValueInstantiators.Base</B></A> (implements com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiators.html" title="interface in com.fasterxml.jackson.databind.deser">ValueInstantiators</A>)
126</UL>
127</UL>
128<H2>
129Interface Hierarchy
130</H2>
131<UL>
132<LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ContextualDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser"><B>ContextualDeserializer</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ContextualKeyDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser"><B>ContextualKeyDeserializer</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/Deserializers.html" title="interface in com.fasterxml.jackson.databind.deser"><B>Deserializers</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/KeyDeserializers.html" title="interface in com.fasterxml.jackson.databind.deser"><B>KeyDeserializers</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ResolvableDeserializer.html" title="interface in com.fasterxml.jackson.databind.deser"><B>ResolvableDeserializer</B></A><LI TYPE="circle">com.fasterxml.jackson.databind.deser.<A HREF="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiators.html" title="interface in com.fasterxml.jackson.databind.deser"><B>ValueInstantiators</B></A></UL>
133<HR>
134
135
136<!-- ======= START OF BOTTOM NAVBAR ====== -->
137<A NAME="navbar_bottom"><!-- --></A>
138<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
139<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
140<TR>
141<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
142<A NAME="navbar_bottom_firstrow"><!-- --></A>
143<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
144  <TR ALIGN="center" VALIGN="top">
145  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
146  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
147  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
148  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
149  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
150  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
151  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
152  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
153  </TR>
154</TABLE>
155</TD>
156<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
157</EM>
158</TD>
159</TR>
160
161<TR>
162<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
163&nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/cfg/package-tree.html"><B>PREV</B></A>&nbsp;
164&nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/deser/impl/package-tree.html"><B>NEXT</B></A></FONT></TD>
165<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
166  <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/deser/package-tree.html" target="_top"><B>FRAMES</B></A>  &nbsp;
167&nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
168&nbsp;<SCRIPT type="text/javascript">
169  <!--
170  if(window==top) {
171    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
172  }
173  //-->
174</SCRIPT>
175<NOSCRIPT>
176  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
177</NOSCRIPT>
178
179
180</FONT></TD>
181</TR>
182</TABLE>
183<A NAME="skip-navbar_bottom"></A>
184<!-- ======== END OF BOTTOM NAVBAR ======= -->
185
186<HR>
187Copyright &#169; 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.
188</BODY>
189</HTML>
190