• 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>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_29) on Mon Mar 26 19:07:19 PDT 2012 -->
6<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<TITLE>
8Serialized Form (jackson-databind 2.0.0 API)
9</TITLE>
10
11<META NAME="date" CONTENT="2012-03-26">
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="Serialized Form (jackson-databind 2.0.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">    <FONT CLASS="NavBarFont1">Package</FONT>&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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&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;PREV&nbsp;
60&nbsp;NEXT</FONT></TD>
61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62  <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>  &nbsp;
63&nbsp;<A HREF="serialized-form.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<H1>
85Serialized Form</H1>
86</CENTER>
87<HR SIZE="4" NOSHADE>
88
89<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
90<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
91<TH ALIGN="center"><FONT SIZE="+2">
92<B>Package</B> <B>com.fasterxml.jackson.databind</B></FONT></TH>
93</TR>
94</TABLE>
95
96<P>
97<A NAME="com.fasterxml.jackson.databind.JsonMappingException"><!-- --></A>
98<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
99<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
100<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
101<B>Class <A HREF="com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">com.fasterxml.jackson.databind.JsonMappingException</A> extends com.fasterxml.jackson.core.JsonProcessingException implements Serializable</B></FONT></TH>
102</TR>
103</TABLE>
104
105<P>
106<B>serialVersionUID:&nbsp;</B>1L
107
108<P>
109<A NAME="serializedForm"><!-- --></A>
110<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
112<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
113<B>Serialized Fields</B></FONT></TH>
114</TR>
115</TABLE>
116
117<H3>
118_path</H3>
119<PRE>
120<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</A>&lt;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">E</A>&gt; <B>_path</B></PRE>
121<DL>
122<DD>Path through which problem that triggering throwing of
123 this exception was reached.
124<P>
125<DL>
126</DL>
127</DL>
128
129<P>
130<A NAME="com.fasterxml.jackson.databind.JsonMappingException.Reference"><!-- --></A>
131<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
133<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134<B>Class <A HREF="com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">com.fasterxml.jackson.databind.JsonMappingException.Reference</A> extends <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> implements Serializable</B></FONT></TH>
135</TR>
136</TABLE>
137
138<P>
139<B>serialVersionUID:&nbsp;</B>1L
140
141<P>
142<A NAME="serializedForm"><!-- --></A>
143<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
144<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
145<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
146<B>Serialized Fields</B></FONT></TH>
147</TR>
148</TABLE>
149
150<H3>
151_from</H3>
152<PRE>
153<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> <B>_from</B></PRE>
154<DL>
155<DD>Object through which reference was resolved. Can be either
156 actual instance (usually the case for serialization), or
157 Class (usually the case for deserialization).
158<P>
159<DL>
160</DL>
161</DL>
162<HR>
163<H3>
164_fieldName</H3>
165<PRE>
166<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> <B>_fieldName</B></PRE>
167<DL>
168<DD>Name of field (for beans) or key (for Maps) that is part
169 of the reference. May be null for Collection types (which
170 generally have <A HREF="com/fasterxml/jackson/databind/JsonMappingException.Reference.html#_index"><CODE>JsonMappingException.Reference._index</CODE></A> defined), or when resolving
171 Map classes without (yet) having an instance to operate on.
172<P>
173<DL>
174</DL>
175</DL>
176<HR>
177<H3>
178_index</H3>
179<PRE>
180int <B>_index</B></PRE>
181<DL>
182<DD>Index within a <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> instance that contained
183 the reference; used if index is relevant and available.
184 If either not applicable, or not available, -1 is used to
185 denote "not known".
186<P>
187<DL>
188</DL>
189</DL>
190
191<P>
192<A NAME="com.fasterxml.jackson.databind.RuntimeJsonMappingException"><!-- --></A>
193<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
195<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
196<B>Class <A HREF="com/fasterxml/jackson/databind/RuntimeJsonMappingException.html" title="class in com.fasterxml.jackson.databind">com.fasterxml.jackson.databind.RuntimeJsonMappingException</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TH>
197</TR>
198</TABLE>
199
200<P>
201<HR SIZE="4" NOSHADE>
202
203<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
204<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
205<TH ALIGN="center"><FONT SIZE="+2">
206<B>Package</B> <B>com.fasterxml.jackson.databind.exc</B></FONT></TH>
207</TR>
208</TABLE>
209
210<P>
211<A NAME="com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException"><!-- --></A>
212<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
213<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
214<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
215<B>Class <A HREF="com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" title="class in com.fasterxml.jackson.databind.exc">com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException</A> extends <A HREF="com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</A> implements Serializable</B></FONT></TH>
216</TR>
217</TABLE>
218
219<P>
220<B>serialVersionUID:&nbsp;</B>1L
221
222<P>
223<A NAME="serializedForm"><!-- --></A>
224<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
225<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
226<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
227<B>Serialized Fields</B></FONT></TH>
228</TR>
229</TABLE>
230
231<H3>
232_referringClass</H3>
233<PRE>
234<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;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</A>&gt; <B>_referringClass</B></PRE>
235<DL>
236<DD>Class that does not contain mapping for the unrecognized property.
237<P>
238<DL>
239</DL>
240</DL>
241<HR>
242<H3>
243_unrecognizedPropertyName</H3>
244<PRE>
245<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> <B>_unrecognizedPropertyName</B></PRE>
246<DL>
247<DD><p>
248 Note: redundant information since it is also included in the
249 reference path.
250<P>
251<DL>
252</DL>
253</DL>
254<HR>
255<H3>
256_propertyIds</H3>
257<PRE>
258<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/util/Collection.html?is-external=true" title="class or interface in java.util">E</A>&gt; <B>_propertyIds</B></PRE>
259<DL>
260<DD>Set of ids of properties that are known for the type, if this
261 can be statically determined.
262<P>
263<DL>
264</DL>
265</DL>
266<HR SIZE="4" NOSHADE>
267
268<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
269<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
270<TH ALIGN="center"><FONT SIZE="+2">
271<B>Package</B> <B>com.fasterxml.jackson.databind.util</B></FONT></TH>
272</TR>
273</TABLE>
274
275<P>
276<A NAME="com.fasterxml.jackson.databind.util.ISO8601DateFormat"><!-- --></A>
277<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
278<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
279<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
280<B>Class <A HREF="com/fasterxml/jackson/databind/util/ISO8601DateFormat.html" title="class in com.fasterxml.jackson.databind.util">com.fasterxml.jackson.databind.util.ISO8601DateFormat</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</A> implements Serializable</B></FONT></TH>
281</TR>
282</TABLE>
283
284<P>
285<B>serialVersionUID:&nbsp;</B>1L
286
287<P>
288
289<P>
290<A NAME="com.fasterxml.jackson.databind.util.LRUMap"><!-- --></A>
291<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
292<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
293<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
294<B>Class <A HREF="com/fasterxml/jackson/databind/util/LRUMap.html" title="class in com.fasterxml.jackson.databind.util">com.fasterxml.jackson.databind.util.LRUMap</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedHashMap.html?is-external=true" title="class or interface in java.util">LinkedHashMap</A>&lt;<A HREF="com/fasterxml/jackson/databind/util/LRUMap.html" title="type parameter in LRUMap">K</A>,<A HREF="com/fasterxml/jackson/databind/util/LRUMap.html" title="type parameter in LRUMap">V</A>&gt; implements Serializable</B></FONT></TH>
295</TR>
296</TABLE>
297
298<P>
299<A NAME="serializedForm"><!-- --></A>
300<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
301<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
302<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
303<B>Serialized Fields</B></FONT></TH>
304</TR>
305</TABLE>
306
307<H3>
308_maxEntries</H3>
309<PRE>
310int <B>_maxEntries</B></PRE>
311<DL>
312<DL>
313</DL>
314</DL>
315
316<P>
317<A NAME="com.fasterxml.jackson.databind.util.ObjectIdMap"><!-- --></A>
318<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
319<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
320<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
321<B>Class <A HREF="com/fasterxml/jackson/databind/util/ObjectIdMap.html" title="class in com.fasterxml.jackson.databind.util">com.fasterxml.jackson.databind.util.ObjectIdMap</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/IdentityHashMap.html?is-external=true" title="class or interface in java.util">IdentityHashMap</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; implements Serializable</B></FONT></TH>
322</TR>
323</TABLE>
324
325<P>
326
327<P>
328<A NAME="com.fasterxml.jackson.databind.util.StdDateFormat"><!-- --></A>
329<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
330<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
331<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
332<B>Class <A HREF="com/fasterxml/jackson/databind/util/StdDateFormat.html" title="class in com.fasterxml.jackson.databind.util">com.fasterxml.jackson.databind.util.StdDateFormat</A> extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</A> implements Serializable</B></FONT></TH>
333</TR>
334</TABLE>
335
336<P>
337
338<P>
339<HR>
340
341
342<!-- ======= START OF BOTTOM NAVBAR ====== -->
343<A NAME="navbar_bottom"><!-- --></A>
344<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
345<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
346<TR>
347<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
348<A NAME="navbar_bottom_firstrow"><!-- --></A>
349<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
350  <TR ALIGN="center" VALIGN="top">
351  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
352  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
353  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
354  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
355  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
356  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
357  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
358  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
359  </TR>
360</TABLE>
361</TD>
362<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
363</EM>
364</TD>
365</TR>
366
367<TR>
368<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
369&nbsp;PREV&nbsp;
370&nbsp;NEXT</FONT></TD>
371<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
372  <A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>  &nbsp;
373&nbsp;<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
374&nbsp;<SCRIPT type="text/javascript">
375  <!--
376  if(window==top) {
377    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
378  }
379  //-->
380</SCRIPT>
381<NOSCRIPT>
382  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
383</NOSCRIPT>
384
385
386</FONT></TD>
387</TR>
388</TABLE>
389<A NAME="skip-navbar_bottom"></A>
390<!-- ======== END OF BOTTOM NAVBAR ======= -->
391
392<HR>
393Copyright &#169; 2012 <a href="http://fasterxml.com">fasterxml.com</a>. All Rights Reserved.
394</BODY>
395</HTML>
396