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 Fri Jan 15 20:28:45 PST 2016 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>Uses of Class com.fasterxml.jackson.databind.JsonSerializable.Base (jackson-databind 2.7.0 API)</title> 8<meta name="date" content="2016-01-15"> 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.databind.JsonSerializable.Base (jackson-databind 2.7.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="../../../../../overview-summary.html">Overview</a></li> 29<li><a href="../package-summary.html">Package</a></li> 30<li><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">Class</a></li> 31<li class="navBarCell1Rev">Use</li> 32<li><a href="../package-tree.html">Tree</a></li> 33<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 34<li><a href="../../../../../index-all.html">Index</a></li> 35<li><a href="../../../../../help-doc.html">Help</a></li> 36</ul> 37</div> 38<div class="subNav"> 39<ul class="navList"> 40<li>Prev</li> 41<li>Next</li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/JsonSerializable.Base.html" target="_top">Frames</a></li> 45<li><a href="JsonSerializable.Base.html" target="_top">No Frames</a></li> 46</ul> 47<ul class="navList" id="allclasses_navbar_top"> 48<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 49</ul> 50<div> 51<script type="text/javascript"><!-- 52 allClassesLink = document.getElementById("allclasses_navbar_top"); 53 if(window==top) { 54 allClassesLink.style.display = "block"; 55 } 56 else { 57 allClassesLink.style.display = "none"; 58 } 59 //--> 60</script> 61</div> 62<a name="skip-navbar_top"> 63<!-- --> 64</a></div> 65<!-- ========= END OF TOP NAVBAR ========= --> 66<div class="header"> 67<h2 title="Uses of Class com.fasterxml.jackson.databind.JsonSerializable.Base" class="title">Uses of Class<br>com.fasterxml.jackson.databind.JsonSerializable.Base</h2> 68</div> 69<div class="classUseContainer"> 70<ul class="blockList"> 71<li class="blockList"> 72<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> 73<caption><span>Packages that use <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a></span><span class="tabEnd"> </span></caption> 74<tr> 75<th class="colFirst" scope="col">Package</th> 76<th class="colLast" scope="col">Description</th> 77</tr> 78<tbody> 79<tr class="altColor"> 80<td class="colFirst"><a href="#com.fasterxml.jackson.databind">com.fasterxml.jackson.databind</a></td> 81<td class="colLast"> 82<div class="block">Basic data binding (mapping) functionality that 83allows for reading JSON content into Java Objects (POJOs) 84and JSON Trees (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><code>JsonNode</code></a>), as well as 85writing Java Objects and trees as JSON.</div> 86</td> 87</tr> 88<tr class="rowColor"> 89<td class="colFirst"><a href="#com.fasterxml.jackson.databind.node">com.fasterxml.jackson.databind.node</a></td> 90<td class="colLast"> 91<div class="block">Contains concrete <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><code>JsonNode</code></a> implementations 92 Jackson uses for the Tree model.</div> 93</td> 94</tr> 95</tbody> 96</table> 97</li> 98<li class="blockList"> 99<ul class="blockList"> 100<li class="blockList"><a name="com.fasterxml.jackson.databind"> 101<!-- --> 102</a> 103<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a> in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a></h3> 104<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> 105<caption><span>Subclasses of <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a> in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a></span><span class="tabEnd"> </span></caption> 106<tr> 107<th class="colFirst" scope="col">Modifier and Type</th> 108<th class="colLast" scope="col">Class and Description</th> 109</tr> 110<tbody> 111<tr class="altColor"> 112<td class="colFirst"><code>class </code></td> 113<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></strong></code> 114<div class="block">Base class for all JSON nodes, which form the basis of JSON 115 Tree Model that Jackson implements.</div> 116</td> 117</tr> 118</tbody> 119</table> 120</li> 121<li class="blockList"><a name="com.fasterxml.jackson.databind.node"> 122<!-- --> 123</a> 124<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a> in <a href="../../../../../com/fasterxml/jackson/databind/node/package-summary.html">com.fasterxml.jackson.databind.node</a></h3> 125<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> 126<caption><span>Subclasses of <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a> in <a href="../../../../../com/fasterxml/jackson/databind/node/package-summary.html">com.fasterxml.jackson.databind.node</a></span><span class="tabEnd"> </span></caption> 127<tr> 128<th class="colFirst" scope="col">Modifier and Type</th> 129<th class="colLast" scope="col">Class and Description</th> 130</tr> 131<tbody> 132<tr class="altColor"> 133<td class="colFirst"><code>class </code></td> 134<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ArrayNode.html" title="class in com.fasterxml.jackson.databind.node">ArrayNode</a></strong></code> 135<div class="block">Node class that represents Arrays mapped from JSON content.</div> 136</td> 137</tr> 138<tr class="rowColor"> 139<td class="colFirst"><code>class </code></td> 140<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node">BaseJsonNode</a></strong></code> 141<div class="block">Abstract base class common to all standard <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><code>JsonNode</code></a> 142 implementations.</div> 143</td> 144</tr> 145<tr class="altColor"> 146<td class="colFirst"><code>class </code></td> 147<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html" title="class in com.fasterxml.jackson.databind.node">BigIntegerNode</a></strong></code> 148<div class="block">Numeric node that contains simple 64-bit integer values.</div> 149</td> 150</tr> 151<tr class="rowColor"> 152<td class="colFirst"><code>class </code></td> 153<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BinaryNode.html" title="class in com.fasterxml.jackson.databind.node">BinaryNode</a></strong></code> 154<div class="block">Value node that contains Base64 encoded binary value, which will be 155 output and stored as Json String value.</div> 156</td> 157</tr> 158<tr class="altColor"> 159<td class="colFirst"><code>class </code></td> 160<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a></strong></code> 161<div class="block">This concrete value class is used to contain boolean (true / false) 162 values.</div> 163</td> 164</tr> 165<tr class="rowColor"> 166<td class="colFirst"><code>class </code></td> 167<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ContainerNode.html" title="class in com.fasterxml.jackson.databind.node">ContainerNode</a><T extends <a href="../../../../../com/fasterxml/jackson/databind/node/ContainerNode.html" title="class in com.fasterxml.jackson.databind.node">ContainerNode</a><T>></strong></code> 168<div class="block">This intermediate base class is used for all container nodes, 169 specifically, array and object nodes.</div> 170</td> 171</tr> 172<tr class="altColor"> 173<td class="colFirst"><code>class </code></td> 174<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/DecimalNode.html" title="class in com.fasterxml.jackson.databind.node">DecimalNode</a></strong></code> 175<div class="block">Numeric node that contains values that do not fit in simple 176 integer (int, long) or floating point (double) values.</div> 177</td> 178</tr> 179<tr class="rowColor"> 180<td class="colFirst"><code>class </code></td> 181<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/DoubleNode.html" title="class in com.fasterxml.jackson.databind.node">DoubleNode</a></strong></code> 182<div class="block">Numeric node that contains 64-bit ("double precision") 183 floating point values simple 32-bit integer values.</div> 184</td> 185</tr> 186<tr class="altColor"> 187<td class="colFirst"><code>class </code></td> 188<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/FloatNode.html" title="class in com.fasterxml.jackson.databind.node">FloatNode</a></strong></code> 189<div class="block"><code>JsonNode</code> implementation for efficiently containing 32-bit 190 `float` values.</div> 191</td> 192</tr> 193<tr class="rowColor"> 194<td class="colFirst"><code>class </code></td> 195<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/IntNode.html" title="class in com.fasterxml.jackson.databind.node">IntNode</a></strong></code> 196<div class="block">Numeric node that contains simple 32-bit integer values.</div> 197</td> 198</tr> 199<tr class="altColor"> 200<td class="colFirst"><code>class </code></td> 201<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/LongNode.html" title="class in com.fasterxml.jackson.databind.node">LongNode</a></strong></code> 202<div class="block">Numeric node that contains simple 64-bit integer values.</div> 203</td> 204</tr> 205<tr class="rowColor"> 206<td class="colFirst"><code>class </code></td> 207<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/MissingNode.html" title="class in com.fasterxml.jackson.databind.node">MissingNode</a></strong></code> 208<div class="block">This singleton node class is generated to denote "missing nodes" 209 along paths that do not exist.</div> 210</td> 211</tr> 212<tr class="altColor"> 213<td class="colFirst"><code>class </code></td> 214<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/NullNode.html" title="class in com.fasterxml.jackson.databind.node">NullNode</a></strong></code> 215<div class="block">This singleton value class is used to contain explicit JSON null 216 value.</div> 217</td> 218</tr> 219<tr class="rowColor"> 220<td class="colFirst"><code>class </code></td> 221<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></strong></code> 222<div class="block">Intermediate value node used for numeric nodes.</div> 223</td> 224</tr> 225<tr class="altColor"> 226<td class="colFirst"><code>class </code></td> 227<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ObjectNode.html" title="class in com.fasterxml.jackson.databind.node">ObjectNode</a></strong></code> 228<div class="block">Node that maps to JSON Object structures in JSON content.</div> 229</td> 230</tr> 231<tr class="rowColor"> 232<td class="colFirst"><code>class </code></td> 233<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/POJONode.html" title="class in com.fasterxml.jackson.databind.node">POJONode</a></strong></code> 234<div class="block">Value node that contains a wrapped POJO, to be serialized as 235 a JSON constructed through data mapping (usually done by 236 calling <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a>).</div> 237</td> 238</tr> 239<tr class="altColor"> 240<td class="colFirst"><code>class </code></td> 241<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ShortNode.html" title="class in com.fasterxml.jackson.databind.node">ShortNode</a></strong></code> 242<div class="block">Numeric node that contains simple 16-bit integer values.</div> 243</td> 244</tr> 245<tr class="rowColor"> 246<td class="colFirst"><code>class </code></td> 247<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node">TextNode</a></strong></code> 248<div class="block">Value node that contains a text value.</div> 249</td> 250</tr> 251<tr class="altColor"> 252<td class="colFirst"><code>class </code></td> 253<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node">ValueNode</a></strong></code> 254<div class="block">This intermediate base class is used for all leaf nodes, that is, 255 all non-container (array or object) nodes, except for the 256 "missing node".</div> 257</td> 258</tr> 259</tbody> 260</table> 261</li> 262</ul> 263</li> 264</ul> 265</div> 266<!-- ======= START OF BOTTOM NAVBAR ====== --> 267<div class="bottomNav"><a name="navbar_bottom"> 268<!-- --> 269</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 270<!-- --> 271</a> 272<ul class="navList" title="Navigation"> 273<li><a href="../../../../../overview-summary.html">Overview</a></li> 274<li><a href="../package-summary.html">Package</a></li> 275<li><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">Class</a></li> 276<li class="navBarCell1Rev">Use</li> 277<li><a href="../package-tree.html">Tree</a></li> 278<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 279<li><a href="../../../../../index-all.html">Index</a></li> 280<li><a href="../../../../../help-doc.html">Help</a></li> 281</ul> 282</div> 283<div class="subNav"> 284<ul class="navList"> 285<li>Prev</li> 286<li>Next</li> 287</ul> 288<ul class="navList"> 289<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/JsonSerializable.Base.html" target="_top">Frames</a></li> 290<li><a href="JsonSerializable.Base.html" target="_top">No Frames</a></li> 291</ul> 292<ul class="navList" id="allclasses_navbar_bottom"> 293<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 294</ul> 295<div> 296<script type="text/javascript"><!-- 297 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 298 if(window==top) { 299 allClassesLink.style.display = "block"; 300 } 301 else { 302 allClassesLink.style.display = "none"; 303 } 304 //--> 305</script> 306</div> 307<a name="skip-navbar_bottom"> 308<!-- --> 309</a></div> 310<!-- ======== END OF BOTTOM NAVBAR ======= --> 311<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 312</body> 313</html> 314