• 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 lang="en">
4<head>
5<!-- Generated by javadoc (version 1.7.0_79) on Tue Jan 23 20:10:06 PST 2018 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>Uses of Class com.fasterxml.jackson.annotation.Nulls (Jackson-annotations 2.9.0 API)</title>
8<meta name="date" content="2018-01-23">
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="Uses of Class com.fasterxml.jackson.annotation.Nulls (Jackson-annotations 2.9.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><a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Class</a></li>
30<li class="navBarCell1Rev">Use</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>Prev</li>
40<li>Next</li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../../index.html?com/fasterxml/jackson/annotation/class-use/Nulls.html" target="_top">Frames</a></li>
44<li><a href="Nulls.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<a name="skip-navbar_top">
62<!--   -->
63</a></div>
64<!-- ========= END OF TOP NAVBAR ========= -->
65<div class="header">
66<h2 title="Uses of Class com.fasterxml.jackson.annotation.Nulls" class="title">Uses of Class<br>com.fasterxml.jackson.annotation.Nulls</h2>
67</div>
68<div class="classUseContainer">
69<ul class="blockList">
70<li class="blockList">
71<ul class="blockList">
72<li class="blockList"><a name="com.fasterxml.jackson.annotation">
73<!--   -->
74</a>
75<h3>Uses of <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a> in <a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></h3>
76<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
77<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a> that return <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a></span><span class="tabEnd">&nbsp;</span></caption>
78<tr>
79<th class="colFirst" scope="col">Modifier and Type</th>
80<th class="colLast" scope="col">Method and Description</th>
81</tr>
82<tbody>
83<tr class="altColor">
84<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a></code></td>
85<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#getContentNulls()">getContentNulls</a></strong>()</code>&nbsp;</td>
86</tr>
87<tr class="rowColor">
88<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a></code></td>
89<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#getValueNulls()">getValueNulls</a></strong>()</code>&nbsp;</td>
90</tr>
91<tr class="altColor">
92<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a></code></td>
93<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#nonDefaultContentNulls()">nonDefaultContentNulls</a></strong>()</code>
94<div class="block">Returns same as <a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#getContentNulls()"><code>JsonSetter.Value.getContentNulls()</code></a> unless value would be
95 <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html#DEFAULT"><code>DEFAULT</code></a> in which case `null` is returned.</div>
96</td>
97</tr>
98<tr class="rowColor">
99<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a></code></td>
100<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#nonDefaultValueNulls()">nonDefaultValueNulls</a></strong>()</code>
101<div class="block">Returns same as <a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#getValueNulls()"><code>JsonSetter.Value.getValueNulls()</code></a> unless value would be
102 <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html#DEFAULT"><code>DEFAULT</code></a> in which case `null` is returned.</div>
103</td>
104</tr>
105<tr class="altColor">
106<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a></code></td>
107<td class="colLast"><span class="strong">Nulls.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/Nulls.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>
108<div class="block">Returns the enum constant of this type with the specified name.</div>
109</td>
110</tr>
111<tr class="rowColor">
112<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>[]</code></td>
113<td class="colLast"><span class="strong">Nulls.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html#values()">values</a></strong>()</code>
114<div class="block">Returns an array containing the constants of this enum type, in
115the order they are declared.</div>
116</td>
117</tr>
118</tbody>
119</table>
120<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
121<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a></span><span class="tabEnd">&nbsp;</span></caption>
122<tr>
123<th class="colFirst" scope="col">Modifier and Type</th>
124<th class="colLast" scope="col">Method and Description</th>
125</tr>
126<tbody>
127<tr class="altColor">
128<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">JsonSetter.Value</a></code></td>
129<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#construct(com.fasterxml.jackson.annotation.Nulls,%20com.fasterxml.jackson.annotation.Nulls)">construct</a></strong>(<a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;nulls,
130         <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;contentNulls)</code>
131<div class="block">Factory method that may be used (although is NOT the recommended way)
132 to construct an instance from a full set of properties.</div>
133</td>
134</tr>
135<tr class="rowColor">
136<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">JsonSetter.Value</a></code></td>
137<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#forContentNulls(com.fasterxml.jackson.annotation.Nulls)">forContentNulls</a></strong>(<a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;nulls)</code>&nbsp;</td>
138</tr>
139<tr class="altColor">
140<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">JsonSetter.Value</a></code></td>
141<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#forValueNulls(com.fasterxml.jackson.annotation.Nulls)">forValueNulls</a></strong>(<a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;nulls)</code>&nbsp;</td>
142</tr>
143<tr class="rowColor">
144<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">JsonSetter.Value</a></code></td>
145<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#forValueNulls(com.fasterxml.jackson.annotation.Nulls,%20com.fasterxml.jackson.annotation.Nulls)">forValueNulls</a></strong>(<a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;nulls,
146             <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;contentNulls)</code>&nbsp;</td>
147</tr>
148<tr class="altColor">
149<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">JsonSetter.Value</a></code></td>
150<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#withContentNulls(com.fasterxml.jackson.annotation.Nulls)">withContentNulls</a></strong>(<a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;nulls)</code>&nbsp;</td>
151</tr>
152<tr class="rowColor">
153<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">JsonSetter.Value</a></code></td>
154<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#withValueNulls(com.fasterxml.jackson.annotation.Nulls)">withValueNulls</a></strong>(<a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;nulls)</code>&nbsp;</td>
155</tr>
156<tr class="altColor">
157<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">JsonSetter.Value</a></code></td>
158<td class="colLast"><span class="strong">JsonSetter.Value.</span><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#withValueNulls(com.fasterxml.jackson.annotation.Nulls,%20com.fasterxml.jackson.annotation.Nulls)">withValueNulls</a></strong>(<a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;valueNulls,
159              <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;contentNulls)</code>&nbsp;</td>
160</tr>
161</tbody>
162</table>
163<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
164<caption><span>Constructors in <a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a></span><span class="tabEnd">&nbsp;</span></caption>
165<tr>
166<th class="colOne" scope="col">Constructor and Description</th>
167</tr>
168<tbody>
169<tr class="altColor">
170<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.Value.html#JsonSetter.Value(com.fasterxml.jackson.annotation.Nulls,%20com.fasterxml.jackson.annotation.Nulls)">JsonSetter.Value</a></strong>(<a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;nulls,
171                <a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a>&nbsp;contentNulls)</code>&nbsp;</td>
172</tr>
173</tbody>
174</table>
175</li>
176</ul>
177</li>
178</ul>
179</div>
180<!-- ======= START OF BOTTOM NAVBAR ====== -->
181<div class="bottomNav"><a name="navbar_bottom">
182<!--   -->
183</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
184<!--   -->
185</a>
186<ul class="navList" title="Navigation">
187<li><a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li>
188<li><a href="../../../../../com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Class</a></li>
189<li class="navBarCell1Rev">Use</li>
190<li><a href="../package-tree.html">Tree</a></li>
191<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
192<li><a href="../../../../../index-all.html">Index</a></li>
193<li><a href="../../../../../help-doc.html">Help</a></li>
194</ul>
195</div>
196<div class="subNav">
197<ul class="navList">
198<li>Prev</li>
199<li>Next</li>
200</ul>
201<ul class="navList">
202<li><a href="../../../../../index.html?com/fasterxml/jackson/annotation/class-use/Nulls.html" target="_top">Frames</a></li>
203<li><a href="Nulls.html" target="_top">No Frames</a></li>
204</ul>
205<ul class="navList" id="allclasses_navbar_bottom">
206<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
207</ul>
208<div>
209<script type="text/javascript"><!--
210  allClassesLink = document.getElementById("allclasses_navbar_bottom");
211  if(window==top) {
212    allClassesLink.style.display = "block";
213  }
214  else {
215    allClassesLink.style.display = "none";
216  }
217  //-->
218</script>
219</div>
220<a name="skip-navbar_bottom">
221<!--   -->
222</a></div>
223<!-- ======== END OF BOTTOM NAVBAR ======= -->
224<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2018 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
225</body>
226</html>
227