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:46 PST 2016 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>Uses of Package com.fasterxml.jackson.databind.annotation (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 Package com.fasterxml.jackson.databind.annotation (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>Class</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/annotation/package-use.html" target="_top">Frames</a></li> 45<li><a href="package-use.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<h1 title="Uses of Package com.fasterxml.jackson.databind.annotation" class="title">Uses of Package<br>com.fasterxml.jackson.databind.annotation</h1> 68</div> 69<div class="contentContainer"> 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/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</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.annotation">com.fasterxml.jackson.databind.annotation</a></td> 90<td class="colLast"> 91<div class="block">Annotations that directly depend on classes in databinding bundle 92 (not just Jackson core) and can not be included 93 in Jackson core annotations package (because it can not have any 94 external dependencies).</div> 95</td> 96</tr> 97<tr class="altColor"> 98<td class="colFirst"><a href="#com.fasterxml.jackson.databind.deser">com.fasterxml.jackson.databind.deser</a></td> 99<td class="colLast"> 100<div class="block">Contains implementation classes of deserialization part of 101 data binding.</div> 102</td> 103</tr> 104<tr class="rowColor"> 105<td class="colFirst"><a href="#com.fasterxml.jackson.databind.deser.std">com.fasterxml.jackson.databind.deser.std</a></td> 106<td class="colLast"> 107<div class="block">Contains public standard implementations of abstraction that 108 Jackson uses.</div> 109</td> 110</tr> 111<tr class="altColor"> 112<td class="colFirst"><a href="#com.fasterxml.jackson.databind.introspect">com.fasterxml.jackson.databind.introspect</a></td> 113<td class="colLast"> 114<div class="block">Functionality needed for Bean introspection, required for detecting 115 accessors and mutators for Beans, as well as locating and handling 116 method annotations.</div> 117</td> 118</tr> 119<tr class="rowColor"> 120<td class="colFirst"><a href="#com.fasterxml.jackson.databind.ser">com.fasterxml.jackson.databind.ser</a></td> 121<td class="colLast"> 122<div class="block">Contains implementation classes of serialization part of 123 data binding.</div> 124</td> 125</tr> 126<tr class="altColor"> 127<td class="colFirst"><a href="#com.fasterxml.jackson.databind.ser.impl">com.fasterxml.jackson.databind.ser.impl</a></td> 128<td class="colLast"> 129<div class="block">Contains implementation classes of serialization part of 130 data binding.</div> 131</td> 132</tr> 133<tr class="rowColor"> 134<td class="colFirst"><a href="#com.fasterxml.jackson.databind.ser.std">com.fasterxml.jackson.databind.ser.std</a></td> 135<td class="colLast"> </td> 136</tr> 137</tbody> 138</table> 139</li> 140<li class="blockList"><a name="com.fasterxml.jackson.databind"> 141<!-- --> 142</a> 143<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 144<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a> used by <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a></span><span class="tabEnd"> </span></caption> 145<tr> 146<th class="colOne" scope="col">Class and Description</th> 147</tr> 148<tbody> 149<tr class="altColor"> 150<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonPOJOBuilder.Value.html#com.fasterxml.jackson.databind">JsonPOJOBuilder.Value</a> 151<div class="block">Simple value container for containing values read from 152 <a href="../../../../../com/fasterxml/jackson/databind/annotation/JsonPOJOBuilder.html" title="annotation in com.fasterxml.jackson.databind.annotation"><code>JsonPOJOBuilder</code></a> annotation instance.</div> 153</td> 154</tr> 155<tr class="rowColor"> 156<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonSerialize.Typing.html#com.fasterxml.jackson.databind">JsonSerialize.Typing</a> 157<div class="block">Enumeration used with <a href="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.html#typing()"><code>JsonSerialize.typing()</code></a> property 158 to define whether type detection is based on dynamic runtime 159 type (DYNAMIC) or declared type (STATIC).</div> 160</td> 161</tr> 162</tbody> 163</table> 164</li> 165<li class="blockList"><a name="com.fasterxml.jackson.databind.annotation"> 166<!-- --> 167</a> 168<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 169<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a> used by <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a></span><span class="tabEnd"> </span></caption> 170<tr> 171<th class="colOne" scope="col">Class and Description</th> 172</tr> 173<tbody> 174<tr class="altColor"> 175<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonPOJOBuilder.html#com.fasterxml.jackson.databind.annotation">JsonPOJOBuilder</a> 176<div class="block">Annotation used to configure details of a Builder class: 177 instances of which are used as Builders for deserialized 178 POJO values, instead of POJOs being instantiated using 179 constructors or factory methods.</div> 180</td> 181</tr> 182<tr class="rowColor"> 183<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonSerialize.Inclusion.html#com.fasterxml.jackson.databind.annotation">JsonSerialize.Inclusion</a> 184<div class="block"><strong>Deprecated.</strong> </div> 185</td> 186</tr> 187<tr class="altColor"> 188<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonSerialize.Typing.html#com.fasterxml.jackson.databind.annotation">JsonSerialize.Typing</a> 189<div class="block">Enumeration used with <a href="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.html#typing()"><code>JsonSerialize.typing()</code></a> property 190 to define whether type detection is based on dynamic runtime 191 type (DYNAMIC) or declared type (STATIC).</div> 192</td> 193</tr> 194</tbody> 195</table> 196</li> 197<li class="blockList"><a name="com.fasterxml.jackson.databind.deser"> 198<!-- --> 199</a> 200<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 201<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a> used by <a href="../../../../../com/fasterxml/jackson/databind/deser/package-summary.html">com.fasterxml.jackson.databind.deser</a></span><span class="tabEnd"> </span></caption> 202<tr> 203<th class="colOne" scope="col">Class and Description</th> 204</tr> 205<tbody> 206<tr class="altColor"> 207<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonPOJOBuilder.Value.html#com.fasterxml.jackson.databind.deser">JsonPOJOBuilder.Value</a> 208<div class="block">Simple value container for containing values read from 209 <a href="../../../../../com/fasterxml/jackson/databind/annotation/JsonPOJOBuilder.html" title="annotation in com.fasterxml.jackson.databind.annotation"><code>JsonPOJOBuilder</code></a> annotation instance.</div> 210</td> 211</tr> 212</tbody> 213</table> 214</li> 215<li class="blockList"><a name="com.fasterxml.jackson.databind.deser.std"> 216<!-- --> 217</a> 218<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 219<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a> used by <a href="../../../../../com/fasterxml/jackson/databind/deser/std/package-summary.html">com.fasterxml.jackson.databind.deser.std</a></span><span class="tabEnd"> </span></caption> 220<tr> 221<th class="colOne" scope="col">Class and Description</th> 222</tr> 223<tbody> 224<tr class="altColor"> 225<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JacksonStdImpl.html#com.fasterxml.jackson.databind.deser.std">JacksonStdImpl</a> 226<div class="block">Marker interface used to indicate implementation classes 227 (serializers, deserializers etc) that are standard ones Jackson 228 uses; not custom ones that application has added.</div> 229</td> 230</tr> 231</tbody> 232</table> 233</li> 234<li class="blockList"><a name="com.fasterxml.jackson.databind.introspect"> 235<!-- --> 236</a> 237<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 238<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a> used by <a href="../../../../../com/fasterxml/jackson/databind/introspect/package-summary.html">com.fasterxml.jackson.databind.introspect</a></span><span class="tabEnd"> </span></caption> 239<tr> 240<th class="colOne" scope="col">Class and Description</th> 241</tr> 242<tbody> 243<tr class="altColor"> 244<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonAppend.Attr.html#com.fasterxml.jackson.databind.introspect">JsonAppend.Attr</a> 245<div class="block">Definition of a single attribute-backed property.</div> 246</td> 247</tr> 248<tr class="rowColor"> 249<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonAppend.Prop.html#com.fasterxml.jackson.databind.introspect">JsonAppend.Prop</a> 250<div class="block">Definition of a single general virtual property.</div> 251</td> 252</tr> 253<tr class="altColor"> 254<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonPOJOBuilder.Value.html#com.fasterxml.jackson.databind.introspect">JsonPOJOBuilder.Value</a> 255<div class="block">Simple value container for containing values read from 256 <a href="../../../../../com/fasterxml/jackson/databind/annotation/JsonPOJOBuilder.html" title="annotation in com.fasterxml.jackson.databind.annotation"><code>JsonPOJOBuilder</code></a> annotation instance.</div> 257</td> 258</tr> 259<tr class="rowColor"> 260<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JsonSerialize.Typing.html#com.fasterxml.jackson.databind.introspect">JsonSerialize.Typing</a> 261<div class="block">Enumeration used with <a href="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.html#typing()"><code>JsonSerialize.typing()</code></a> property 262 to define whether type detection is based on dynamic runtime 263 type (DYNAMIC) or declared type (STATIC).</div> 264</td> 265</tr> 266</tbody> 267</table> 268</li> 269<li class="blockList"><a name="com.fasterxml.jackson.databind.ser"> 270<!-- --> 271</a> 272<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 273<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a> used by <a href="../../../../../com/fasterxml/jackson/databind/ser/package-summary.html">com.fasterxml.jackson.databind.ser</a></span><span class="tabEnd"> </span></caption> 274<tr> 275<th class="colOne" scope="col">Class and Description</th> 276</tr> 277<tbody> 278<tr class="altColor"> 279<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JacksonStdImpl.html#com.fasterxml.jackson.databind.ser">JacksonStdImpl</a> 280<div class="block">Marker interface used to indicate implementation classes 281 (serializers, deserializers etc) that are standard ones Jackson 282 uses; not custom ones that application has added.</div> 283</td> 284</tr> 285</tbody> 286</table> 287</li> 288<li class="blockList"><a name="com.fasterxml.jackson.databind.ser.impl"> 289<!-- --> 290</a> 291<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 292<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a> used by <a href="../../../../../com/fasterxml/jackson/databind/ser/impl/package-summary.html">com.fasterxml.jackson.databind.ser.impl</a></span><span class="tabEnd"> </span></caption> 293<tr> 294<th class="colOne" scope="col">Class and Description</th> 295</tr> 296<tbody> 297<tr class="altColor"> 298<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JacksonStdImpl.html#com.fasterxml.jackson.databind.ser.impl">JacksonStdImpl</a> 299<div class="block">Marker interface used to indicate implementation classes 300 (serializers, deserializers etc) that are standard ones Jackson 301 uses; not custom ones that application has added.</div> 302</td> 303</tr> 304</tbody> 305</table> 306</li> 307<li class="blockList"><a name="com.fasterxml.jackson.databind.ser.std"> 308<!-- --> 309</a> 310<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 311<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">com.fasterxml.jackson.databind.annotation</a> used by <a href="../../../../../com/fasterxml/jackson/databind/ser/std/package-summary.html">com.fasterxml.jackson.databind.ser.std</a></span><span class="tabEnd"> </span></caption> 312<tr> 313<th class="colOne" scope="col">Class and Description</th> 314</tr> 315<tbody> 316<tr class="altColor"> 317<td class="colOne"><a href="../../../../../com/fasterxml/jackson/databind/annotation/class-use/JacksonStdImpl.html#com.fasterxml.jackson.databind.ser.std">JacksonStdImpl</a> 318<div class="block">Marker interface used to indicate implementation classes 319 (serializers, deserializers etc) that are standard ones Jackson 320 uses; not custom ones that application has added.</div> 321</td> 322</tr> 323</tbody> 324</table> 325</li> 326</ul> 327</div> 328<!-- ======= START OF BOTTOM NAVBAR ====== --> 329<div class="bottomNav"><a name="navbar_bottom"> 330<!-- --> 331</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 332<!-- --> 333</a> 334<ul class="navList" title="Navigation"> 335<li><a href="../../../../../overview-summary.html">Overview</a></li> 336<li><a href="package-summary.html">Package</a></li> 337<li>Class</li> 338<li class="navBarCell1Rev">Use</li> 339<li><a href="package-tree.html">Tree</a></li> 340<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 341<li><a href="../../../../../index-all.html">Index</a></li> 342<li><a href="../../../../../help-doc.html">Help</a></li> 343</ul> 344</div> 345<div class="subNav"> 346<ul class="navList"> 347<li>Prev</li> 348<li>Next</li> 349</ul> 350<ul class="navList"> 351<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/annotation/package-use.html" target="_top">Frames</a></li> 352<li><a href="package-use.html" target="_top">No Frames</a></li> 353</ul> 354<ul class="navList" id="allclasses_navbar_bottom"> 355<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 356</ul> 357<div> 358<script type="text/javascript"><!-- 359 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 360 if(window==top) { 361 allClassesLink.style.display = "block"; 362 } 363 else { 364 allClassesLink.style.display = "none"; 365 } 366 //--> 367</script> 368</div> 369<a name="skip-navbar_bottom"> 370<!-- --> 371</a></div> 372<!-- ======== END OF BOTTOM NAVBAR ======= --> 373<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 374</body> 375</html> 376