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.DatabindContext (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.DatabindContext (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/DatabindContext.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/DatabindContext.html" target="_top">Frames</a></li> 45<li><a href="DatabindContext.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.DatabindContext" class="title">Uses of Class<br>com.fasterxml.jackson.databind.DatabindContext</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/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</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.deser">com.fasterxml.jackson.databind.deser</a></td> 90<td class="colLast"> 91<div class="block">Contains implementation classes of deserialization part of 92 data binding.</div> 93</td> 94</tr> 95<tr class="altColor"> 96<td class="colFirst"><a href="#com.fasterxml.jackson.databind.jsontype">com.fasterxml.jackson.databind.jsontype</a></td> 97<td class="colLast"> 98<div class="block">Package that contains interfaces that define how to implement 99 functionality for dynamically resolving type during deserialization.</div> 100</td> 101</tr> 102<tr class="rowColor"> 103<td class="colFirst"><a href="#com.fasterxml.jackson.databind.jsontype.impl">com.fasterxml.jackson.databind.jsontype.impl</a></td> 104<td class="colLast"> 105<div class="block">Package that contains standard implementations for 106 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype"><code>TypeResolverBuilder</code></a> 107 and 108 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeIdResolver.html" title="interface in com.fasterxml.jackson.databind.jsontype"><code>TypeIdResolver</code></a>.</div> 109</td> 110</tr> 111<tr class="altColor"> 112<td class="colFirst"><a href="#com.fasterxml.jackson.databind.ser">com.fasterxml.jackson.databind.ser</a></td> 113<td class="colLast"> 114<div class="block">Contains implementation classes of serialization part of 115 data binding.</div> 116</td> 117</tr> 118</tbody> 119</table> 120</li> 121<li class="blockList"> 122<ul class="blockList"> 123<li class="blockList"><a name="com.fasterxml.jackson.databind"> 124<!-- --> 125</a> 126<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a></h3> 127<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> 128<caption><span>Subclasses of <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a></span><span class="tabEnd"> </span></caption> 129<tr> 130<th class="colFirst" scope="col">Modifier and Type</th> 131<th class="colLast" scope="col">Class and Description</th> 132</tr> 133<tbody> 134<tr class="altColor"> 135<td class="colFirst"><code>class </code></td> 136<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a></strong></code> 137<div class="block">Context for the process of deserialization a single root-level value.</div> 138</td> 139</tr> 140<tr class="rowColor"> 141<td class="colFirst"><code>class </code></td> 142<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a></strong></code> 143<div class="block">Class that defines API used by <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> and 144 <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind"><code>JsonSerializer</code></a>s to obtain serializers capable of serializing 145 instances of specific types; as well as the default implementation 146 of the functionality.</div> 147</td> 148</tr> 149</tbody> 150</table> 151<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 152<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a> that return <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a></span><span class="tabEnd"> </span></caption> 153<tr> 154<th class="colFirst" scope="col">Modifier and Type</th> 155<th class="colLast" scope="col">Method and Description</th> 156</tr> 157<tbody> 158<tr class="altColor"> 159<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a></code></td> 160<td class="colLast"><span class="strong">DatabindContext.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html#setAttribute(java.lang.Object,%20java.lang.Object)">setAttribute</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> key, 161 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> 162<div class="block">Method for setting per-call value of given attribute.</div> 163</td> 164</tr> 165</tbody> 166</table> 167</li> 168<li class="blockList"><a name="com.fasterxml.jackson.databind.deser"> 169<!-- --> 170</a> 171<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> in <a href="../../../../../com/fasterxml/jackson/databind/deser/package-summary.html">com.fasterxml.jackson.databind.deser</a></h3> 172<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> 173<caption><span>Subclasses of <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> in <a href="../../../../../com/fasterxml/jackson/databind/deser/package-summary.html">com.fasterxml.jackson.databind.deser</a></span><span class="tabEnd"> </span></caption> 174<tr> 175<th class="colFirst" scope="col">Modifier and Type</th> 176<th class="colLast" scope="col">Class and Description</th> 177</tr> 178<tbody> 179<tr class="altColor"> 180<td class="colFirst"><code>class </code></td> 181<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.html" title="class in com.fasterxml.jackson.databind.deser">DefaultDeserializationContext</a></strong></code> 182<div class="block">Complete <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><code>DeserializationContext</code></a> implementation that adds 183 extended API for <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> (and <a href="../../../../../com/fasterxml/jackson/databind/ObjectReader.html" title="class in com.fasterxml.jackson.databind"><code>ObjectReader</code></a>) 184 to call, as well as implements certain parts that base class 185 has left abstract.</div> 186</td> 187</tr> 188<tr class="rowColor"> 189<td class="colFirst"><code>static class </code></td> 190<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/deser/DefaultDeserializationContext.Impl.html" title="class in com.fasterxml.jackson.databind.deser">DefaultDeserializationContext.Impl</a></strong></code> 191<div class="block">Actual full concrete implementation</div> 192</td> 193</tr> 194</tbody> 195</table> 196</li> 197<li class="blockList"><a name="com.fasterxml.jackson.databind.jsontype"> 198<!-- --> 199</a> 200<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> in <a href="../../../../../com/fasterxml/jackson/databind/jsontype/package-summary.html">com.fasterxml.jackson.databind.jsontype</a></h3> 201<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 202<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/jsontype/package-summary.html">com.fasterxml.jackson.databind.jsontype</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a></span><span class="tabEnd"> </span></caption> 203<tr> 204<th class="colFirst" scope="col">Modifier and Type</th> 205<th class="colLast" scope="col">Method and Description</th> 206</tr> 207<tbody> 208<tr class="altColor"> 209<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 210<td class="colLast"><span class="strong">TypeIdResolver.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeIdResolver.html#typeFromId(com.fasterxml.jackson.databind.DatabindContext,%20java.lang.String)">typeFromId</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> context, 211 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</code> 212<div class="block">Method called to resolve type from given type identifier.</div> 213</td> 214</tr> 215</tbody> 216</table> 217</li> 218<li class="blockList"><a name="com.fasterxml.jackson.databind.jsontype.impl"> 219<!-- --> 220</a> 221<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> in <a href="../../../../../com/fasterxml/jackson/databind/jsontype/impl/package-summary.html">com.fasterxml.jackson.databind.jsontype.impl</a></h3> 222<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 223<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/jsontype/impl/package-summary.html">com.fasterxml.jackson.databind.jsontype.impl</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a></span><span class="tabEnd"> </span></caption> 224<tr> 225<th class="colFirst" scope="col">Modifier and Type</th> 226<th class="colLast" scope="col">Method and Description</th> 227</tr> 228<tbody> 229<tr class="altColor"> 230<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 231<td class="colLast"><span class="strong">TypeNameIdResolver.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/jsontype/impl/TypeNameIdResolver.html#typeFromId(com.fasterxml.jackson.databind.DatabindContext,%20java.lang.String)">typeFromId</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> context, 232 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</code> </td> 233</tr> 234<tr class="rowColor"> 235<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 236<td class="colLast"><span class="strong">TypeIdResolverBase.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/jsontype/impl/TypeIdResolverBase.html#typeFromId(com.fasterxml.jackson.databind.DatabindContext,%20java.lang.String)">typeFromId</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> context, 237 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</code> 238<div class="block">New method, replacement for <a href="../../../../../com/fasterxml/jackson/databind/jsontype/impl/TypeIdResolverBase.html#typeFromId(java.lang.String)"><code>TypeIdResolverBase.typeFromId(String)</code></a>, which is given 239 context for accessing information, including configuration and 240 <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type"><code>TypeFactory</code></a>.</div> 241</td> 242</tr> 243<tr class="altColor"> 244<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 245<td class="colLast"><span class="strong">ClassNameIdResolver.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/jsontype/impl/ClassNameIdResolver.html#typeFromId(com.fasterxml.jackson.databind.DatabindContext,%20java.lang.String)">typeFromId</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> context, 246 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</code> </td> 247</tr> 248</tbody> 249</table> 250</li> 251<li class="blockList"><a name="com.fasterxml.jackson.databind.ser"> 252<!-- --> 253</a> 254<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> in <a href="../../../../../com/fasterxml/jackson/databind/ser/package-summary.html">com.fasterxml.jackson.databind.ser</a></h3> 255<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> 256<caption><span>Subclasses of <a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> in <a href="../../../../../com/fasterxml/jackson/databind/ser/package-summary.html">com.fasterxml.jackson.databind.ser</a></span><span class="tabEnd"> </span></caption> 257<tr> 258<th class="colFirst" scope="col">Modifier and Type</th> 259<th class="colLast" scope="col">Class and Description</th> 260</tr> 261<tbody> 262<tr class="altColor"> 263<td class="colFirst"><code>class </code></td> 264<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/DefaultSerializerProvider.html" title="class in com.fasterxml.jackson.databind.ser">DefaultSerializerProvider</a></strong></code> 265<div class="block">Standard implementation used by <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a>: 266 adds methods only exposed to <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a>, 267 as well as constructors.</div> 268</td> 269</tr> 270<tr class="rowColor"> 271<td class="colFirst"><code>static class </code></td> 272<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ser/DefaultSerializerProvider.Impl.html" title="class in com.fasterxml.jackson.databind.ser">DefaultSerializerProvider.Impl</a></strong></code> 273<div class="block">Concrete implementation that defines factory method(s), 274 defined as final.</div> 275</td> 276</tr> 277</tbody> 278</table> 279</li> 280</ul> 281</li> 282</ul> 283</div> 284<!-- ======= START OF BOTTOM NAVBAR ====== --> 285<div class="bottomNav"><a name="navbar_bottom"> 286<!-- --> 287</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 288<!-- --> 289</a> 290<ul class="navList" title="Navigation"> 291<li><a href="../../../../../overview-summary.html">Overview</a></li> 292<li><a href="../package-summary.html">Package</a></li> 293<li><a href="../../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">Class</a></li> 294<li class="navBarCell1Rev">Use</li> 295<li><a href="../package-tree.html">Tree</a></li> 296<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 297<li><a href="../../../../../index-all.html">Index</a></li> 298<li><a href="../../../../../help-doc.html">Help</a></li> 299</ul> 300</div> 301<div class="subNav"> 302<ul class="navList"> 303<li>Prev</li> 304<li>Next</li> 305</ul> 306<ul class="navList"> 307<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/DatabindContext.html" target="_top">Frames</a></li> 308<li><a href="DatabindContext.html" target="_top">No Frames</a></li> 309</ul> 310<ul class="navList" id="allclasses_navbar_bottom"> 311<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 312</ul> 313<div> 314<script type="text/javascript"><!-- 315 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 316 if(window==top) { 317 allClassesLink.style.display = "block"; 318 } 319 else { 320 allClassesLink.style.display = "none"; 321 } 322 //--> 323</script> 324</div> 325<a name="skip-navbar_bottom"> 326<!-- --> 327</a></div> 328<!-- ======== END OF BOTTOM NAVBAR ======= --> 329<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 330</body> 331</html> 332