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:41 PST 2016 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>MapperConfig (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="MapperConfig (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="navBarCell1Rev">Class</li> 31<li><a href="class-use/MapperConfig.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/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfigBase.html" title="class in com.fasterxml.jackson.databind.cfg"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/cfg/MapperConfig.html" target="_top">Frames</a></li> 45<li><a href="MapperConfig.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><a href="#field_summary">Field</a> | </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><a href="#field_detail">Field</a> | </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.cfg</div> 84<h2 title="Class MapperConfig" class="title">Class MapperConfig<T extends MapperConfig<T>></h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/7/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.cfg.MapperConfig<T></li> 92</ul> 93</li> 94</ul> 95<div class="description"> 96<ul class="blockList"> 97<li class="blockList"> 98<dl> 99<dt>All Implemented Interfaces:</dt> 100<dd><a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.MixInResolver.html" title="interface in com.fasterxml.jackson.databind.introspect">ClassIntrospector.MixInResolver</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> 101</dl> 102<dl> 103<dt>Direct Known Subclasses:</dt> 104<dd><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfigBase.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfigBase</a></dd> 105</dl> 106<hr> 107<br> 108<pre>public abstract class <span class="strong">MapperConfig<T extends MapperConfig<T>></span> 109extends <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> 110implements <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.MixInResolver.html" title="interface in com.fasterxml.jackson.databind.introspect">ClassIntrospector.MixInResolver</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> 111<div class="block">Interface that defines functionality accessible through both 112 serialization and deserialization configuration objects; 113 accessors to mode-independent configuration settings 114 and such. 115 In addition, shared features are defined 116 in <a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind"><code>MapperFeature</code></a>. 117<p> 118 Small part of implementation is included here by aggregating 119 <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg"><code>BaseSettings</code></a> instance that contains configuration 120 that is shared between different types of instances.</div> 121<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.fasterxml.jackson.databind.cfg.MapperConfig">Serialized Form</a></dd></dl> 122</li> 123</ul> 124</div> 125<div class="summary"> 126<ul class="blockList"> 127<li class="blockList"> 128<!-- =========== FIELD SUMMARY =========== --> 129<ul class="blockList"> 130<li class="blockList"><a name="field_summary"> 131<!-- --> 132</a> 133<h3>Field Summary</h3> 134<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 135<caption><span>Fields</span><span class="tabEnd"> </span></caption> 136<tr> 137<th class="colFirst" scope="col">Modifier and Type</th> 138<th class="colLast" scope="col">Field and Description</th> 139</tr> 140<tr class="altColor"> 141<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 142<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#_base">_base</a></strong></code> 143<div class="block">Immutable container object for simple configuration settings.</div> 144</td> 145</tr> 146<tr class="rowColor"> 147<td class="colFirst"><code>protected int</code></td> 148<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#_mapperFeatures">_mapperFeatures</a></strong></code> 149<div class="block">Set of shared mapper features enabled.</div> 150</td> 151</tr> 152<tr class="altColor"> 153<td class="colFirst"><code>protected static <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a></code></td> 154<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#EMPTY_FORMAT">EMPTY_FORMAT</a></strong></code> </td> 155</tr> 156<tr class="rowColor"> 157<td class="colFirst"><code>protected static <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonInclude.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Value</a></code></td> 158<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#EMPTY_INCLUDE">EMPTY_INCLUDE</a></strong></code> </td> 159</tr> 160</table> 161</li> 162</ul> 163<!-- ======== CONSTRUCTOR SUMMARY ======== --> 164<ul class="blockList"> 165<li class="blockList"><a name="constructor_summary"> 166<!-- --> 167</a> 168<h3>Constructor Summary</h3> 169<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 170<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 171<tr> 172<th class="colFirst" scope="col">Modifier</th> 173<th class="colLast" scope="col">Constructor and Description</th> 174</tr> 175<tr class="altColor"> 176<td class="colFirst"><code>protected </code></td> 177<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#MapperConfig(com.fasterxml.jackson.databind.cfg.BaseSettings,%20int)">MapperConfig</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> base, 178 int mapperFeatures)</code> </td> 179</tr> 180<tr class="rowColor"> 181<td class="colFirst"><code>protected </code></td> 182<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig)">MapperConfig</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a>> src)</code> </td> 183</tr> 184<tr class="altColor"> 185<td class="colFirst"><code>protected </code></td> 186<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig,%20com.fasterxml.jackson.databind.cfg.BaseSettings)">MapperConfig</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a>> src, 187 <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> base)</code> </td> 188</tr> 189<tr class="rowColor"> 190<td class="colFirst"><code>protected </code></td> 191<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig,%20int)">MapperConfig</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a>> src, 192 int mapperFeatures)</code> </td> 193</tr> 194</table> 195</li> 196</ul> 197<!-- ========== METHOD SUMMARY =========== --> 198<ul class="blockList"> 199<li class="blockList"><a name="method_summary"> 200<!-- --> 201</a> 202<h3>Method Summary</h3> 203<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 204<caption><span>Methods</span><span class="tabEnd"> </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<tr class="altColor"> 210<td class="colFirst"><code>boolean</code></td> 211<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#canOverrideAccessModifiers()">canOverrideAccessModifiers</a></strong>()</code> 212<div class="block">Accessor for determining whether it is ok to try to force override of access 213 modifiers to be able to get or set values of non-public Methods, Fields; 214 to invoke non-public Constructors, Methods; or to instantiate non-public 215 Classes.</div> 216</td> 217</tr> 218<tr class="rowColor"> 219<td class="colFirst"><code>static <F extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><F> & <a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg">ConfigFeature</a>> <br>int</code></td> 220<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#collectFeatureDefaults(java.lang.Class)">collectFeatureDefaults</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><F> enumClass)</code> 221<div class="block">Method that calculates bit set (flags) of all features that 222 are enabled by default.</div> 223</td> 224</tr> 225<tr class="altColor"> 226<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/SerializableString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">SerializableString</a></code></td> 227<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#compileString(java.lang.String)">compileString</a></strong>(<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> src)</code> 228<div class="block">Method for constructing a specialized textual object that can typically 229 be serialized faster than basic <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> (depending 230 on escaping needed if any, char-to-byte encoding if needed).</div> 231</td> 232</tr> 233<tr class="rowColor"> 234<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 235<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#constructSpecializedType(com.fasterxml.jackson.databind.JavaType,%20java.lang.Class)">constructSpecializedType</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> baseType, 236 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> subclass)</code> </td> 237</tr> 238<tr class="altColor"> 239<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a></code></td> 240<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#constructType(java.lang.Class)">constructType</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> cls)</code> 241<div class="block">Helper method that will construct <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a> for given 242 raw class.</div> 243</td> 244</tr> 245<tr class="rowColor"> 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"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#constructType(com.fasterxml.jackson.core.type.TypeReference)">constructType</a></strong>(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/type/TypeReference.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.type">TypeReference</a><?> valueTypeRef)</code> 248<div class="block">Helper method that will construct <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a> for given 249 type reference 250 This is a simple short-cut for:</div> 251</td> 252</tr> 253<tr class="altColor"> 254<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 255<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#findRootName(java.lang.Class)">findRootName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> rawRootType)</code> </td> 256</tr> 257<tr class="rowColor"> 258<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 259<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#findRootName(com.fasterxml.jackson.databind.JavaType)">findRootName</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> rootType)</code> </td> 260</tr> 261<tr class="altColor"> 262<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?></code></td> 263<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getActiveView()">getActiveView</a></strong>()</code> 264<div class="block">Accessor for finding currently active view, if any (null if none)</div> 265</td> 266</tr> 267<tr class="rowColor"> 268<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a></code></td> 269<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getAnnotationIntrospector()">getAnnotationIntrospector</a></strong>()</code> 270<div class="block">Method for getting <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind"><code>AnnotationIntrospector</code></a> configured 271 to introspect annotation values used for configuration.</div> 272</td> 273</tr> 274<tr class="altColor"> 275<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/ContextAttributes.html" title="class in com.fasterxml.jackson.databind.cfg">ContextAttributes</a></code></td> 276<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getAttributes()">getAttributes</a></strong>()</code> 277<div class="block">Method for accessing per-instance shared (baseline/default) 278 attribute values; these are used as the basis for per-call 279 attributes.</div> 280</td> 281</tr> 282<tr class="rowColor"> 283<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/Base64Variant.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Base64Variant</a></code></td> 284<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getBase64Variant()">getBase64Variant</a></strong>()</code> 285<div class="block">Method called during deserialization if Base64 encoded content 286 needs to be decoded.</div> 287</td> 288</tr> 289<tr class="altColor"> 290<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a></code></td> 291<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getClassIntrospector()">getClassIntrospector</a></strong>()</code> </td> 292</tr> 293<tr class="rowColor"> 294<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a></code></td> 295<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDateFormat()">getDateFormat</a></strong>()</code> 296<div class="block">Method for accessing currently configured (textual) date format 297 that will be used for reading or writing date values (in case 298 of writing, only if textual output is configured; not if dates 299 are to be serialized as time stamps).</div> 300</td> 301</tr> 302<tr class="altColor"> 303<td class="colFirst"><code>abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a></code></td> 304<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultPropertyFormat(java.lang.Class)">getDefaultPropertyFormat</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> baseType)</code> 305<div class="block">Accessor for default format settings to use for serialization (and, to a degree 306 deserialization), considering baseline settings and per-type defaults 307 for given base type (if any).</div> 308</td> 309</tr> 310<tr class="rowColor"> 311<td class="colFirst"><code>abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonInclude.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Value</a></code></td> 312<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultPropertyInclusion()">getDefaultPropertyInclusion</a></strong>()</code> 313<div class="block">Accessor for default property inclusion to use for serialization, 314 used unless overridden by per-type or per-property overrides.</div> 315</td> 316</tr> 317<tr class="altColor"> 318<td class="colFirst"><code>abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonInclude.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Value</a></code></td> 319<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultPropertyInclusion(java.lang.Class)">getDefaultPropertyInclusion</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> baseType)</code> 320<div class="block">Accessor for default property inclusion to use for serialization, 321 considering possible per-type override for given base type.</div> 322</td> 323</tr> 324<tr class="rowColor"> 325<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?></code></td> 326<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultTyper(com.fasterxml.jackson.databind.JavaType)">getDefaultTyper</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> baseType)</code> 327<div class="block">Method called to locate a type info handler for types that do not have 328 one explicitly declared via annotations (or other configuration).</div> 329</td> 330</tr> 331<tr class="altColor"> 332<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?></code></td> 333<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultVisibilityChecker()">getDefaultVisibilityChecker</a></strong>()</code> 334<div class="block">Accessor for object used for determining whether specific property elements 335 (method, constructors, fields) can be auto-detected based on 336 their visibility (access modifiers).</div> 337</td> 338</tr> 339<tr class="rowColor"> 340<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a></code></td> 341<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getHandlerInstantiator()">getHandlerInstantiator</a></strong>()</code> </td> 342</tr> 343<tr class="altColor"> 344<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a></code></td> 345<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getLocale()">getLocale</a></strong>()</code> 346<div class="block">Method for accessing the default <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util"><code>Locale</code></a> to use 347 for formatting, unless overridden by local annotations.</div> 348</td> 349</tr> 350<tr class="rowColor"> 351<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 352<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getPropertyNamingStrategy()">getPropertyNamingStrategy</a></strong>()</code> </td> 353</tr> 354<tr class="altColor"> 355<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/jsontype/SubtypeResolver.html" title="class in com.fasterxml.jackson.databind.jsontype">SubtypeResolver</a></code></td> 356<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getSubtypeResolver()">getSubtypeResolver</a></strong>()</code> </td> 357</tr> 358<tr class="rowColor"> 359<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a></code></td> 360<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getTimeZone()">getTimeZone</a></strong>()</code> 361<div class="block">Method for accessing the default <a href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util"><code>TimeZone</code></a> to use 362 for formatting, unless overridden by local annotations.</div> 363</td> 364</tr> 365<tr class="altColor"> 366<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a></code></td> 367<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getTypeFactory()">getTypeFactory</a></strong>()</code> </td> 368</tr> 369<tr class="rowColor"> 370<td class="colFirst"><code>boolean</code></td> 371<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#hasMapperFeatures(int)">hasMapperFeatures</a></strong>(int featureMask)</code> 372<div class="block">"Bulk" access method for checking that all features specified by 373 mask are enabled.</div> 374</td> 375</tr> 376<tr class="altColor"> 377<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 378<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#introspectClassAnnotations(java.lang.Class)">introspectClassAnnotations</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> cls)</code> 379<div class="block">Accessor for getting bean description that only contains class 380 annotations: useful if no getter/setter/creator information is needed.</div> 381</td> 382</tr> 383<tr class="rowColor"> 384<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 385<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#introspectClassAnnotations(com.fasterxml.jackson.databind.JavaType)">introspectClassAnnotations</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type)</code> 386<div class="block">Accessor for getting bean description that only contains class 387 annotations: useful if no getter/setter/creator information is needed.</div> 388</td> 389</tr> 390<tr class="altColor"> 391<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 392<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#introspectDirectClassAnnotations(java.lang.Class)">introspectDirectClassAnnotations</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> cls)</code> 393<div class="block">Accessor for getting bean description that only contains immediate class 394 annotations: ones from the class, and its direct mix-in, if any, but 395 not from super types.</div> 396</td> 397</tr> 398<tr class="rowColor"> 399<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 400<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#introspectDirectClassAnnotations(com.fasterxml.jackson.databind.JavaType)">introspectDirectClassAnnotations</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type)</code> 401<div class="block">Accessor for getting bean description that only contains immediate class 402 annotations: ones from the class, and its direct mix-in, if any, but 403 not from super types.</div> 404</td> 405</tr> 406<tr class="altColor"> 407<td class="colFirst"><code>boolean</code></td> 408<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#isAnnotationProcessingEnabled()">isAnnotationProcessingEnabled</a></strong>()</code> 409<div class="block">Method for determining whether annotation processing is enabled or not 410 (default settings are typically that it is enabled; must explicitly disable).</div> 411</td> 412</tr> 413<tr class="rowColor"> 414<td class="colFirst"><code>boolean</code></td> 415<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.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> f)</code> 416<div class="block">Accessor for simple mapper features (which are shared for 417 serialization, deserialization)</div> 418</td> 419</tr> 420<tr class="altColor"> 421<td class="colFirst"><code>boolean</code></td> 422<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#shouldSortPropertiesAlphabetically()">shouldSortPropertiesAlphabetically</a></strong>()</code> 423<div class="block">Accessor for checking whether default settings for property handling 424 indicate that properties should be alphabetically ordered or not.</div> 425</td> 426</tr> 427<tr class="rowColor"> 428<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeIdResolver.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeIdResolver</a></code></td> 429<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#typeIdResolverInstance(com.fasterxml.jackson.databind.introspect.Annotated,%20java.lang.Class)">typeIdResolverInstance</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 430 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeIdResolver.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeIdResolver</a>> resolverClass)</code> 431<div class="block">Method that can be called to obtain an instance of <code>TypeIdResolver</code> of 432 specified type.</div> 433</td> 434</tr> 435<tr class="altColor"> 436<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?></code></td> 437<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#typeResolverBuilderInstance(com.fasterxml.jackson.databind.introspect.Annotated,%20java.lang.Class)">typeResolverBuilderInstance</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 438 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?>> builderClass)</code> 439<div class="block">Method that can be called to obtain an instance of <code>TypeIdResolver</code> of 440 specified type.</div> 441</td> 442</tr> 443<tr class="rowColor"> 444<td class="colFirst"><code>abstract boolean</code></td> 445<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#useRootWrapping()">useRootWrapping</a></strong>()</code> 446<div class="block">Accessor for checking whether configuration indicates that 447 "root wrapping" (use of an extra property/name pair at root level) 448 is expected or not.</div> 449</td> 450</tr> 451<tr class="altColor"> 452<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a></code></td> 453<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#with(com.fasterxml.jackson.databind.MapperFeature...)">with</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a>... features)</code> 454<div class="block">Method for constructing and returning a new instance with specified 455 mapper features enabled.</div> 456</td> 457</tr> 458<tr class="rowColor"> 459<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a></code></td> 460<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#with(com.fasterxml.jackson.databind.MapperFeature,%20boolean)">with</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a> feature, 461 boolean state)</code> </td> 462</tr> 463<tr class="altColor"> 464<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a></code></td> 465<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#without(com.fasterxml.jackson.databind.MapperFeature...)">without</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a>... features)</code> 466<div class="block">Method for constructing and returning a new instance with specified 467 mapper features disabled.</div> 468</td> 469</tr> 470</table> 471<ul class="blockList"> 472<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 473<!-- --> 474</a> 475<h3>Methods inherited from class java.lang.<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></h3> 476<code><a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> 477</ul> 478<ul class="blockList"> 479<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.introspect.ClassIntrospector.MixInResolver"> 480<!-- --> 481</a> 482<h3>Methods inherited from interface com.fasterxml.jackson.databind.introspect.<a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.MixInResolver.html" title="interface in com.fasterxml.jackson.databind.introspect">ClassIntrospector.MixInResolver</a></h3> 483<code><a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.MixInResolver.html#copy()">copy</a>, <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.MixInResolver.html#findMixInClassFor(java.lang.Class)">findMixInClassFor</a></code></li> 484</ul> 485</li> 486</ul> 487</li> 488</ul> 489</div> 490<div class="details"> 491<ul class="blockList"> 492<li class="blockList"> 493<!-- ============ FIELD DETAIL =========== --> 494<ul class="blockList"> 495<li class="blockList"><a name="field_detail"> 496<!-- --> 497</a> 498<h3>Field Detail</h3> 499<a name="EMPTY_INCLUDE"> 500<!-- --> 501</a> 502<ul class="blockList"> 503<li class="blockList"> 504<h4>EMPTY_INCLUDE</h4> 505<pre>protected static final <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonInclude.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Value</a> EMPTY_INCLUDE</pre> 506<dl><dt><span class="strong">Since:</span></dt> 507 <dd>2.7</dd></dl> 508</li> 509</ul> 510<a name="EMPTY_FORMAT"> 511<!-- --> 512</a> 513<ul class="blockList"> 514<li class="blockList"> 515<h4>EMPTY_FORMAT</h4> 516<pre>protected static final <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a> EMPTY_FORMAT</pre> 517<dl><dt><span class="strong">Since:</span></dt> 518 <dd>2.7</dd></dl> 519</li> 520</ul> 521<a name="_mapperFeatures"> 522<!-- --> 523</a> 524<ul class="blockList"> 525<li class="blockList"> 526<h4>_mapperFeatures</h4> 527<pre>protected final int _mapperFeatures</pre> 528<div class="block">Set of shared mapper features enabled.</div> 529</li> 530</ul> 531<a name="_base"> 532<!-- --> 533</a> 534<ul class="blockListLast"> 535<li class="blockList"> 536<h4>_base</h4> 537<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> _base</pre> 538<div class="block">Immutable container object for simple configuration settings.</div> 539</li> 540</ul> 541</li> 542</ul> 543<!-- ========= CONSTRUCTOR DETAIL ======== --> 544<ul class="blockList"> 545<li class="blockList"><a name="constructor_detail"> 546<!-- --> 547</a> 548<h3>Constructor Detail</h3> 549<a name="MapperConfig(com.fasterxml.jackson.databind.cfg.BaseSettings, int)"> 550<!-- --> 551</a> 552<ul class="blockList"> 553<li class="blockList"> 554<h4>MapperConfig</h4> 555<pre>protected MapperConfig(<a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> base, 556 int mapperFeatures)</pre> 557</li> 558</ul> 559<a name="MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig, int)"> 560<!-- --> 561</a> 562<ul class="blockList"> 563<li class="blockList"> 564<h4>MapperConfig</h4> 565<pre>protected MapperConfig(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a>> src, 566 int mapperFeatures)</pre> 567</li> 568</ul> 569<a name="MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig, com.fasterxml.jackson.databind.cfg.BaseSettings)"> 570<!-- --> 571</a> 572<ul class="blockList"> 573<li class="blockList"> 574<h4>MapperConfig</h4> 575<pre>protected MapperConfig(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a>> src, 576 <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> base)</pre> 577</li> 578</ul> 579<a name="MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig)"> 580<!-- --> 581</a> 582<ul class="blockListLast"> 583<li class="blockList"> 584<h4>MapperConfig</h4> 585<pre>protected MapperConfig(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a>> src)</pre> 586</li> 587</ul> 588</li> 589</ul> 590<!-- ============ METHOD DETAIL ========== --> 591<ul class="blockList"> 592<li class="blockList"><a name="method_detail"> 593<!-- --> 594</a> 595<h3>Method Detail</h3> 596<a name="collectFeatureDefaults(java.lang.Class)"> 597<!-- --> 598</a> 599<ul class="blockList"> 600<li class="blockList"> 601<h4>collectFeatureDefaults</h4> 602<pre>public static <F extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><F> & <a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg">ConfigFeature</a>> int collectFeatureDefaults(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><F> enumClass)</pre> 603<div class="block">Method that calculates bit set (flags) of all features that 604 are enabled by default.</div> 605</li> 606</ul> 607<a name="with(com.fasterxml.jackson.databind.MapperFeature...)"> 608<!-- --> 609</a> 610<ul class="blockList"> 611<li class="blockList"> 612<h4>with</h4> 613<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a> with(<a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a>... features)</pre> 614<div class="block">Method for constructing and returning a new instance with specified 615 mapper features enabled.</div> 616</li> 617</ul> 618<a name="without(com.fasterxml.jackson.databind.MapperFeature...)"> 619<!-- --> 620</a> 621<ul class="blockList"> 622<li class="blockList"> 623<h4>without</h4> 624<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a> without(<a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a>... features)</pre> 625<div class="block">Method for constructing and returning a new instance with specified 626 mapper features disabled.</div> 627</li> 628</ul> 629<a name="with(com.fasterxml.jackson.databind.MapperFeature, boolean)"> 630<!-- --> 631</a> 632<ul class="blockList"> 633<li class="blockList"> 634<h4>with</h4> 635<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a> with(<a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a> feature, 636 boolean state)</pre> 637<dl><dt><span class="strong">Since:</span></dt> 638 <dd>2.3</dd></dl> 639</li> 640</ul> 641<a name="isEnabled(com.fasterxml.jackson.databind.MapperFeature)"> 642<!-- --> 643</a> 644<ul class="blockList"> 645<li class="blockList"> 646<h4>isEnabled</h4> 647<pre>public final boolean isEnabled(<a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a> f)</pre> 648<div class="block">Accessor for simple mapper features (which are shared for 649 serialization, deserialization)</div> 650</li> 651</ul> 652<a name="hasMapperFeatures(int)"> 653<!-- --> 654</a> 655<ul class="blockList"> 656<li class="blockList"> 657<h4>hasMapperFeatures</h4> 658<pre>public final boolean hasMapperFeatures(int featureMask)</pre> 659<div class="block">"Bulk" access method for checking that all features specified by 660 mask are enabled.</div> 661<dl><dt><span class="strong">Since:</span></dt> 662 <dd>2.3</dd></dl> 663</li> 664</ul> 665<a name="isAnnotationProcessingEnabled()"> 666<!-- --> 667</a> 668<ul class="blockList"> 669<li class="blockList"> 670<h4>isAnnotationProcessingEnabled</h4> 671<pre>public final boolean isAnnotationProcessingEnabled()</pre> 672<div class="block">Method for determining whether annotation processing is enabled or not 673 (default settings are typically that it is enabled; must explicitly disable).</div> 674<dl><dt><span class="strong">Returns:</span></dt><dd>True if annotation processing is enabled; false if not</dd></dl> 675</li> 676</ul> 677<a name="canOverrideAccessModifiers()"> 678<!-- --> 679</a> 680<ul class="blockList"> 681<li class="blockList"> 682<h4>canOverrideAccessModifiers</h4> 683<pre>public final boolean canOverrideAccessModifiers()</pre> 684<div class="block">Accessor for determining whether it is ok to try to force override of access 685 modifiers to be able to get or set values of non-public Methods, Fields; 686 to invoke non-public Constructors, Methods; or to instantiate non-public 687 Classes. By default this is enabled, but on some platforms it needs to be 688 prevented since if this would violate security constraints and cause failures.</div> 689<dl><dt><span class="strong">Returns:</span></dt><dd>True if access modifier overriding is allowed (and may be done for 690 any Field, Method, Constructor or Class); false to prevent any attempts 691 to override.</dd></dl> 692</li> 693</ul> 694<a name="shouldSortPropertiesAlphabetically()"> 695<!-- --> 696</a> 697<ul class="blockList"> 698<li class="blockList"> 699<h4>shouldSortPropertiesAlphabetically</h4> 700<pre>public final boolean shouldSortPropertiesAlphabetically()</pre> 701<div class="block">Accessor for checking whether default settings for property handling 702 indicate that properties should be alphabetically ordered or not.</div> 703</li> 704</ul> 705<a name="useRootWrapping()"> 706<!-- --> 707</a> 708<ul class="blockList"> 709<li class="blockList"> 710<h4>useRootWrapping</h4> 711<pre>public abstract boolean useRootWrapping()</pre> 712<div class="block">Accessor for checking whether configuration indicates that 713 "root wrapping" (use of an extra property/name pair at root level) 714 is expected or not.</div> 715</li> 716</ul> 717<a name="compileString(java.lang.String)"> 718<!-- --> 719</a> 720<ul class="blockList"> 721<li class="blockList"> 722<h4>compileString</h4> 723<pre>public <a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/SerializableString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">SerializableString</a> compileString(<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> src)</pre> 724<div class="block">Method for constructing a specialized textual object that can typically 725 be serialized faster than basic <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> (depending 726 on escaping needed if any, char-to-byte encoding if needed).</div> 727<dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - Text to represent</dd> 728<dt><span class="strong">Returns:</span></dt><dd>Optimized text object constructed</dd><dt><span class="strong">Since:</span></dt> 729 <dd>2.4</dd></dl> 730</li> 731</ul> 732<a name="getClassIntrospector()"> 733<!-- --> 734</a> 735<ul class="blockList"> 736<li class="blockList"> 737<h4>getClassIntrospector</h4> 738<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> getClassIntrospector()</pre> 739</li> 740</ul> 741<a name="getAnnotationIntrospector()"> 742<!-- --> 743</a> 744<ul class="blockList"> 745<li class="blockList"> 746<h4>getAnnotationIntrospector</h4> 747<pre>public <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> getAnnotationIntrospector()</pre> 748<div class="block">Method for getting <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind"><code>AnnotationIntrospector</code></a> configured 749 to introspect annotation values used for configuration. 750<p> 751 Non-final since it is actually overridden by sub-classes (for now?)</div> 752</li> 753</ul> 754<a name="getDefaultVisibilityChecker()"> 755<!-- --> 756</a> 757<ul class="blockList"> 758<li class="blockList"> 759<h4>getDefaultVisibilityChecker</h4> 760<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> getDefaultVisibilityChecker()</pre> 761<div class="block">Accessor for object used for determining whether specific property elements 762 (method, constructors, fields) can be auto-detected based on 763 their visibility (access modifiers). Can be changed to allow 764 different minimum visibility levels for auto-detection. Note 765 that this is the global handler; individual types (classes) 766 can further override active checker used (using 767 <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonAutoDetect.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation"><code>JsonAutoDetect</code></a> annotation)</div> 768</li> 769</ul> 770<a name="getPropertyNamingStrategy()"> 771<!-- --> 772</a> 773<ul class="blockList"> 774<li class="blockList"> 775<h4>getPropertyNamingStrategy</h4> 776<pre>public final <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> getPropertyNamingStrategy()</pre> 777</li> 778</ul> 779<a name="getHandlerInstantiator()"> 780<!-- --> 781</a> 782<ul class="blockList"> 783<li class="blockList"> 784<h4>getHandlerInstantiator</h4> 785<pre>public final <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> getHandlerInstantiator()</pre> 786</li> 787</ul> 788<a name="getDefaultTyper(com.fasterxml.jackson.databind.JavaType)"> 789<!-- --> 790</a> 791<ul class="blockList"> 792<li class="blockList"> 793<h4>getDefaultTyper</h4> 794<pre>public final <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> getDefaultTyper(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> baseType)</pre> 795<div class="block">Method called to locate a type info handler for types that do not have 796 one explicitly declared via annotations (or other configuration). 797 If such default handler is configured, it is returned; otherwise 798 null is returned.</div> 799</li> 800</ul> 801<a name="getSubtypeResolver()"> 802<!-- --> 803</a> 804<ul class="blockList"> 805<li class="blockList"> 806<h4>getSubtypeResolver</h4> 807<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/jsontype/SubtypeResolver.html" title="class in com.fasterxml.jackson.databind.jsontype">SubtypeResolver</a> getSubtypeResolver()</pre> 808</li> 809</ul> 810<a name="getTypeFactory()"> 811<!-- --> 812</a> 813<ul class="blockList"> 814<li class="blockList"> 815<h4>getTypeFactory</h4> 816<pre>public final <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> getTypeFactory()</pre> 817</li> 818</ul> 819<a name="constructType(java.lang.Class)"> 820<!-- --> 821</a> 822<ul class="blockList"> 823<li class="blockList"> 824<h4>constructType</h4> 825<pre>public final <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/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> cls)</pre> 826<div class="block">Helper method that will construct <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a> for given 827 raw class. 828 This is a simple short-cut for: 829<pre> 830 getTypeFactory().constructType(cls); 831</pre></div> 832</li> 833</ul> 834<a name="constructType(com.fasterxml.jackson.core.type.TypeReference)"> 835<!-- --> 836</a> 837<ul class="blockList"> 838<li class="blockList"> 839<h4>constructType</h4> 840<pre>public final <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> constructType(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/type/TypeReference.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.type">TypeReference</a><?> valueTypeRef)</pre> 841<div class="block">Helper method that will construct <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a> for given 842 type reference 843 This is a simple short-cut for: 844<pre> 845 getTypeFactory().constructType(valueTypeRef); 846</pre></div> 847</li> 848</ul> 849<a name="constructSpecializedType(com.fasterxml.jackson.databind.JavaType, java.lang.Class)"> 850<!-- --> 851</a> 852<ul class="blockList"> 853<li class="blockList"> 854<h4>constructSpecializedType</h4> 855<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, 856 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> subclass)</pre> 857</li> 858</ul> 859<a name="introspectClassAnnotations(java.lang.Class)"> 860<!-- --> 861</a> 862<ul class="blockList"> 863<li class="blockList"> 864<h4>introspectClassAnnotations</h4> 865<pre>public <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a> introspectClassAnnotations(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> cls)</pre> 866<div class="block">Accessor for getting bean description that only contains class 867 annotations: useful if no getter/setter/creator information is needed.</div> 868</li> 869</ul> 870<a name="introspectClassAnnotations(com.fasterxml.jackson.databind.JavaType)"> 871<!-- --> 872</a> 873<ul class="blockList"> 874<li class="blockList"> 875<h4>introspectClassAnnotations</h4> 876<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a> introspectClassAnnotations(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type)</pre> 877<div class="block">Accessor for getting bean description that only contains class 878 annotations: useful if no getter/setter/creator information is needed.</div> 879</li> 880</ul> 881<a name="introspectDirectClassAnnotations(java.lang.Class)"> 882<!-- --> 883</a> 884<ul class="blockList"> 885<li class="blockList"> 886<h4>introspectDirectClassAnnotations</h4> 887<pre>public <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a> introspectDirectClassAnnotations(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> cls)</pre> 888<div class="block">Accessor for getting bean description that only contains immediate class 889 annotations: ones from the class, and its direct mix-in, if any, but 890 not from super types.</div> 891</li> 892</ul> 893<a name="introspectDirectClassAnnotations(com.fasterxml.jackson.databind.JavaType)"> 894<!-- --> 895</a> 896<ul class="blockList"> 897<li class="blockList"> 898<h4>introspectDirectClassAnnotations</h4> 899<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a> introspectDirectClassAnnotations(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> type)</pre> 900<div class="block">Accessor for getting bean description that only contains immediate class 901 annotations: ones from the class, and its direct mix-in, if any, but 902 not from super types.</div> 903</li> 904</ul> 905<a name="getDefaultPropertyInclusion()"> 906<!-- --> 907</a> 908<ul class="blockList"> 909<li class="blockList"> 910<h4>getDefaultPropertyInclusion</h4> 911<pre>public abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonInclude.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Value</a> getDefaultPropertyInclusion()</pre> 912<div class="block">Accessor for default property inclusion to use for serialization, 913 used unless overridden by per-type or per-property overrides.</div> 914<dl><dt><span class="strong">Since:</span></dt> 915 <dd>2.7</dd></dl> 916</li> 917</ul> 918<a name="getDefaultPropertyInclusion(java.lang.Class)"> 919<!-- --> 920</a> 921<ul class="blockList"> 922<li class="blockList"> 923<h4>getDefaultPropertyInclusion</h4> 924<pre>public abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonInclude.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonInclude.Value</a> getDefaultPropertyInclusion(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> baseType)</pre> 925<div class="block">Accessor for default property inclusion to use for serialization, 926 considering possible per-type override for given base type.</div> 927<dl><dt><span class="strong">Since:</span></dt> 928 <dd>2.7</dd></dl> 929</li> 930</ul> 931<a name="getDefaultPropertyFormat(java.lang.Class)"> 932<!-- --> 933</a> 934<ul class="blockList"> 935<li class="blockList"> 936<h4>getDefaultPropertyFormat</h4> 937<pre>public abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonFormat.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonFormat.Value</a> getDefaultPropertyFormat(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> baseType)</pre> 938<div class="block">Accessor for default format settings to use for serialization (and, to a degree 939 deserialization), considering baseline settings and per-type defaults 940 for given base type (if any).</div> 941<dl><dt><span class="strong">Since:</span></dt> 942 <dd>2.7</dd></dl> 943</li> 944</ul> 945<a name="getDateFormat()"> 946<!-- --> 947</a> 948<ul class="blockList"> 949<li class="blockList"> 950<h4>getDateFormat</h4> 951<pre>public final <a href="http://docs.oracle.com/javase/7/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> getDateFormat()</pre> 952<div class="block">Method for accessing currently configured (textual) date format 953 that will be used for reading or writing date values (in case 954 of writing, only if textual output is configured; not if dates 955 are to be serialized as time stamps). 956<p> 957 Note that typically <a href="http://docs.oracle.com/javase/7/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text"><code>DateFormat</code></a> instances are <b>not thread-safe</b> 958 (at least ones provided by JDK): 959 this means that calling code should clone format instance before 960 using it. 961<p> 962 This method is usually only called by framework itself, since there 963 are convenience methods available via 964 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind"><code>DeserializationContext</code></a> and <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind"><code>SerializerProvider</code></a> that 965 take care of cloning and thread-safe reuse.</div> 966</li> 967</ul> 968<a name="getLocale()"> 969<!-- --> 970</a> 971<ul class="blockList"> 972<li class="blockList"> 973<h4>getLocale</h4> 974<pre>public final <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> getLocale()</pre> 975<div class="block">Method for accessing the default <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util"><code>Locale</code></a> to use 976 for formatting, unless overridden by local annotations. 977 Initially set to <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true#getDefault()" title="class or interface in java.util"><code>Locale.getDefault()</code></a>.</div> 978</li> 979</ul> 980<a name="getTimeZone()"> 981<!-- --> 982</a> 983<ul class="blockList"> 984<li class="blockList"> 985<h4>getTimeZone</h4> 986<pre>public final <a href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a> getTimeZone()</pre> 987<div class="block">Method for accessing the default <a href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util"><code>TimeZone</code></a> to use 988 for formatting, unless overridden by local annotations. 989 Initially set to <a href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true#getDefault()" title="class or interface in java.util"><code>TimeZone.getDefault()</code></a>.</div> 990</li> 991</ul> 992<a name="getActiveView()"> 993<!-- --> 994</a> 995<ul class="blockList"> 996<li class="blockList"> 997<h4>getActiveView</h4> 998<pre>public abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> getActiveView()</pre> 999<div class="block">Accessor for finding currently active view, if any (null if none)</div> 1000</li> 1001</ul> 1002<a name="getBase64Variant()"> 1003<!-- --> 1004</a> 1005<ul class="blockList"> 1006<li class="blockList"> 1007<h4>getBase64Variant</h4> 1008<pre>public <a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/Base64Variant.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Base64Variant</a> getBase64Variant()</pre> 1009<div class="block">Method called during deserialization if Base64 encoded content 1010 needs to be decoded. Default version just returns default Jackson 1011 uses, which is modified-mime which does not add linefeeds (because 1012 those would have to be escaped in JSON strings); but this can 1013 be configured on <a href="../../../../../com/fasterxml/jackson/databind/ObjectWriter.html" title="class in com.fasterxml.jackson.databind"><code>ObjectWriter</code></a>.</div> 1014</li> 1015</ul> 1016<a name="getAttributes()"> 1017<!-- --> 1018</a> 1019<ul class="blockList"> 1020<li class="blockList"> 1021<h4>getAttributes</h4> 1022<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/ContextAttributes.html" title="class in com.fasterxml.jackson.databind.cfg">ContextAttributes</a> getAttributes()</pre> 1023<div class="block">Method for accessing per-instance shared (baseline/default) 1024 attribute values; these are used as the basis for per-call 1025 attributes.</div> 1026<dl><dt><span class="strong">Since:</span></dt> 1027 <dd>2.3</dd></dl> 1028</li> 1029</ul> 1030<a name="findRootName(com.fasterxml.jackson.databind.JavaType)"> 1031<!-- --> 1032</a> 1033<ul class="blockList"> 1034<li class="blockList"> 1035<h4>findRootName</h4> 1036<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> findRootName(<a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind">JavaType</a> rootType)</pre> 1037<dl><dt><span class="strong">Since:</span></dt> 1038 <dd>2.6</dd></dl> 1039</li> 1040</ul> 1041<a name="findRootName(java.lang.Class)"> 1042<!-- --> 1043</a> 1044<ul class="blockList"> 1045<li class="blockList"> 1046<h4>findRootName</h4> 1047<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> findRootName(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> rawRootType)</pre> 1048<dl><dt><span class="strong">Since:</span></dt> 1049 <dd>2.6</dd></dl> 1050</li> 1051</ul> 1052<a name="typeResolverBuilderInstance(com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)"> 1053<!-- --> 1054</a> 1055<ul class="blockList"> 1056<li class="blockList"> 1057<h4>typeResolverBuilderInstance</h4> 1058<pre>public <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> typeResolverBuilderInstance(<a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 1059 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?>> builderClass)</pre> 1060<div class="block">Method that can be called to obtain an instance of <code>TypeIdResolver</code> of 1061 specified type.</div> 1062</li> 1063</ul> 1064<a name="typeIdResolverInstance(com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)"> 1065<!-- --> 1066</a> 1067<ul class="blockListLast"> 1068<li class="blockList"> 1069<h4>typeIdResolverInstance</h4> 1070<pre>public <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeIdResolver.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeIdResolver</a> typeIdResolverInstance(<a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 1071 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeIdResolver.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeIdResolver</a>> resolverClass)</pre> 1072<div class="block">Method that can be called to obtain an instance of <code>TypeIdResolver</code> of 1073 specified type.</div> 1074</li> 1075</ul> 1076</li> 1077</ul> 1078</li> 1079</ul> 1080</div> 1081</div> 1082<!-- ========= END OF CLASS DATA ========= --> 1083<!-- ======= START OF BOTTOM NAVBAR ====== --> 1084<div class="bottomNav"><a name="navbar_bottom"> 1085<!-- --> 1086</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 1087<!-- --> 1088</a> 1089<ul class="navList" title="Navigation"> 1090<li><a href="../../../../../overview-summary.html">Overview</a></li> 1091<li><a href="package-summary.html">Package</a></li> 1092<li class="navBarCell1Rev">Class</li> 1093<li><a href="class-use/MapperConfig.html">Use</a></li> 1094<li><a href="package-tree.html">Tree</a></li> 1095<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 1096<li><a href="../../../../../index-all.html">Index</a></li> 1097<li><a href="../../../../../help-doc.html">Help</a></li> 1098</ul> 1099</div> 1100<div class="subNav"> 1101<ul class="navList"> 1102<li><a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg"><span class="strong">Prev Class</span></a></li> 1103<li><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfigBase.html" title="class in com.fasterxml.jackson.databind.cfg"><span class="strong">Next Class</span></a></li> 1104</ul> 1105<ul class="navList"> 1106<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/cfg/MapperConfig.html" target="_top">Frames</a></li> 1107<li><a href="MapperConfig.html" target="_top">No Frames</a></li> 1108</ul> 1109<ul class="navList" id="allclasses_navbar_bottom"> 1110<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 1111</ul> 1112<div> 1113<script type="text/javascript"><!-- 1114 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 1115 if(window==top) { 1116 allClassesLink.style.display = "block"; 1117 } 1118 else { 1119 allClassesLink.style.display = "none"; 1120 } 1121 //--> 1122</script> 1123</div> 1124<div> 1125<ul class="subNavList"> 1126<li>Summary: </li> 1127<li>Nested | </li> 1128<li><a href="#field_summary">Field</a> | </li> 1129<li><a href="#constructor_summary">Constr</a> | </li> 1130<li><a href="#method_summary">Method</a></li> 1131</ul> 1132<ul class="subNavList"> 1133<li>Detail: </li> 1134<li><a href="#field_detail">Field</a> | </li> 1135<li><a href="#constructor_detail">Constr</a> | </li> 1136<li><a href="#method_detail">Method</a></li> 1137</ul> 1138</div> 1139<a name="skip-navbar_bottom"> 1140<!-- --> 1141</a></div> 1142<!-- ======== END OF BOTTOM NAVBAR ======= --> 1143<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 1144</body> 1145</html> 1146