1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc (version 1.7.0_79) on Thu Jul 07 10:49:27 PDT 2016 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>JsonInclude.Include (Jackson-annotations 2.8.0 API)</title>
8<meta name="date" content="2016-07-07">
9<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10</head>
11<body>
12<script type="text/javascript"><!--
13    if (location.href.indexOf('is-external=true') == -1) {
14        parent.document.title="JsonInclude.Include (Jackson-annotations 2.8.0 API)";
15    }
16//-->
17</script>
18<noscript>
19<div>JavaScript is disabled on your browser.</div>
20</noscript>
21<!-- ========= START OF TOP NAVBAR ======= -->
22<div class="topNav"><a name="navbar_top">
23<!--   -->
24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
25<!--   -->
26</a>
27<ul class="navList" title="Navigation">
28<li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/JsonInclude.Include.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-all.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Value.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/JsonInclude.Include.html" target="_top">Frames</a></li>
44<li><a href="JsonInclude.Include.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Nested&nbsp;|&nbsp;</li>
65<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
66<li>Field&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
72<li>Field&nbsp;|&nbsp;</li>
73<li><a href="#method_detail">Method</a></li>
74</ul>
75</div>
76<a name="skip-navbar_top">
77<!--   -->
78</a></div>
79<!-- ========= END OF TOP NAVBAR ========= -->
80<!-- ======== START OF CLASS DATA ======== -->
81<div class="header">
82<div class="subTitle">com.fasterxml.jackson.annotation</div>
83<h2 title="Enum JsonInclude.Include" class="title">Enum JsonInclude.Include</h2>
84</div>
85<div class="contentContainer">
86<ul class="inheritance">
87<li><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></li>
88<li>
89<ul class="inheritance">
90<li><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/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a>&gt;</li>
91<li>
92<ul class="inheritance">
93<li>com.fasterxml.jackson.annotation.JsonInclude.Include</li>
94</ul>
95</li>
96</ul>
97</li>
98</ul>
99<div class="description">
100<ul class="blockList">
101<li class="blockList">
102<dl>
103<dt>All Implemented Interfaces:</dt>
104<dd><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/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a>&gt;</dd>
105</dl>
106<dl>
107<dt>Enclosing class:</dt>
108<dd><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation">JsonInclude</a></dd>
109</dl>
110<hr>
111<br>
112<pre>public static enum <span class="strong">JsonInclude.Include</span>
113extends <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/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a>&gt;</pre>
114<div class="block">Enumeration used with <a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonInclude</code></a>
115 to define which properties
116 of Java Beans are to be included in serialization.</div>
117</li>
118</ul>
119</div>
120<div class="summary">
121<ul class="blockList">
122<li class="blockList">
123<!-- =========== ENUM CONSTANT SUMMARY =========== -->
124<ul class="blockList">
125<li class="blockList"><a name="enum_constant_summary">
126<!--   -->
127</a>
128<h3>Enum Constant Summary</h3>
129<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
130<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
131<tr>
132<th class="colOne" scope="col">Enum Constant and Description</th>
133</tr>
134<tr class="altColor">
135<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#ALWAYS">ALWAYS</a></strong></code>
136<div class="block">Value that indicates that property is to be always included,
137 independent of value of the property.</div>
138</td>
139</tr>
140<tr class="rowColor">
141<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_ABSENT">NON_ABSENT</a></strong></code>
142<div class="block">Value that indicates that properties are included unless their value
143 is:
144
145  null
146  "absent" value of a referential type (like Java 8 `Optional`, or
147     {link java.utl.concurrent.atomic.AtomicReference}); that is, something
148     that would not deference to a non-null value.</div>
149</td>
150</tr>
151<tr class="altColor">
152<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_DEFAULT">NON_DEFAULT</a></strong></code>
153<div class="block">Meaning of this setting depends on context: whether annotation is
154 specified for POJO type (class), or not.</div>
155</td>
156</tr>
157<tr class="rowColor">
158<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_EMPTY">NON_EMPTY</a></strong></code>
159<div class="block">Value that indicates that only properties with null value,
160 or what is considered empty, are not to be included.</div>
161</td>
162</tr>
163<tr class="altColor">
164<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_NULL">NON_NULL</a></strong></code>
165<div class="block">Value that indicates that only properties with non-null
166 values are to be included.</div>
167</td>
168</tr>
169<tr class="rowColor">
170<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#USE_DEFAULTS">USE_DEFAULTS</a></strong></code>
171<div class="block">Pseudo-value used to indicate that the higher-level defaults make
172 sense, to avoid overriding inclusion value.</div>
173</td>
174</tr>
175</table>
176</li>
177</ul>
178<!-- ========== METHOD SUMMARY =========== -->
179<ul class="blockList">
180<li class="blockList"><a name="method_summary">
181<!--   -->
182</a>
183<h3>Method Summary</h3>
184<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
185<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
186<tr>
187<th class="colFirst" scope="col">Modifier and Type</th>
188<th class="colLast" scope="col">Method and Description</th>
189</tr>
190<tr class="altColor">
191<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a></code></td>
192<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#valueOf(java.lang.String)">valueOf</a></strong>(<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>
193<div class="block">Returns the enum constant of this type with the specified name.</div>
194</td>
195</tr>
196<tr class="rowColor">
197<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a>[]</code></td>
198<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#values()">values</a></strong>()</code>
199<div class="block">Returns an array containing the constants of this enum type, in
200the order they are declared.</div>
201</td>
202</tr>
203</table>
204<ul class="blockList">
205<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
206<!--   -->
207</a>
208<h3>Methods inherited from class&nbsp;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></h3>
209<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,%20java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li>
210</ul>
211<ul class="blockList">
212<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
213<!--   -->
214</a>
215<h3>Methods inherited from class&nbsp;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></h3>
216<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,%20int)" title="class or interface in java.lang">wait</a></code></li>
217</ul>
218</li>
219</ul>
220</li>
221</ul>
222</div>
223<div class="details">
224<ul class="blockList">
225<li class="blockList">
226<!-- ============ ENUM CONSTANT DETAIL =========== -->
227<ul class="blockList">
228<li class="blockList"><a name="enum_constant_detail">
229<!--   -->
230</a>
231<h3>Enum Constant Detail</h3>
232<a name="ALWAYS">
233<!--   -->
234</a>
235<ul class="blockList">
236<li class="blockList">
237<h4>ALWAYS</h4>
238<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a> ALWAYS</pre>
239<div class="block">Value that indicates that property is to be always included,
240 independent of value of the property.</div>
241</li>
242</ul>
243<a name="NON_NULL">
244<!--   -->
245</a>
246<ul class="blockList">
247<li class="blockList">
248<h4>NON_NULL</h4>
249<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a> NON_NULL</pre>
250<div class="block">Value that indicates that only properties with non-null
251 values are to be included.</div>
252</li>
253</ul>
254<a name="NON_ABSENT">
255<!--   -->
256</a>
257<ul class="blockList">
258<li class="blockList">
259<h4>NON_ABSENT</h4>
260<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a> NON_ABSENT</pre>
261<div class="block">Value that indicates that properties are included unless their value
262 is:
263<ul>
264  <li>null</li>
265  <li>"absent" value of a referential type (like Java 8 `Optional`, or
266     {link java.utl.concurrent.atomic.AtomicReference}); that is, something
267     that would not deference to a non-null value.
268 </ul>
269 This option is mostly used to work with "Optional"s (Java 8, Guava).</div>
270<dl><dt><span class="strong">Since:</span></dt>
271  <dd>2.6</dd></dl>
272</li>
273</ul>
274<a name="NON_EMPTY">
275<!--   -->
276</a>
277<ul class="blockList">
278<li class="blockList">
279<h4>NON_EMPTY</h4>
280<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a> NON_EMPTY</pre>
281<div class="block">Value that indicates that only properties with null value,
282 or what is considered empty, are not to be included.
283 Definition of emptiness is data type specific; see below
284 for details on actual handling.
285<p>
286 Default emptiness for all types includes:
287<ul>
288 <li><code>Null</code> values.</li>
289 <li>"Absent" values (see <a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_ABSENT"><code>NON_ABSENT</code></a>)</li>
290</ul>
291 so that as baseline, "empty" set includes values that would be
292 excluded by both <a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_NULL"><code>NON_NULL</code></a> and <a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_ABSENT"><code>NON_ABSENT</code></a>.
293<br>
294 Beyond this base, following types have additional empty values:
295<ul>
296 <li>For <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>s and <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>s,
297    method <code>isEmpty()</code> is called;
298   </li>
299 <li>For Java arrays, empty arrays are ones with length of 0
300   </li>
301 <li>For Java <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>s, <code>length()</code> is called,
302   and return value of 0 indicates empty String
303   </li>
304 </ul>
305  and for other types, null values are excluded but other exclusions (if any).
306<p>
307 Note that this default handling can be overridden by custom
308 <code>JsonSerializer</code> implementation: if method <code>isEmpty()</code>
309 is overridden, it will be called to see if non-null values are
310 considered empty (null is always considered empty).
311<p>
312 Compatibility note: Jackson 2.6 included a wider range of "empty" values than
313 either earlier (up to 2.5) or later (2.7 and beyond) types; specifically:
314<ul>
315 <li>Default values of primitive types (like <code>0</code> for `int`/`java.lang.Integer`
316  and `false` for `bool`/`Boolean`)
317  </li>
318 <li>Timestamp 0 for date/time types
319  </li>
320</ul>
321 With 2.7, definition has been tightened back to only containing types explained
322 above (null, absent, empty String, empty containers), and now
323 extended definition may be specified using <a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_DEFAULT"><code>NON_DEFAULT</code></a>.</div>
324</li>
325</ul>
326<a name="NON_DEFAULT">
327<!--   -->
328</a>
329<ul class="blockList">
330<li class="blockList">
331<h4>NON_DEFAULT</h4>
332<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a> NON_DEFAULT</pre>
333<div class="block">Meaning of this setting depends on context: whether annotation is
334 specified for POJO type (class), or not. In latter case annotation
335 is either used as the global default, or as property override.
336<p>
337 When used for a POJO, definition is that only values that differ from
338 the default values of POJO properties are included. This is done
339 by creating an instance of POJO using zero-argument constructor,
340 and accessing property values: value is used as the default value
341 by using <code>equals()</code> method, except for the case where property
342 has `null` value in which straight null check is used.
343<p>
344 When NOT used for a POJO (that is, as a global default, or as property
345 override), definition is such that:
346<ul>
347 <li>All values considered "empty" (as per <a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html#NON_EMPTY"><code>NON_EMPTY</code></a>) are excluded</li>
348 <li>Primitive/wrapper default values are excluded</li>
349 <li>Date/time values that have timestamp (`long` value of milliseconds since
350   epoch, see <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util"><code>Date</code></a>) of `0L` are excluded</li>
351 </ul></div>
352</li>
353</ul>
354<a name="USE_DEFAULTS">
355<!--   -->
356</a>
357<ul class="blockListLast">
358<li class="blockList">
359<h4>USE_DEFAULTS</h4>
360<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a> USE_DEFAULTS</pre>
361<div class="block">Pseudo-value used to indicate that the higher-level defaults make
362 sense, to avoid overriding inclusion value. For example, if returned
363 for a property this would use defaults for the class that contains
364 property, if any defined; and if none defined for that, then
365 global serialization inclusion details.</div>
366<dl><dt><span class="strong">Since:</span></dt>
367  <dd>2.6</dd></dl>
368</li>
369</ul>
370</li>
371</ul>
372<!-- ============ METHOD DETAIL ========== -->
373<ul class="blockList">
374<li class="blockList"><a name="method_detail">
375<!--   -->
376</a>
377<h3>Method Detail</h3>
378<a name="values()">
379<!--   -->
380</a>
381<ul class="blockList">
382<li class="blockList">
383<h4>values</h4>
384<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a>[]&nbsp;values()</pre>
385<div class="block">Returns an array containing the constants of this enum type, in
386the order they are declared.  This method may be used to iterate
387over the constants as follows:
388<pre>
389for (JsonInclude.Include c : JsonInclude.Include.values())
390&nbsp;   System.out.println(c);
391</pre></div>
392<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
393</li>
394</ul>
395<a name="valueOf(java.lang.String)">
396<!--   -->
397</a>
398<ul class="blockListLast">
399<li class="blockList">
400<h4>valueOf</h4>
401<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a>&nbsp;valueOf(<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>
402<div class="block">Returns the enum constant of this type with the specified name.
403The string must match <i>exactly</i> an identifier used to declare an
404enum constant in this type.  (Extraneous whitespace characters are
405not permitted.)</div>
406<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
407<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
408<dt><span class="strong">Throws:</span></dt>
409<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 with the specified name</dd>
410<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</dd></dl>
411</li>
412</ul>
413</li>
414</ul>
415</li>
416</ul>
417</div>
418</div>
419<!-- ========= END OF CLASS DATA ========= -->
420<!-- ======= START OF BOTTOM NAVBAR ====== -->
421<div class="bottomNav"><a name="navbar_bottom">
422<!--   -->
423</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
424<!--   -->
425</a>
426<ul class="navList" title="Navigation">
427<li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li>
428<li class="navBarCell1Rev">Class</li>
429<li><a href="class-use/JsonInclude.Include.html">Use</a></li>
430<li><a href="package-tree.html">Tree</a></li>
431<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
432<li><a href="../../../../index-all.html">Index</a></li>
433<li><a href="../../../../help-doc.html">Help</a></li>
434</ul>
435</div>
436<div class="subNav">
437<ul class="navList">
438<li><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><span class="strong">Prev Class</span></a></li>
439<li><a href="../../../../com/fasterxml/jackson/annotation/JsonInclude.Value.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">Next Class</span></a></li>
440</ul>
441<ul class="navList">
442<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/JsonInclude.Include.html" target="_top">Frames</a></li>
443<li><a href="JsonInclude.Include.html" target="_top">No Frames</a></li>
444</ul>
445<ul class="navList" id="allclasses_navbar_bottom">
446<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
447</ul>
448<div>
449<script type="text/javascript"><!--
450  allClassesLink = document.getElementById("allclasses_navbar_bottom");
451  if(window==top) {
452    allClassesLink.style.display = "block";
453  }
454  else {
455    allClassesLink.style.display = "none";
456  }
457  //-->
458</script>
459</div>
460<div>
461<ul class="subNavList">
462<li>Summary:&nbsp;</li>
463<li>Nested&nbsp;|&nbsp;</li>
464<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
465<li>Field&nbsp;|&nbsp;</li>
466<li><a href="#method_summary">Method</a></li>
467</ul>
468<ul class="subNavList">
469<li>Detail:&nbsp;</li>
470<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
471<li>Field&nbsp;|&nbsp;</li>
472<li><a href="#method_detail">Method</a></li>
473</ul>
474</div>
475<a name="skip-navbar_bottom">
476<!--   -->
477</a></div>
478<!-- ======== END OF BOTTOM NAVBAR ======= -->
479<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
480</body>
481</html>
482