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