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:54 PST 2015 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>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="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 class="navBarCell1Rev">Class</li> 31<li><a href="class-use/DatabindContext.html">Use</a></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><a href="../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../com/fasterxml/jackson/databind/DeserializationConfig.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../index.html?com/fasterxml/jackson/databind/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<div> 63<ul class="subNavList"> 64<li>Summary: </li> 65<li>Nested | </li> 66<li>Field | </li> 67<li><a href="#constructor_summary">Constr</a> | </li> 68<li><a href="#method_summary">Method</a></li> 69</ul> 70<ul class="subNavList"> 71<li>Detail: </li> 72<li>Field | </li> 73<li><a href="#constructor_detail">Constr</a> | </li> 74<li><a href="#method_detail">Method</a></li> 75</ul> 76</div> 77<a name="skip-navbar_top"> 78<!-- --> 79</a></div> 80<!-- ========= END OF TOP NAVBAR ========= --> 81<!-- ======== START OF CLASS DATA ======== --> 82<div class="header"> 83<div class="subTitle">com.fasterxml.jackson.databind</div> 84<h2 title="Class DatabindContext" class="title">Class DatabindContext</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 89<li> 90<ul class="inheritance"> 91<li>com.fasterxml.jackson.databind.DatabindContext</li> 92</ul> 93</li> 94</ul> 95<div class="description"> 96<ul class="blockList"> 97<li class="blockList"> 98<dl> 99<dt>Direct Known Subclasses:</dt> 100<dd><a href="../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a>, <a href="../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a></dd> 101</dl> 102<hr> 103<br> 104<pre>public abstract class <span class="strong">DatabindContext</span> 105extends <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></pre> 106<div class="block">Shared base class for <a href="../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><code>DeserializationContext</code></a> and 107 <a href="../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind"><code>SerializerProvider</code></a>, context objects passed through data-binding 108 process. Designed so that some of implementations can rely on shared 109 aspects like access to secondary contextual objects like type factories 110 or handler instantiators.</div> 111<dl><dt><span class="strong">Since:</span></dt> 112 <dd>2.2</dd></dl> 113</li> 114</ul> 115</div> 116<div class="summary"> 117<ul class="blockList"> 118<li class="blockList"> 119<!-- ======== CONSTRUCTOR SUMMARY ======== --> 120<ul class="blockList"> 121<li class="blockList"><a name="constructor_summary"> 122<!-- --> 123</a> 124<h3>Constructor Summary</h3> 125<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 126<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 127<tr> 128<th class="colOne" scope="col">Constructor and Description</th> 129</tr> 130<tr class="altColor"> 131<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#DatabindContext()">DatabindContext</a></strong>()</code> </td> 132</tr> 133</table> 134</li> 135</ul> 136<!-- ========== METHOD SUMMARY =========== --> 137<ul class="blockList"> 138<li class="blockList"><a name="method_summary"> 139<!-- --> 140</a> 141<h3>Method Summary</h3> 142<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 143<caption><span>Methods</span><span class="tabEnd"> </span></caption> 144<tr> 145<th class="colFirst" scope="col">Modifier and Type</th> 146<th class="colLast" scope="col">Method and Description</th> 147</tr> 148<tr class="altColor"> 149<td class="colFirst"><code>boolean</code></td> 150<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#canOverrideAccessModifiers()">canOverrideAccessModifiers</a></strong>()</code> 151<div class="block">Convenience method for accessing serialization view in use (if any); equivalent to:</div> 152</td> 153</tr> 154<tr class="rowColor"> 155<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 156<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#constructSpecializedType(com.fasterxml.jackson.databind.JavaType, java.lang.Class)">constructSpecializedType</a></strong>(<a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> baseType, 157 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> subclass)</code> 158<div class="block">Convenience method for constructing subtypes, retaining generic 159 type parameter (if any)</div> 160</td> 161</tr> 162<tr class="altColor"> 163<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 164<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#constructType(java.lang.reflect.Type)">constructType</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> type)</code> 165<div class="block">Convenience method for constructing <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a> for given JDK 166 type (usually <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a>)</div> 167</td> 168</tr> 169<tr class="rowColor"> 170<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util">Converter</a><<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>,<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>></code></td> 171<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#converterInstance(com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Object)">converterInstance</a></strong>(<a href="../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 172 <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> converterDef)</code> 173<div class="block">Helper method to use to construct a <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util"><code>Converter</code></a>, given a definition 174 that may be either actual converter instance, or Class for instantiating one.</div> 175</td> 176</tr> 177<tr class="altColor"> 178<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?></code></td> 179<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#getActiveView()">getActiveView</a></strong>()</code> 180<div class="block">Accessor for locating currently active view, if any; 181 returns null if no view has been set.</div> 182</td> 183</tr> 184<tr class="rowColor"> 185<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a></code></td> 186<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#getAnnotationIntrospector()">getAnnotationIntrospector</a></strong>()</code> 187<div class="block">Convenience method for accessing serialization view in use (if any); equivalent to:</div> 188</td> 189</tr> 190<tr class="altColor"> 191<td class="colFirst"><code>abstract <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></code></td> 192<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#getAttribute(java.lang.Object)">getAttribute</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> key)</code> 193<div class="block">Method for accessing attributes available in this context.</div> 194</td> 195</tr> 196<tr class="rowColor"> 197<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><?></code></td> 198<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#getConfig()">getConfig</a></strong>()</code> 199<div class="block">Accessor to currently active configuration (both per-request configs 200 and per-mapper config).</div> 201</td> 202</tr> 203<tr class="altColor"> 204<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a></code></td> 205<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#getTypeFactory()">getTypeFactory</a></strong>()</code> </td> 206</tr> 207<tr class="rowColor"> 208<td class="colFirst"><code>boolean</code></td> 209<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#isEnabled(com.fasterxml.jackson.databind.MapperFeature)">isEnabled</a></strong>(<a href="../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a> feature)</code> 210<div class="block">Convenience method for checking whether specified serialization 211 feature is enabled or not.</div> 212</td> 213</tr> 214<tr class="altColor"> 215<td class="colFirst"><code>com.fasterxml.jackson.annotation.ObjectIdGenerator<?></code></td> 216<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#objectIdGeneratorInstance(com.fasterxml.jackson.databind.introspect.Annotated, com.fasterxml.jackson.databind.introspect.ObjectIdInfo)">objectIdGeneratorInstance</a></strong>(<a href="../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 217 <a href="../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> objectIdInfo)</code> </td> 218</tr> 219<tr class="rowColor"> 220<td class="colFirst"><code>com.fasterxml.jackson.annotation.ObjectIdResolver</code></td> 221<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html#objectIdResolverInstance(com.fasterxml.jackson.databind.introspect.Annotated, com.fasterxml.jackson.databind.introspect.ObjectIdInfo)">objectIdResolverInstance</a></strong>(<a href="../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 222 <a href="../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> objectIdInfo)</code> </td> 223</tr> 224<tr class="altColor"> 225<td class="colFirst"><code>abstract <a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a></code></td> 226<td class="colLast"><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> key, 227 <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> value)</code> 228<div class="block">Method for setting per-call value of given attribute.</div> 229</td> 230</tr> 231</table> 232<ul class="blockList"> 233<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 234<!-- --> 235</a> 236<h3>Methods inherited from class java.lang.<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></h3> 237<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> 238</ul> 239</li> 240</ul> 241</li> 242</ul> 243</div> 244<div class="details"> 245<ul class="blockList"> 246<li class="blockList"> 247<!-- ========= CONSTRUCTOR DETAIL ======== --> 248<ul class="blockList"> 249<li class="blockList"><a name="constructor_detail"> 250<!-- --> 251</a> 252<h3>Constructor Detail</h3> 253<a name="DatabindContext()"> 254<!-- --> 255</a> 256<ul class="blockListLast"> 257<li class="blockList"> 258<h4>DatabindContext</h4> 259<pre>public DatabindContext()</pre> 260</li> 261</ul> 262</li> 263</ul> 264<!-- ============ METHOD DETAIL ========== --> 265<ul class="blockList"> 266<li class="blockList"><a name="method_detail"> 267<!-- --> 268</a> 269<h3>Method Detail</h3> 270<a name="getConfig()"> 271<!-- --> 272</a> 273<ul class="blockList"> 274<li class="blockList"> 275<h4>getConfig</h4> 276<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><?> getConfig()</pre> 277<div class="block">Accessor to currently active configuration (both per-request configs 278 and per-mapper config).</div> 279</li> 280</ul> 281<a name="getAnnotationIntrospector()"> 282<!-- --> 283</a> 284<ul class="blockList"> 285<li class="blockList"> 286<h4>getAnnotationIntrospector</h4> 287<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> getAnnotationIntrospector()</pre> 288<div class="block">Convenience method for accessing serialization view in use (if any); equivalent to: 289<pre> 290 getConfig().getAnnotationIntrospector(); 291</pre></div> 292</li> 293</ul> 294<a name="isEnabled(com.fasterxml.jackson.databind.MapperFeature)"> 295<!-- --> 296</a> 297<ul class="blockList"> 298<li class="blockList"> 299<h4>isEnabled</h4> 300<pre>public final boolean isEnabled(<a href="../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a> feature)</pre> 301<div class="block">Convenience method for checking whether specified serialization 302 feature is enabled or not. 303 Shortcut for: 304<pre> 305 getConfig().isEnabled(feature); 306</pre></div> 307</li> 308</ul> 309<a name="canOverrideAccessModifiers()"> 310<!-- --> 311</a> 312<ul class="blockList"> 313<li class="blockList"> 314<h4>canOverrideAccessModifiers</h4> 315<pre>public final boolean canOverrideAccessModifiers()</pre> 316<div class="block">Convenience method for accessing serialization view in use (if any); equivalent to: 317<pre> 318 getConfig().canOverrideAccessModifiers(); 319</pre></div> 320</li> 321</ul> 322<a name="getActiveView()"> 323<!-- --> 324</a> 325<ul class="blockList"> 326<li class="blockList"> 327<h4>getActiveView</h4> 328<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> getActiveView()</pre> 329<div class="block">Accessor for locating currently active view, if any; 330 returns null if no view has been set.</div> 331</li> 332</ul> 333<a name="getAttribute(java.lang.Object)"> 334<!-- --> 335</a> 336<ul class="blockList"> 337<li class="blockList"> 338<h4>getAttribute</h4> 339<pre>public abstract <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> getAttribute(<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> key)</pre> 340<div class="block">Method for accessing attributes available in this context. 341 Per-call attributes have highest precedence; attributes set 342 via <a href="../../../../com/fasterxml/jackson/databind/ObjectReader.html" title="class in com.fasterxml.jackson.databind"><code>ObjectReader</code></a> or <a href="../../../../com/fasterxml/jackson/databind/ObjectWriter.html" title="class in com.fasterxml.jackson.databind"><code>ObjectWriter</code></a> have lower 343 precedence.</div> 344<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - Key of the attribute to get</dd> 345<dt><span class="strong">Returns:</span></dt><dd>Value of the attribute, if any; null otherwise</dd><dt><span class="strong">Since:</span></dt> 346 <dd>2.3</dd></dl> 347</li> 348</ul> 349<a name="setAttribute(java.lang.Object, java.lang.Object)"> 350<!-- --> 351</a> 352<ul class="blockList"> 353<li class="blockList"> 354<h4>setAttribute</h4> 355<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/DatabindContext.html" title="class in com.fasterxml.jackson.databind">DatabindContext</a> setAttribute(<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> key, 356 <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> value)</pre> 357<div class="block">Method for setting per-call value of given attribute. 358 This will override any previously defined value for the 359 attribute within this context.</div> 360<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - Key of the attribute to set</dd><dd><code>value</code> - Value to set attribute to</dd> 361<dt><span class="strong">Returns:</span></dt><dd>This context object, to allow chaining</dd><dt><span class="strong">Since:</span></dt> 362 <dd>2.3</dd></dl> 363</li> 364</ul> 365<a name="constructType(java.lang.reflect.Type)"> 366<!-- --> 367</a> 368<ul class="blockList"> 369<li class="blockList"> 370<h4>constructType</h4> 371<pre>public <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> constructType(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> type)</pre> 372<div class="block">Convenience method for constructing <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a> for given JDK 373 type (usually <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a>)</div> 374</li> 375</ul> 376<a name="constructSpecializedType(com.fasterxml.jackson.databind.JavaType, java.lang.Class)"> 377<!-- --> 378</a> 379<ul class="blockList"> 380<li class="blockList"> 381<h4>constructSpecializedType</h4> 382<pre>public <a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> constructSpecializedType(<a href="../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> baseType, 383 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> subclass)</pre> 384<div class="block">Convenience method for constructing subtypes, retaining generic 385 type parameter (if any)</div> 386</li> 387</ul> 388<a name="getTypeFactory()"> 389<!-- --> 390</a> 391<ul class="blockList"> 392<li class="blockList"> 393<h4>getTypeFactory</h4> 394<pre>public abstract <a href="../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> getTypeFactory()</pre> 395</li> 396</ul> 397<a name="objectIdGeneratorInstance(com.fasterxml.jackson.databind.introspect.Annotated, com.fasterxml.jackson.databind.introspect.ObjectIdInfo)"> 398<!-- --> 399</a> 400<ul class="blockList"> 401<li class="blockList"> 402<h4>objectIdGeneratorInstance</h4> 403<pre>public com.fasterxml.jackson.annotation.ObjectIdGenerator<?> objectIdGeneratorInstance(<a href="../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 404 <a href="../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> objectIdInfo) 405 throws <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></pre> 406<dl><dt><span class="strong">Throws:</span></dt> 407<dd><code><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></dd></dl> 408</li> 409</ul> 410<a name="objectIdResolverInstance(com.fasterxml.jackson.databind.introspect.Annotated, com.fasterxml.jackson.databind.introspect.ObjectIdInfo)"> 411<!-- --> 412</a> 413<ul class="blockList"> 414<li class="blockList"> 415<h4>objectIdResolverInstance</h4> 416<pre>public com.fasterxml.jackson.annotation.ObjectIdResolver objectIdResolverInstance(<a href="../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 417 <a href="../../../../com/fasterxml/jackson/databind/introspect/ObjectIdInfo.html" title="class in com.fasterxml.jackson.databind.introspect">ObjectIdInfo</a> objectIdInfo)</pre> 418</li> 419</ul> 420<a name="converterInstance(com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Object)"> 421<!-- --> 422</a> 423<ul class="blockListLast"> 424<li class="blockList"> 425<h4>converterInstance</h4> 426<pre>public <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util">Converter</a><<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>,<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>> converterInstance(<a href="../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 427 <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> converterDef) 428 throws <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></pre> 429<div class="block">Helper method to use to construct a <a href="../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util"><code>Converter</code></a>, given a definition 430 that may be either actual converter instance, or Class for instantiating one.</div> 431<dl><dt><span class="strong">Throws:</span></dt> 432<dd><code><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></dd><dt><span class="strong">Since:</span></dt> 433 <dd>2.2</dd></dl> 434</li> 435</ul> 436</li> 437</ul> 438</li> 439</ul> 440</div> 441</div> 442<!-- ========= END OF CLASS DATA ========= --> 443<!-- ======= START OF BOTTOM NAVBAR ====== --> 444<div class="bottomNav"><a name="navbar_bottom"> 445<!-- --> 446</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 447<!-- --> 448</a> 449<ul class="navList" title="Navigation"> 450<li><a href="../../../../overview-summary.html">Overview</a></li> 451<li><a href="package-summary.html">Package</a></li> 452<li class="navBarCell1Rev">Class</li> 453<li><a href="class-use/DatabindContext.html">Use</a></li> 454<li><a href="package-tree.html">Tree</a></li> 455<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 456<li><a href="../../../../index-all.html">Index</a></li> 457<li><a href="../../../../help-doc.html">Help</a></li> 458</ul> 459</div> 460<div class="subNav"> 461<ul class="navList"> 462<li><a href="../../../../com/fasterxml/jackson/databind/BeanProperty.Std.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li> 463<li><a href="../../../../com/fasterxml/jackson/databind/DeserializationConfig.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li> 464</ul> 465<ul class="navList"> 466<li><a href="../../../../index.html?com/fasterxml/jackson/databind/DatabindContext.html" target="_top">Frames</a></li> 467<li><a href="DatabindContext.html" target="_top">No Frames</a></li> 468</ul> 469<ul class="navList" id="allclasses_navbar_bottom"> 470<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 471</ul> 472<div> 473<script type="text/javascript"><!-- 474 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 475 if(window==top) { 476 allClassesLink.style.display = "block"; 477 } 478 else { 479 allClassesLink.style.display = "none"; 480 } 481 //--> 482</script> 483</div> 484<div> 485<ul class="subNavList"> 486<li>Summary: </li> 487<li>Nested | </li> 488<li>Field | </li> 489<li><a href="#constructor_summary">Constr</a> | </li> 490<li><a href="#method_summary">Method</a></li> 491</ul> 492<ul class="subNavList"> 493<li>Detail: </li> 494<li>Field | </li> 495<li><a href="#constructor_detail">Constr</a> | </li> 496<li><a href="#method_detail">Method</a></li> 497</ul> 498</div> 499<a name="skip-navbar_bottom"> 500<!-- --> 501</a></div> 502<!-- ======== END OF BOTTOM NAVBAR ======= --> 503<p class="legalCopy"><small>Copyright © 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 504</body> 505</html> 506