• 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:09 PDT 2012 -->
6<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<TITLE>
8DeserializationFeature (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="DeserializationFeature (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">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DeserializationFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-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;<A HREF="../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><B>PREV CLASS</B></A>&nbsp;
60&nbsp;<A HREF="../../../../com/fasterxml/jackson/databind/InjectableValues.html" title="class in com.fasterxml.jackson.databind"><B>NEXT CLASS</B></A></FONT></TD>
61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62  <A HREF="../../../../index.html?com/fasterxml/jackson/databind/DeserializationFeature.html" target="_top"><B>FRAMES</B></A>  &nbsp;
63&nbsp;<A HREF="DeserializationFeature.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<TR>
79<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
81<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
82DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
83</TR>
84</TABLE>
85<A NAME="skip-navbar_top"></A>
86<!-- ========= END OF TOP NAVBAR ========= -->
87
88<HR>
89<!-- ======== START OF CLASS DATA ======== -->
90<H2>
91<FONT SIZE="-1">
92com.fasterxml.jackson.databind</FONT>
93<BR>
94Enum DeserializationFeature</H2>
95<PRE>
96<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
97  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</A>&lt;<A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A>&gt;
98      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.fasterxml.jackson.databind.DeserializationFeature</B>
99</PRE>
100<DL>
101<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg">ConfigFeature</A>, <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>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>&lt;<A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A>&gt;</DD>
102</DL>
103<HR>
104<DL>
105<DT><PRE>public enum <B>DeserializationFeature</B><DT>extends <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;<A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A>&gt;<DT>implements <A HREF="../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg">ConfigFeature</A></DL>
106</PRE>
107
108<P>
109Enumeration that defines simple on/off features that affect
110 the way Java objects are deserialized from JSON
111<p>
112 Note that features can be set both through
113 <A HREF="../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><CODE>ObjectMapper</CODE></A> (as sort of defaults) and through
114 <A HREF="../../../../com/fasterxml/jackson/databind/ObjectReader.html" title="class in com.fasterxml.jackson.databind"><CODE>ObjectReader</CODE></A>.
115 In first case these defaults must follow "config-then-use" patterns
116 (i.e. defined once, not changed afterwards); all per-call
117 changes must be done using <A HREF="../../../../com/fasterxml/jackson/databind/ObjectReader.html" title="class in com.fasterxml.jackson.databind"><CODE>ObjectReader</CODE></A>.
118<P>
119
120<P>
121<HR>
122
123<P>
124<!-- =========== ENUM CONSTANT SUMMARY =========== -->
125
126<A NAME="enum_constant_summary"><!-- --></A>
127<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
128<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
129<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
130<B>Enum Constant Summary</B></FONT></TH>
131</TR>
132<TR BGCOLOR="white" CLASS="TableRowColor">
133<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#ACCEPT_EMPTY_STRING_AS_NULL_OBJECT">ACCEPT_EMPTY_STRING_AS_NULL_OBJECT</A></B></CODE>
134
135<BR>
136&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that can be enabled to allow JSON empty String
137 value ("") to be bound to POJOs as null.</TD>
138</TR>
139<TR BGCOLOR="white" CLASS="TableRowColor">
140<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#ACCEPT_SINGLE_VALUE_AS_ARRAY">ACCEPT_SINGLE_VALUE_AS_ARRAY</A></B></CODE>
141
142<BR>
143&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines whether it is acceptable to coerce non-array
144 (in JSON) values to work with Java collection (arrays, java.util.Collection)
145 types.</TD>
146</TR>
147<TR BGCOLOR="white" CLASS="TableRowColor">
148<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#FAIL_ON_NULL_FOR_PRIMITIVES">FAIL_ON_NULL_FOR_PRIMITIVES</A></B></CODE>
149
150<BR>
151&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines whether encountering of JSON null
152 is an error when deserializing into Java primitive types
153 (like 'int' or 'double').</TD>
154</TR>
155<TR BGCOLOR="white" CLASS="TableRowColor">
156<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#FAIL_ON_NUMBERS_FOR_ENUMS">FAIL_ON_NUMBERS_FOR_ENUMS</A></B></CODE>
157
158<BR>
159&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines whether JSON integer numbers are valid
160 values to be used for deserializing Java enum values.</TD>
161</TR>
162<TR BGCOLOR="white" CLASS="TableRowColor">
163<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#FAIL_ON_UNKNOWN_PROPERTIES">FAIL_ON_UNKNOWN_PROPERTIES</A></B></CODE>
164
165<BR>
166&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines whether encountering of unknown
167 properties (ones that do not map to a property, and there is
168 no "any setter" or handler that can handle it)
169 should result in a failure (by throwing a
170 <A HREF="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><CODE>JsonMappingException</CODE></A>) or not.</TD>
171</TR>
172<TR BGCOLOR="white" CLASS="TableRowColor">
173<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#READ_ENUMS_USING_TO_STRING">READ_ENUMS_USING_TO_STRING</A></B></CODE>
174
175<BR>
176&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines standard deserialization mechanism used for
177 Enum values: if enabled, Enums are assumed to have been serialized  using
178 return value of <code>Enum.toString()</code>;
179 if disabled, return value of <code>Enum.name()</code> is assumed to have been used.</TD>
180</TR>
181<TR BGCOLOR="white" CLASS="TableRowColor">
182<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#READ_UNKNOWN_ENUM_VALUES_AS_NULL">READ_UNKNOWN_ENUM_VALUES_AS_NULL</A></B></CODE>
183
184<BR>
185&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that allows unknown Enum values to be parsed as null values.</TD>
186</TR>
187<TR BGCOLOR="white" CLASS="TableRowColor">
188<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#UNWRAP_ROOT_VALUE">UNWRAP_ROOT_VALUE</A></B></CODE>
189
190<BR>
191&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature to allow "unwrapping" root-level JSON value, to match setting of
192 <A HREF="../../../../com/fasterxml/jackson/databind/SerializationFeature.html#WRAP_ROOT_VALUE"><CODE>SerializationFeature.WRAP_ROOT_VALUE</CODE></A> used for serialization.</TD>
193</TR>
194<TR BGCOLOR="white" CLASS="TableRowColor">
195<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#USE_BIG_DECIMAL_FOR_FLOATS">USE_BIG_DECIMAL_FOR_FLOATS</A></B></CODE>
196
197<BR>
198&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines whether JSON floating point numbers
199 are to be deserialized into <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math"><CODE>BigDecimal</CODE></A>s
200 if only generic type description (either <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><CODE>Object</CODE></A> or
201 <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><CODE>Number</CODE></A>, or within untyped <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>
202 or <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> context) is available.</TD>
203</TR>
204<TR BGCOLOR="white" CLASS="TableRowColor">
205<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#USE_BIG_INTEGER_FOR_INTS">USE_BIG_INTEGER_FOR_INTS</A></B></CODE>
206
207<BR>
208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines whether JSON integral (non-floating-point)
209 numbers are to be deserialized into <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><CODE>BigInteger</CODE></A>s
210 if only generic type description (either <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><CODE>Object</CODE></A> or
211 <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><CODE>Number</CODE></A>, or within untyped <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>
212 or <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> context) is available.</TD>
213</TR>
214<TR BGCOLOR="white" CLASS="TableRowColor">
215<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#USE_JAVA_ARRAY_FOR_JSON_ARRAY">USE_JAVA_ARRAY_FOR_JSON_ARRAY</A></B></CODE>
216
217<BR>
218&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines whether JSON Array is mapped to
219 <code>Object[]</code> or <code>List&lt;Object></code> when binding
220 "untyped" objects (ones with nominal type of <code>java.lang.Object</code>).</TD>
221</TR>
222<TR BGCOLOR="white" CLASS="TableRowColor">
223<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#WRAP_EXCEPTIONS">WRAP_EXCEPTIONS</A></B></CODE>
224
225<BR>
226&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Feature that determines whether Jackson code should catch
227 and wrap <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><CODE>Exception</CODE></A>s (but never <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><CODE>Error</CODE></A>s!)
228 to add additional information about
229 location (within input) of problem or not.</TD>
230</TR>
231</TABLE>
232&nbsp;
233<!-- ========== METHOD SUMMARY =========== -->
234
235<A NAME="method_summary"><!-- --></A>
236<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
237<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
238<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
239<B>Method Summary</B></FONT></TH>
240</TR>
241<TR BGCOLOR="white" CLASS="TableRowColor">
242<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
243<CODE>&nbsp;boolean</CODE></FONT></TD>
244<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#enabledByDefault()">enabledByDefault</A></B>()</CODE>
245
246<BR>
247&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accessor for checking whether this feature is enabled by default.</TD>
248</TR>
249<TR BGCOLOR="white" CLASS="TableRowColor">
250<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251<CODE>&nbsp;int</CODE></FONT></TD>
252<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#getMask()">getMask</A></B>()</CODE>
253
254<BR>
255&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns bit mask for this feature instance</TD>
256</TR>
257<TR BGCOLOR="white" CLASS="TableRowColor">
258<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
259<CODE>static&nbsp;<A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A></CODE></FONT></TD>
260<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#valueOf(java.lang.String)">valueOf</A></B>(<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;name)</CODE>
261
262<BR>
263&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
264</TR>
265<TR BGCOLOR="white" CLASS="TableRowColor">
266<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
267<CODE>static&nbsp;<A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A>[]</CODE></FONT></TD>
268<TD><CODE><B><A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html#values()">values</A></B>()</CODE>
269
270<BR>
271&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
272the order they are declared.</TD>
273</TR>
274</TABLE>
275&nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
276<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
277<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
278<TH ALIGN="left"><B>Methods inherited from class java.lang.<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></B></TH>
279</TR>
280<TR BGCOLOR="white" CLASS="TableRowColor">
281<TD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class, java.lang.String)" title="class or interface in java.lang">valueOf</A></CODE></TD>
282</TR>
283</TABLE>
284&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
285<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
286<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
287<TH ALIGN="left"><B>Methods inherited from class 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">Object</A></B></TH>
288</TR>
289<TR BGCOLOR="white" CLASS="TableRowColor">
290<TD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
291</TR>
292</TABLE>
293&nbsp;
294<P>
295
296<!-- ============ ENUM CONSTANT DETAIL =========== -->
297
298<A NAME="enum_constant_detail"><!-- --></A>
299<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
300<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
301<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
302<B>Enum Constant Detail</B></FONT></TH>
303</TR>
304</TABLE>
305
306<A NAME="USE_BIG_DECIMAL_FOR_FLOATS"><!-- --></A><H3>
307USE_BIG_DECIMAL_FOR_FLOATS</H3>
308<PRE>
309public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>USE_BIG_DECIMAL_FOR_FLOATS</B></PRE>
310<DL>
311<DD>Feature that determines whether JSON floating point numbers
312 are to be deserialized into <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math"><CODE>BigDecimal</CODE></A>s
313 if only generic type description (either <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><CODE>Object</CODE></A> or
314 <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><CODE>Number</CODE></A>, or within untyped <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>
315 or <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> context) is available.
316 If enabled such values will be deserialized as <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math"><CODE>BigDecimal</CODE></A>s;
317 if disabled, will be deserialized as <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><CODE>Double</CODE></A>s.
318 <p>
319 Feature is disabled by default, meaning that "untyped" floating
320 point numbers will by default be deserialized as <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><CODE>Double</CODE></A>s
321 (choice is for performance reason -- BigDecimals are slower than
322 Doubles).
323<P>
324<DL>
325</DL>
326</DL>
327<HR>
328
329<A NAME="USE_BIG_INTEGER_FOR_INTS"><!-- --></A><H3>
330USE_BIG_INTEGER_FOR_INTS</H3>
331<PRE>
332public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>USE_BIG_INTEGER_FOR_INTS</B></PRE>
333<DL>
334<DD>Feature that determines whether JSON integral (non-floating-point)
335 numbers are to be deserialized into <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><CODE>BigInteger</CODE></A>s
336 if only generic type description (either <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><CODE>Object</CODE></A> or
337 <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><CODE>Number</CODE></A>, or within untyped <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>
338 or <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> context) is available.
339 If enabled such values will be deserialized as
340 <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><CODE>BigInteger</CODE></A>s;
341 if disabled, will be deserialized as "smallest" available type,
342 which is either <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><CODE>Integer</CODE></A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang"><CODE>Long</CODE></A> or
343 <A HREF="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><CODE>BigInteger</CODE></A>, depending on number of digits.
344 <p>
345 Feature is disabled by default, meaning that "untyped" floating
346 point numbers will by default be deserialized using whatever
347 is the most compact integral type, to optimize efficiency.
348<P>
349<DL>
350</DL>
351</DL>
352<HR>
353
354<A NAME="USE_JAVA_ARRAY_FOR_JSON_ARRAY"><!-- --></A><H3>
355USE_JAVA_ARRAY_FOR_JSON_ARRAY</H3>
356<PRE>
357public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>USE_JAVA_ARRAY_FOR_JSON_ARRAY</B></PRE>
358<DL>
359<DD>Feature that determines whether JSON Array is mapped to
360 <code>Object[]</code> or <code>List&lt;Object></code> when binding
361 "untyped" objects (ones with nominal type of <code>java.lang.Object</code>).
362 If true, binds as <code>Object[]</code>; if false, as <code>List&lt;Object></code>.
363<p>
364 Feature is disabled by default, meaning that JSON arrays are bound as
365 <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><CODE>List</CODE></A>s.
366<P>
367<DL>
368</DL>
369</DL>
370<HR>
371
372<A NAME="READ_ENUMS_USING_TO_STRING"><!-- --></A><H3>
373READ_ENUMS_USING_TO_STRING</H3>
374<PRE>
375public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>READ_ENUMS_USING_TO_STRING</B></PRE>
376<DL>
377<DD>Feature that determines standard deserialization mechanism used for
378 Enum values: if enabled, Enums are assumed to have been serialized  using
379 return value of <code>Enum.toString()</code>;
380 if disabled, return value of <code>Enum.name()</code> is assumed to have been used.
381<p>
382 Note: this feature should usually have same value
383 as <A HREF="../../../../com/fasterxml/jackson/databind/SerializationFeature.html#WRITE_ENUMS_USING_TO_STRING"><CODE>SerializationFeature.WRITE_ENUMS_USING_TO_STRING</CODE></A>.
384<p>
385 Feature is disabled by default.
386<P>
387<DL>
388</DL>
389</DL>
390<HR>
391
392<A NAME="FAIL_ON_UNKNOWN_PROPERTIES"><!-- --></A><H3>
393FAIL_ON_UNKNOWN_PROPERTIES</H3>
394<PRE>
395public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>FAIL_ON_UNKNOWN_PROPERTIES</B></PRE>
396<DL>
397<DD>Feature that determines whether encountering of unknown
398 properties (ones that do not map to a property, and there is
399 no "any setter" or handler that can handle it)
400 should result in a failure (by throwing a
401 <A HREF="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><CODE>JsonMappingException</CODE></A>) or not.
402 This setting only takes effect after all other handling
403 methods for unknown properties have been tried, and
404 property remains unhandled.
405<p>
406 Feature is enabled by default (meaning that a
407 <A HREF="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><CODE>JsonMappingException</CODE></A> will be thrown if an unknown property
408 is encountered).
409<P>
410<DL>
411</DL>
412</DL>
413<HR>
414
415<A NAME="FAIL_ON_NULL_FOR_PRIMITIVES"><!-- --></A><H3>
416FAIL_ON_NULL_FOR_PRIMITIVES</H3>
417<PRE>
418public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>FAIL_ON_NULL_FOR_PRIMITIVES</B></PRE>
419<DL>
420<DD>Feature that determines whether encountering of JSON null
421 is an error when deserializing into Java primitive types
422 (like 'int' or 'double'). If it is, a JsonProcessingException
423 is thrown to indicate this; if not, default value is used
424 (0 for 'int', 0.0 for double, same defaulting as what JVM uses).
425<p>
426 Feature is disabled by default.
427<P>
428<DL>
429</DL>
430</DL>
431<HR>
432
433<A NAME="FAIL_ON_NUMBERS_FOR_ENUMS"><!-- --></A><H3>
434FAIL_ON_NUMBERS_FOR_ENUMS</H3>
435<PRE>
436public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>FAIL_ON_NUMBERS_FOR_ENUMS</B></PRE>
437<DL>
438<DD>Feature that determines whether JSON integer numbers are valid
439 values to be used for deserializing Java enum values.
440 If set to 'false' numbers are acceptable and are used to map to
441 ordinal() of matching enumeration value; if 'true', numbers are
442 not allowed and a <A HREF="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><CODE>JsonMappingException</CODE></A> will be thrown.
443 Latter behavior makes sense if there is concern that accidental
444 mapping from integer values to enums might happen (and when enums
445 are always serialized as JSON Strings)
446<p>
447 Feature is disabled by default.
448<P>
449<DL>
450</DL>
451</DL>
452<HR>
453
454<A NAME="WRAP_EXCEPTIONS"><!-- --></A><H3>
455WRAP_EXCEPTIONS</H3>
456<PRE>
457public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>WRAP_EXCEPTIONS</B></PRE>
458<DL>
459<DD>Feature that determines whether Jackson code should catch
460 and wrap <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><CODE>Exception</CODE></A>s (but never <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><CODE>Error</CODE></A>s!)
461 to add additional information about
462 location (within input) of problem or not. If enabled,
463 most exceptions will be caught and re-thrown (exception
464 specifically being that <A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A>s may be passed
465 as is, since they are declared as throwable); this can be
466 convenient both in that all exceptions will be checked and
467 declared, and so there is more contextual information.
468 However, sometimes calling application may just want "raw"
469 unchecked exceptions passed as is.
470<p>
471 Feature is enabled by default.
472<P>
473<DL>
474</DL>
475</DL>
476<HR>
477
478<A NAME="ACCEPT_SINGLE_VALUE_AS_ARRAY"><!-- --></A><H3>
479ACCEPT_SINGLE_VALUE_AS_ARRAY</H3>
480<PRE>
481public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>ACCEPT_SINGLE_VALUE_AS_ARRAY</B></PRE>
482<DL>
483<DD>Feature that determines whether it is acceptable to coerce non-array
484 (in JSON) values to work with Java collection (arrays, java.util.Collection)
485 types. If enabled, collection deserializers will try to handle non-array
486 values as if they had "implicit" surrounding JSON array.
487 This feature is meant to be used for compatibility/interoperability reasons,
488 to work with packages (such as XML-to-JSON converters) that leave out JSON
489 array in cases where there is just a single element in array.
490<p>
491 Feature is disabled by default.
492<P>
493<DL>
494</DL>
495</DL>
496<HR>
497
498<A NAME="UNWRAP_ROOT_VALUE"><!-- --></A><H3>
499UNWRAP_ROOT_VALUE</H3>
500<PRE>
501public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>UNWRAP_ROOT_VALUE</B></PRE>
502<DL>
503<DD>Feature to allow "unwrapping" root-level JSON value, to match setting of
504 <A HREF="../../../../com/fasterxml/jackson/databind/SerializationFeature.html#WRAP_ROOT_VALUE"><CODE>SerializationFeature.WRAP_ROOT_VALUE</CODE></A> used for serialization.
505 Will verify that the root JSON value is a JSON Object, and that it has
506 a single property with expected root name. If not, a
507 <A HREF="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><CODE>JsonMappingException</CODE></A> is thrown; otherwise value of the wrapped property
508 will be deserialized as if it was the root value.
509<p>
510 Feature is disabled by default.
511<P>
512<DL>
513</DL>
514</DL>
515<HR>
516
517<A NAME="ACCEPT_EMPTY_STRING_AS_NULL_OBJECT"><!-- --></A><H3>
518ACCEPT_EMPTY_STRING_AS_NULL_OBJECT</H3>
519<PRE>
520public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>ACCEPT_EMPTY_STRING_AS_NULL_OBJECT</B></PRE>
521<DL>
522<DD>Feature that can be enabled to allow JSON empty String
523 value ("") to be bound to POJOs as null.
524 If disabled, standard POJOs can only be bound from JSON null or
525 JSON Object (standard meaning that no custom deserializers or
526 constructors are defined; both of which can add support for other
527 kinds of JSON values); if enable, empty JSON String can be taken
528 to be equivalent of JSON null.
529<p>
530 Feature is enabled by default.
531<P>
532<DL>
533</DL>
534</DL>
535<HR>
536
537<A NAME="READ_UNKNOWN_ENUM_VALUES_AS_NULL"><!-- --></A><H3>
538READ_UNKNOWN_ENUM_VALUES_AS_NULL</H3>
539<PRE>
540public static final <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>READ_UNKNOWN_ENUM_VALUES_AS_NULL</B></PRE>
541<DL>
542<DD>Feature that allows unknown Enum values to be parsed as null values.
543 If disabled, unknown Enum values will throw exceptions.
544<p>
545 Note that in some cases this will basically ignore unknown Enum values;
546 this is the keys for keys of <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/EnumMap.html?is-external=true" title="class or interface in java.util"><CODE>EnumMap</CODE></A> and values
547 of <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util"><CODE>EnumSet</CODE></A> (because nulls are not accepted in these
548 cases).
549<p>
550 Feature is disabled by default.
551<P>
552<DL>
553<DT><B>Since:</B></DT>
554  <DD>2.0</DD>
555</DL>
556</DL>
557
558<!-- ============ METHOD DETAIL ========== -->
559
560<A NAME="method_detail"><!-- --></A>
561<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
562<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
563<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
564<B>Method Detail</B></FONT></TH>
565</TR>
566</TABLE>
567
568<A NAME="values()"><!-- --></A><H3>
569values</H3>
570<PRE>
571public static <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A>[] <B>values</B>()</PRE>
572<DL>
573<DD>Returns an array containing the constants of this enum type, in
574the order they are declared.  This method may be used to iterate
575over the constants as follows:
576<pre>
577for (DeserializationFeature c : DeserializationFeature.values())
578&nbsp;   System.out.println(c);
579</pre>
580<P>
581<DD><DL>
582</DL>
583</DD>
584<DD><DL>
585
586<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
587the order they are declared</DL>
588</DD>
589</DL>
590<HR>
591
592<A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
593valueOf</H3>
594<PRE>
595public static <A HREF="../../../../com/fasterxml/jackson/databind/DeserializationFeature.html" title="enum in com.fasterxml.jackson.databind">DeserializationFeature</A> <B>valueOf</B>(<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;name)</PRE>
596<DL>
597<DD>Returns the enum constant of this type with the specified name.
598The string must match <I>exactly</I> an identifier used to declare an
599enum constant in this type.  (Extraneous whitespace characters are
600not permitted.)
601<P>
602<DD><DL>
603</DL>
604</DD>
605<DD><DL>
606<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
607<DT><B>Returns:</B><DD>the enum constant with the specified name
608<DT><B>Throws:</B>
609<DD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if this enum type has no constant
610with the specified name
611<DD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</A></CODE> - if the argument is null</DL>
612</DD>
613</DL>
614<HR>
615
616<A NAME="enabledByDefault()"><!-- --></A><H3>
617enabledByDefault</H3>
618<PRE>
619public boolean <B>enabledByDefault</B>()</PRE>
620<DL>
621<DD><B>Description copied from interface: <CODE><A HREF="../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html#enabledByDefault()">ConfigFeature</A></CODE></B></DD>
622<DD>Accessor for checking whether this feature is enabled by default.
623<P>
624<DD><DL>
625<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html#enabledByDefault()">enabledByDefault</A></CODE> in interface <CODE><A HREF="../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg">ConfigFeature</A></CODE></DL>
626</DD>
627<DD><DL>
628</DL>
629</DD>
630</DL>
631<HR>
632
633<A NAME="getMask()"><!-- --></A><H3>
634getMask</H3>
635<PRE>
636public int <B>getMask</B>()</PRE>
637<DL>
638<DD><B>Description copied from interface: <CODE><A HREF="../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html#getMask()">ConfigFeature</A></CODE></B></DD>
639<DD>Returns bit mask for this feature instance
640<P>
641<DD><DL>
642<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html#getMask()">getMask</A></CODE> in interface <CODE><A HREF="../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg">ConfigFeature</A></CODE></DL>
643</DD>
644<DD><DL>
645</DL>
646</DD>
647</DL>
648<!-- ========= END OF CLASS DATA ========= -->
649<HR>
650
651
652<!-- ======= START OF BOTTOM NAVBAR ====== -->
653<A NAME="navbar_bottom"><!-- --></A>
654<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
655<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
656<TR>
657<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
658<A NAME="navbar_bottom_firstrow"><!-- --></A>
659<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
660  <TR ALIGN="center" VALIGN="top">
661  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
662  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
663  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
664  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/DeserializationFeature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
665  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
666  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
667  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
668  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
669  </TR>
670</TABLE>
671</TD>
672<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
673</EM>
674</TD>
675</TR>
676
677<TR>
678<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
679&nbsp;<A HREF="../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><B>PREV CLASS</B></A>&nbsp;
680&nbsp;<A HREF="../../../../com/fasterxml/jackson/databind/InjectableValues.html" title="class in com.fasterxml.jackson.databind"><B>NEXT CLASS</B></A></FONT></TD>
681<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
682  <A HREF="../../../../index.html?com/fasterxml/jackson/databind/DeserializationFeature.html" target="_top"><B>FRAMES</B></A>  &nbsp;
683&nbsp;<A HREF="DeserializationFeature.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
684&nbsp;<SCRIPT type="text/javascript">
685  <!--
686  if(window==top) {
687    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
688  }
689  //-->
690</SCRIPT>
691<NOSCRIPT>
692  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
693</NOSCRIPT>
694
695
696</FONT></TD>
697</TR>
698<TR>
699<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
700  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
701<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
702DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
703</TR>
704</TABLE>
705<A NAME="skip-navbar_bottom"></A>
706<!-- ======== END OF BOTTOM NAVBAR ======= -->
707
708<HR>
709Copyright &#169; 2012 <a href="http://fasterxml.com">fasterxml.com</a>. All Rights Reserved.
710</BODY>
711</HTML>
712