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 Wed Jul 20 08:39:10 PDT 2016 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>MapperConfig (jackson-databind 2.8.0 API)</title> 8<meta name="date" content="2016-07-20"> 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.8.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/cfg/ConfigOverride.html" title="class in com.fasterxml.jackson.databind.cfg">ConfigOverride</a></code></td> 255<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#findConfigOverride(java.lang.Class)">findConfigOverride</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><?> type)</code> 256<div class="block">Accessor for finding possible <a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigOverride.html" title="class in com.fasterxml.jackson.databind.cfg"><code>ConfigOverride</code></a> to use for 257 properties of given type.</div> 258</td> 259</tr> 260<tr class="rowColor"> 261<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 262<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> 263</tr> 264<tr class="altColor"> 265<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 266<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> 267</tr> 268<tr class="rowColor"> 269<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> 270<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getActiveView()">getActiveView</a></strong>()</code> 271<div class="block">Accessor for finding currently active view, if any (null if none)</div> 272</td> 273</tr> 274<tr class="altColor"> 275<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a></code></td> 276<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getAnnotationIntrospector()">getAnnotationIntrospector</a></strong>()</code> 277<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 278 to introspect annotation values used for configuration.</div> 279</td> 280</tr> 281<tr class="rowColor"> 282<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> 283<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getAttributes()">getAttributes</a></strong>()</code> 284<div class="block">Method for accessing per-instance shared (baseline/default) 285 attribute values; these are used as the basis for per-call 286 attributes.</div> 287</td> 288</tr> 289<tr class="altColor"> 290<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> 291<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getBase64Variant()">getBase64Variant</a></strong>()</code> 292<div class="block">Method called during deserialization if Base64 encoded content 293 needs to be decoded.</div> 294</td> 295</tr> 296<tr class="rowColor"> 297<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> 298<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getClassIntrospector()">getClassIntrospector</a></strong>()</code> </td> 299</tr> 300<tr class="altColor"> 301<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> 302<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDateFormat()">getDateFormat</a></strong>()</code> 303<div class="block">Method for accessing currently configured (textual) date format 304 that will be used for reading or writing date values (in case 305 of writing, only if textual output is configured; not if dates 306 are to be serialized as time stamps).</div> 307</td> 308</tr> 309<tr class="rowColor"> 310<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> 311<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> 312<div class="block">Accessor for default format settings to use for serialization (and, to a degree 313 deserialization), considering baseline settings and per-type defaults 314 for given base type (if any).</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/JsonIgnoreProperties.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonIgnoreProperties.Value</a></code></td> 319<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultPropertyIgnorals(java.lang.Class)">getDefaultPropertyIgnorals</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 ignorals to use, if any, for given base type, 321 based on config overrides settings (see <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#findConfigOverride(java.lang.Class)"><code>findConfigOverride(Class)</code></a>).</div> 322</td> 323</tr> 324<tr class="rowColor"> 325<td class="colFirst"><code>abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonIgnoreProperties.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonIgnoreProperties.Value</a></code></td> 326<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultPropertyIgnorals(java.lang.Class,%20com.fasterxml.jackson.databind.introspect.AnnotatedClass)">getDefaultPropertyIgnorals</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, 327 <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedClass.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedClass</a> actualClass)</code> 328<div class="block">Helper method that may be called to see if there are property ignoral 329 definitions from annotations (via <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedClass.html" title="class in com.fasterxml.jackson.databind.introspect"><code>AnnotatedClass</code></a>) or through 330 "config overrides".</div> 331</td> 332</tr> 333<tr class="altColor"> 334<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> 335<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultPropertyInclusion()">getDefaultPropertyInclusion</a></strong>()</code> 336<div class="block">Accessor for default property inclusion to use for serialization, 337 used unless overridden by per-type or per-property overrides.</div> 338</td> 339</tr> 340<tr class="rowColor"> 341<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> 342<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> 343<div class="block">Accessor for default property inclusion to use for serialization, 344 considering possible per-type override for given base type.</div> 345</td> 346</tr> 347<tr class="altColor"> 348<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> 349<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> 350<div class="block">Method called to locate a type info handler for types that do not have 351 one explicitly declared via annotations (or other configuration).</div> 352</td> 353</tr> 354<tr class="rowColor"> 355<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> 356<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getDefaultVisibilityChecker()">getDefaultVisibilityChecker</a></strong>()</code> 357<div class="block">Accessor for object used for determining whether specific property elements 358 (method, constructors, fields) can be auto-detected based on 359 their visibility (access modifiers).</div> 360</td> 361</tr> 362<tr class="altColor"> 363<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> 364<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getHandlerInstantiator()">getHandlerInstantiator</a></strong>()</code> </td> 365</tr> 366<tr class="rowColor"> 367<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> 368<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getLocale()">getLocale</a></strong>()</code> 369<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 370 for formatting, unless overridden by local annotations.</div> 371</td> 372</tr> 373<tr class="altColor"> 374<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 375<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getPropertyNamingStrategy()">getPropertyNamingStrategy</a></strong>()</code> </td> 376</tr> 377<tr class="rowColor"> 378<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> 379<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getSubtypeResolver()">getSubtypeResolver</a></strong>()</code> </td> 380</tr> 381<tr class="altColor"> 382<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> 383<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getTimeZone()">getTimeZone</a></strong>()</code> 384<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 385 for formatting, unless overridden by local annotations.</div> 386</td> 387</tr> 388<tr class="rowColor"> 389<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> 390<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getTypeFactory()">getTypeFactory</a></strong>()</code> </td> 391</tr> 392<tr class="altColor"> 393<td class="colFirst"><code>boolean</code></td> 394<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#hasMapperFeatures(int)">hasMapperFeatures</a></strong>(int featureMask)</code> 395<div class="block">"Bulk" access method for checking that all features specified by 396 mask are enabled.</div> 397</td> 398</tr> 399<tr class="rowColor"> 400<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 401<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> 402<div class="block">Accessor for getting bean description that only contains class 403 annotations: useful if no getter/setter/creator information is needed.</div> 404</td> 405</tr> 406<tr class="altColor"> 407<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 408<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> 409<div class="block">Accessor for getting bean description that only contains class 410 annotations: useful if no getter/setter/creator information is needed.</div> 411</td> 412</tr> 413<tr class="rowColor"> 414<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 415<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> 416<div class="block">Accessor for getting bean description that only contains immediate class 417 annotations: ones from the class, and its direct mix-in, if any, but 418 not from super types.</div> 419</td> 420</tr> 421<tr class="altColor"> 422<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/BeanDescription.html" title="class in com.fasterxml.jackson.databind">BeanDescription</a></code></td> 423<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> 424<div class="block">Accessor for getting bean description that only contains immediate class 425 annotations: ones from the class, and its direct mix-in, if any, but 426 not from super types.</div> 427</td> 428</tr> 429<tr class="rowColor"> 430<td class="colFirst"><code>boolean</code></td> 431<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#isAnnotationProcessingEnabled()">isAnnotationProcessingEnabled</a></strong>()</code> 432<div class="block">Method for determining whether annotation processing is enabled or not 433 (default settings are typically that it is enabled; must explicitly disable).</div> 434</td> 435</tr> 436<tr class="altColor"> 437<td class="colFirst"><code>boolean</code></td> 438<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> 439<div class="block">Accessor for simple mapper features (which are shared for 440 serialization, deserialization)</div> 441</td> 442</tr> 443<tr class="rowColor"> 444<td class="colFirst"><code>boolean</code></td> 445<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#shouldSortPropertiesAlphabetically()">shouldSortPropertiesAlphabetically</a></strong>()</code> 446<div class="block">Accessor for checking whether default settings for property handling 447 indicate that properties should be alphabetically ordered or not.</div> 448</td> 449</tr> 450<tr class="altColor"> 451<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> 452<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, 453 <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> 454<div class="block">Method that can be called to obtain an instance of <code>TypeIdResolver</code> of 455 specified type.</div> 456</td> 457</tr> 458<tr class="rowColor"> 459<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> 460<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, 461 <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> 462<div class="block">Method that can be called to obtain an instance of <code>TypeIdResolver</code> of 463 specified type.</div> 464</td> 465</tr> 466<tr class="altColor"> 467<td class="colFirst"><code>abstract boolean</code></td> 468<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#useRootWrapping()">useRootWrapping</a></strong>()</code> 469<div class="block">Accessor for checking whether configuration indicates that 470 "root wrapping" (use of an extra property/name pair at root level) 471 is expected or not.</div> 472</td> 473</tr> 474<tr class="rowColor"> 475<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a></code></td> 476<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> 477<div class="block">Method for constructing and returning a new instance with specified 478 mapper features enabled.</div> 479</td> 480</tr> 481<tr class="altColor"> 482<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a></code></td> 483<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, 484 boolean state)</code> </td> 485</tr> 486<tr class="rowColor"> 487<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="type parameter in MapperConfig">T</a></code></td> 488<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> 489<div class="block">Method for constructing and returning a new instance with specified 490 mapper features disabled.</div> 491</td> 492</tr> 493</table> 494<ul class="blockList"> 495<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 496<!-- --> 497</a> 498<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> 499<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> 500</ul> 501<ul class="blockList"> 502<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.introspect.ClassIntrospector.MixInResolver"> 503<!-- --> 504</a> 505<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> 506<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> 507</ul> 508</li> 509</ul> 510</li> 511</ul> 512</div> 513<div class="details"> 514<ul class="blockList"> 515<li class="blockList"> 516<!-- ============ FIELD DETAIL =========== --> 517<ul class="blockList"> 518<li class="blockList"><a name="field_detail"> 519<!-- --> 520</a> 521<h3>Field Detail</h3> 522<a name="EMPTY_INCLUDE"> 523<!-- --> 524</a> 525<ul class="blockList"> 526<li class="blockList"> 527<h4>EMPTY_INCLUDE</h4> 528<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> 529<dl><dt><span class="strong">Since:</span></dt> 530 <dd>2.7</dd></dl> 531</li> 532</ul> 533<a name="EMPTY_FORMAT"> 534<!-- --> 535</a> 536<ul class="blockList"> 537<li class="blockList"> 538<h4>EMPTY_FORMAT</h4> 539<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> 540<dl><dt><span class="strong">Since:</span></dt> 541 <dd>2.7</dd></dl> 542</li> 543</ul> 544<a name="_mapperFeatures"> 545<!-- --> 546</a> 547<ul class="blockList"> 548<li class="blockList"> 549<h4>_mapperFeatures</h4> 550<pre>protected final int _mapperFeatures</pre> 551<div class="block">Set of shared mapper features enabled.</div> 552</li> 553</ul> 554<a name="_base"> 555<!-- --> 556</a> 557<ul class="blockListLast"> 558<li class="blockList"> 559<h4>_base</h4> 560<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> _base</pre> 561<div class="block">Immutable container object for simple configuration settings.</div> 562</li> 563</ul> 564</li> 565</ul> 566<!-- ========= CONSTRUCTOR DETAIL ======== --> 567<ul class="blockList"> 568<li class="blockList"><a name="constructor_detail"> 569<!-- --> 570</a> 571<h3>Constructor Detail</h3> 572<a name="MapperConfig(com.fasterxml.jackson.databind.cfg.BaseSettings, int)"> 573<!-- --> 574</a> 575<ul class="blockList"> 576<li class="blockList"> 577<h4>MapperConfig</h4> 578<pre>protected MapperConfig(<a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> base, 579 int mapperFeatures)</pre> 580</li> 581</ul> 582<a name="MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig, int)"> 583<!-- --> 584</a> 585<ul class="blockList"> 586<li class="blockList"> 587<h4>MapperConfig</h4> 588<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, 589 int mapperFeatures)</pre> 590</li> 591</ul> 592<a name="MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig, com.fasterxml.jackson.databind.cfg.BaseSettings)"> 593<!-- --> 594</a> 595<ul class="blockList"> 596<li class="blockList"> 597<h4>MapperConfig</h4> 598<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, 599 <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> base)</pre> 600</li> 601</ul> 602<a name="MapperConfig(com.fasterxml.jackson.databind.cfg.MapperConfig)"> 603<!-- --> 604</a> 605<ul class="blockListLast"> 606<li class="blockList"> 607<h4>MapperConfig</h4> 608<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> 609</li> 610</ul> 611</li> 612</ul> 613<!-- ============ METHOD DETAIL ========== --> 614<ul class="blockList"> 615<li class="blockList"><a name="method_detail"> 616<!-- --> 617</a> 618<h3>Method Detail</h3> 619<a name="collectFeatureDefaults(java.lang.Class)"> 620<!-- --> 621</a> 622<ul class="blockList"> 623<li class="blockList"> 624<h4>collectFeatureDefaults</h4> 625<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> 626<div class="block">Method that calculates bit set (flags) of all features that 627 are enabled by default.</div> 628</li> 629</ul> 630<a name="with(com.fasterxml.jackson.databind.MapperFeature...)"> 631<!-- --> 632</a> 633<ul class="blockList"> 634<li class="blockList"> 635<h4>with</h4> 636<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> 637<div class="block">Method for constructing and returning a new instance with specified 638 mapper features enabled.</div> 639</li> 640</ul> 641<a name="without(com.fasterxml.jackson.databind.MapperFeature...)"> 642<!-- --> 643</a> 644<ul class="blockList"> 645<li class="blockList"> 646<h4>without</h4> 647<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> 648<div class="block">Method for constructing and returning a new instance with specified 649 mapper features disabled.</div> 650</li> 651</ul> 652<a name="with(com.fasterxml.jackson.databind.MapperFeature, boolean)"> 653<!-- --> 654</a> 655<ul class="blockList"> 656<li class="blockList"> 657<h4>with</h4> 658<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, 659 boolean state)</pre> 660<dl><dt><span class="strong">Since:</span></dt> 661 <dd>2.3</dd></dl> 662</li> 663</ul> 664<a name="isEnabled(com.fasterxml.jackson.databind.MapperFeature)"> 665<!-- --> 666</a> 667<ul class="blockList"> 668<li class="blockList"> 669<h4>isEnabled</h4> 670<pre>public final boolean isEnabled(<a href="../../../../../com/fasterxml/jackson/databind/MapperFeature.html" title="enum in com.fasterxml.jackson.databind">MapperFeature</a> f)</pre> 671<div class="block">Accessor for simple mapper features (which are shared for 672 serialization, deserialization)</div> 673</li> 674</ul> 675<a name="hasMapperFeatures(int)"> 676<!-- --> 677</a> 678<ul class="blockList"> 679<li class="blockList"> 680<h4>hasMapperFeatures</h4> 681<pre>public final boolean hasMapperFeatures(int featureMask)</pre> 682<div class="block">"Bulk" access method for checking that all features specified by 683 mask are enabled.</div> 684<dl><dt><span class="strong">Since:</span></dt> 685 <dd>2.3</dd></dl> 686</li> 687</ul> 688<a name="isAnnotationProcessingEnabled()"> 689<!-- --> 690</a> 691<ul class="blockList"> 692<li class="blockList"> 693<h4>isAnnotationProcessingEnabled</h4> 694<pre>public final boolean isAnnotationProcessingEnabled()</pre> 695<div class="block">Method for determining whether annotation processing is enabled or not 696 (default settings are typically that it is enabled; must explicitly disable).</div> 697<dl><dt><span class="strong">Returns:</span></dt><dd>True if annotation processing is enabled; false if not</dd></dl> 698</li> 699</ul> 700<a name="canOverrideAccessModifiers()"> 701<!-- --> 702</a> 703<ul class="blockList"> 704<li class="blockList"> 705<h4>canOverrideAccessModifiers</h4> 706<pre>public final boolean canOverrideAccessModifiers()</pre> 707<div class="block">Accessor for determining whether it is ok to try to force override of access 708 modifiers to be able to get or set values of non-public Methods, Fields; 709 to invoke non-public Constructors, Methods; or to instantiate non-public 710 Classes. By default this is enabled, but on some platforms it needs to be 711 prevented since if this would violate security constraints and cause failures.</div> 712<dl><dt><span class="strong">Returns:</span></dt><dd>True if access modifier overriding is allowed (and may be done for 713 any Field, Method, Constructor or Class); false to prevent any attempts 714 to override.</dd></dl> 715</li> 716</ul> 717<a name="shouldSortPropertiesAlphabetically()"> 718<!-- --> 719</a> 720<ul class="blockList"> 721<li class="blockList"> 722<h4>shouldSortPropertiesAlphabetically</h4> 723<pre>public final boolean shouldSortPropertiesAlphabetically()</pre> 724<div class="block">Accessor for checking whether default settings for property handling 725 indicate that properties should be alphabetically ordered or not.</div> 726</li> 727</ul> 728<a name="useRootWrapping()"> 729<!-- --> 730</a> 731<ul class="blockList"> 732<li class="blockList"> 733<h4>useRootWrapping</h4> 734<pre>public abstract boolean useRootWrapping()</pre> 735<div class="block">Accessor for checking whether configuration indicates that 736 "root wrapping" (use of an extra property/name pair at root level) 737 is expected or not.</div> 738</li> 739</ul> 740<a name="compileString(java.lang.String)"> 741<!-- --> 742</a> 743<ul class="blockList"> 744<li class="blockList"> 745<h4>compileString</h4> 746<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> 747<div class="block">Method for constructing a specialized textual object that can typically 748 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 749 on escaping needed if any, char-to-byte encoding if needed).</div> 750<dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - Text to represent</dd> 751<dt><span class="strong">Returns:</span></dt><dd>Optimized text object constructed</dd><dt><span class="strong">Since:</span></dt> 752 <dd>2.4</dd></dl> 753</li> 754</ul> 755<a name="getClassIntrospector()"> 756<!-- --> 757</a> 758<ul class="blockList"> 759<li class="blockList"> 760<h4>getClassIntrospector</h4> 761<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> getClassIntrospector()</pre> 762</li> 763</ul> 764<a name="getAnnotationIntrospector()"> 765<!-- --> 766</a> 767<ul class="blockList"> 768<li class="blockList"> 769<h4>getAnnotationIntrospector</h4> 770<pre>public <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> getAnnotationIntrospector()</pre> 771<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 772 to introspect annotation values used for configuration. 773<p> 774 Non-final since it is actually overridden by sub-classes (for now?)</div> 775</li> 776</ul> 777<a name="getDefaultVisibilityChecker()"> 778<!-- --> 779</a> 780<ul class="blockList"> 781<li class="blockList"> 782<h4>getDefaultVisibilityChecker</h4> 783<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> getDefaultVisibilityChecker()</pre> 784<div class="block">Accessor for object used for determining whether specific property elements 785 (method, constructors, fields) can be auto-detected based on 786 their visibility (access modifiers). Can be changed to allow 787 different minimum visibility levels for auto-detection. Note 788 that this is the global handler; individual types (classes) 789 can further override active checker used (using 790 <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> 791</li> 792</ul> 793<a name="getPropertyNamingStrategy()"> 794<!-- --> 795</a> 796<ul class="blockList"> 797<li class="blockList"> 798<h4>getPropertyNamingStrategy</h4> 799<pre>public final <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> getPropertyNamingStrategy()</pre> 800</li> 801</ul> 802<a name="getHandlerInstantiator()"> 803<!-- --> 804</a> 805<ul class="blockList"> 806<li class="blockList"> 807<h4>getHandlerInstantiator</h4> 808<pre>public final <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> getHandlerInstantiator()</pre> 809</li> 810</ul> 811<a name="getDefaultTyper(com.fasterxml.jackson.databind.JavaType)"> 812<!-- --> 813</a> 814<ul class="blockList"> 815<li class="blockList"> 816<h4>getDefaultTyper</h4> 817<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> 818<div class="block">Method called to locate a type info handler for types that do not have 819 one explicitly declared via annotations (or other configuration). 820 If such default handler is configured, it is returned; otherwise 821 null is returned.</div> 822</li> 823</ul> 824<a name="getSubtypeResolver()"> 825<!-- --> 826</a> 827<ul class="blockList"> 828<li class="blockList"> 829<h4>getSubtypeResolver</h4> 830<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/jsontype/SubtypeResolver.html" title="class in com.fasterxml.jackson.databind.jsontype">SubtypeResolver</a> getSubtypeResolver()</pre> 831</li> 832</ul> 833<a name="getTypeFactory()"> 834<!-- --> 835</a> 836<ul class="blockList"> 837<li class="blockList"> 838<h4>getTypeFactory</h4> 839<pre>public final <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> getTypeFactory()</pre> 840</li> 841</ul> 842<a name="constructType(java.lang.Class)"> 843<!-- --> 844</a> 845<ul class="blockList"> 846<li class="blockList"> 847<h4>constructType</h4> 848<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> 849<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 850 raw class. 851 This is a simple short-cut for: 852<pre> 853 getTypeFactory().constructType(cls); 854</pre></div> 855</li> 856</ul> 857<a name="constructType(com.fasterxml.jackson.core.type.TypeReference)"> 858<!-- --> 859</a> 860<ul class="blockList"> 861<li class="blockList"> 862<h4>constructType</h4> 863<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> 864<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 865 type reference 866 This is a simple short-cut for: 867<pre> 868 getTypeFactory().constructType(valueTypeRef); 869</pre></div> 870</li> 871</ul> 872<a name="constructSpecializedType(com.fasterxml.jackson.databind.JavaType, java.lang.Class)"> 873<!-- --> 874</a> 875<ul class="blockList"> 876<li class="blockList"> 877<h4>constructSpecializedType</h4> 878<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, 879 <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> 880</li> 881</ul> 882<a name="introspectClassAnnotations(java.lang.Class)"> 883<!-- --> 884</a> 885<ul class="blockList"> 886<li class="blockList"> 887<h4>introspectClassAnnotations</h4> 888<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> 889<div class="block">Accessor for getting bean description that only contains class 890 annotations: useful if no getter/setter/creator information is needed.</div> 891</li> 892</ul> 893<a name="introspectClassAnnotations(com.fasterxml.jackson.databind.JavaType)"> 894<!-- --> 895</a> 896<ul class="blockList"> 897<li class="blockList"> 898<h4>introspectClassAnnotations</h4> 899<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> 900<div class="block">Accessor for getting bean description that only contains class 901 annotations: useful if no getter/setter/creator information is needed.</div> 902</li> 903</ul> 904<a name="introspectDirectClassAnnotations(java.lang.Class)"> 905<!-- --> 906</a> 907<ul class="blockList"> 908<li class="blockList"> 909<h4>introspectDirectClassAnnotations</h4> 910<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> 911<div class="block">Accessor for getting bean description that only contains immediate class 912 annotations: ones from the class, and its direct mix-in, if any, but 913 not from super types.</div> 914</li> 915</ul> 916<a name="introspectDirectClassAnnotations(com.fasterxml.jackson.databind.JavaType)"> 917<!-- --> 918</a> 919<ul class="blockList"> 920<li class="blockList"> 921<h4>introspectDirectClassAnnotations</h4> 922<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> 923<div class="block">Accessor for getting bean description that only contains immediate class 924 annotations: ones from the class, and its direct mix-in, if any, but 925 not from super types.</div> 926</li> 927</ul> 928<a name="getDefaultPropertyInclusion()"> 929<!-- --> 930</a> 931<ul class="blockList"> 932<li class="blockList"> 933<h4>getDefaultPropertyInclusion</h4> 934<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> 935<div class="block">Accessor for default property inclusion to use for serialization, 936 used unless overridden by per-type or per-property overrides.</div> 937<dl><dt><span class="strong">Since:</span></dt> 938 <dd>2.7</dd></dl> 939</li> 940</ul> 941<a name="getDefaultPropertyInclusion(java.lang.Class)"> 942<!-- --> 943</a> 944<ul class="blockList"> 945<li class="blockList"> 946<h4>getDefaultPropertyInclusion</h4> 947<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> 948<div class="block">Accessor for default property inclusion to use for serialization, 949 considering possible per-type override for given base type.</div> 950<dl><dt><span class="strong">Since:</span></dt> 951 <dd>2.7</dd></dl> 952</li> 953</ul> 954<a name="getDefaultPropertyFormat(java.lang.Class)"> 955<!-- --> 956</a> 957<ul class="blockList"> 958<li class="blockList"> 959<h4>getDefaultPropertyFormat</h4> 960<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> 961<div class="block">Accessor for default format settings to use for serialization (and, to a degree 962 deserialization), considering baseline settings and per-type defaults 963 for given base type (if any).</div> 964<dl><dt><span class="strong">Since:</span></dt> 965 <dd>2.7</dd></dl> 966</li> 967</ul> 968<a name="getDefaultPropertyIgnorals(java.lang.Class)"> 969<!-- --> 970</a> 971<ul class="blockList"> 972<li class="blockList"> 973<h4>getDefaultPropertyIgnorals</h4> 974<pre>public abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonIgnoreProperties.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonIgnoreProperties.Value</a> getDefaultPropertyIgnorals(<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> 975<div class="block">Accessor for default property ignorals to use, if any, for given base type, 976 based on config overrides settings (see <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#findConfigOverride(java.lang.Class)"><code>findConfigOverride(Class)</code></a>).</div> 977<dl><dt><span class="strong">Since:</span></dt> 978 <dd>2.8</dd></dl> 979</li> 980</ul> 981<a name="getDefaultPropertyIgnorals(java.lang.Class, com.fasterxml.jackson.databind.introspect.AnnotatedClass)"> 982<!-- --> 983</a> 984<ul class="blockList"> 985<li class="blockList"> 986<h4>getDefaultPropertyIgnorals</h4> 987<pre>public abstract <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonIgnoreProperties.Value.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonIgnoreProperties.Value</a> getDefaultPropertyIgnorals(<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, 988 <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedClass.html" title="class in com.fasterxml.jackson.databind.introspect">AnnotatedClass</a> actualClass)</pre> 989<div class="block">Helper method that may be called to see if there are property ignoral 990 definitions from annotations (via <a href="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedClass.html" title="class in com.fasterxml.jackson.databind.introspect"><code>AnnotatedClass</code></a>) or through 991 "config overrides". If both exist, config overrides have precedence 992 over class annotations.</div> 993<dl><dt><span class="strong">Since:</span></dt> 994 <dd>2.8</dd></dl> 995</li> 996</ul> 997<a name="findConfigOverride(java.lang.Class)"> 998<!-- --> 999</a> 1000<ul class="blockList"> 1001<li class="blockList"> 1002<h4>findConfigOverride</h4> 1003<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigOverride.html" title="class in com.fasterxml.jackson.databind.cfg">ConfigOverride</a> findConfigOverride(<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><?> type)</pre> 1004<div class="block">Accessor for finding possible <a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigOverride.html" title="class in com.fasterxml.jackson.databind.cfg"><code>ConfigOverride</code></a> to use for 1005 properties of given type. Note that only directly associate override 1006 is found; no type hierarchy traversal is performed.</div> 1007<dl><dt><span class="strong">Returns:</span></dt><dd>Override object if there is an override for specified type; `null` if not</dd><dt><span class="strong">Since:</span></dt> 1008 <dd>2.8</dd></dl> 1009</li> 1010</ul> 1011<a name="getDateFormat()"> 1012<!-- --> 1013</a> 1014<ul class="blockList"> 1015<li class="blockList"> 1016<h4>getDateFormat</h4> 1017<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> 1018<div class="block">Method for accessing currently configured (textual) date format 1019 that will be used for reading or writing date values (in case 1020 of writing, only if textual output is configured; not if dates 1021 are to be serialized as time stamps). 1022<p> 1023 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> 1024 (at least ones provided by JDK): 1025 this means that calling code should clone format instance before 1026 using it. 1027<p> 1028 This method is usually only called by framework itself, since there 1029 are convenience methods available via 1030 <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 1031 take care of cloning and thread-safe reuse.</div> 1032</li> 1033</ul> 1034<a name="getLocale()"> 1035<!-- --> 1036</a> 1037<ul class="blockList"> 1038<li class="blockList"> 1039<h4>getLocale</h4> 1040<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> 1041<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 1042 for formatting, unless overridden by local annotations. 1043 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> 1044</li> 1045</ul> 1046<a name="getTimeZone()"> 1047<!-- --> 1048</a> 1049<ul class="blockList"> 1050<li class="blockList"> 1051<h4>getTimeZone</h4> 1052<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> 1053<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 1054 for formatting, unless overridden by local annotations. 1055 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> 1056</li> 1057</ul> 1058<a name="getActiveView()"> 1059<!-- --> 1060</a> 1061<ul class="blockList"> 1062<li class="blockList"> 1063<h4>getActiveView</h4> 1064<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> 1065<div class="block">Accessor for finding currently active view, if any (null if none)</div> 1066</li> 1067</ul> 1068<a name="getBase64Variant()"> 1069<!-- --> 1070</a> 1071<ul class="blockList"> 1072<li class="blockList"> 1073<h4>getBase64Variant</h4> 1074<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> 1075<div class="block">Method called during deserialization if Base64 encoded content 1076 needs to be decoded. Default version just returns default Jackson 1077 uses, which is modified-mime which does not add linefeeds (because 1078 those would have to be escaped in JSON strings); but this can 1079 be configured on <a href="../../../../../com/fasterxml/jackson/databind/ObjectWriter.html" title="class in com.fasterxml.jackson.databind"><code>ObjectWriter</code></a>.</div> 1080</li> 1081</ul> 1082<a name="getAttributes()"> 1083<!-- --> 1084</a> 1085<ul class="blockList"> 1086<li class="blockList"> 1087<h4>getAttributes</h4> 1088<pre>public abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/ContextAttributes.html" title="class in com.fasterxml.jackson.databind.cfg">ContextAttributes</a> getAttributes()</pre> 1089<div class="block">Method for accessing per-instance shared (baseline/default) 1090 attribute values; these are used as the basis for per-call 1091 attributes.</div> 1092<dl><dt><span class="strong">Since:</span></dt> 1093 <dd>2.3</dd></dl> 1094</li> 1095</ul> 1096<a name="findRootName(com.fasterxml.jackson.databind.JavaType)"> 1097<!-- --> 1098</a> 1099<ul class="blockList"> 1100<li class="blockList"> 1101<h4>findRootName</h4> 1102<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> 1103<dl><dt><span class="strong">Since:</span></dt> 1104 <dd>2.6</dd></dl> 1105</li> 1106</ul> 1107<a name="findRootName(java.lang.Class)"> 1108<!-- --> 1109</a> 1110<ul class="blockList"> 1111<li class="blockList"> 1112<h4>findRootName</h4> 1113<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> 1114<dl><dt><span class="strong">Since:</span></dt> 1115 <dd>2.6</dd></dl> 1116</li> 1117</ul> 1118<a name="typeResolverBuilderInstance(com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)"> 1119<!-- --> 1120</a> 1121<ul class="blockList"> 1122<li class="blockList"> 1123<h4>typeResolverBuilderInstance</h4> 1124<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, 1125 <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> 1126<div class="block">Method that can be called to obtain an instance of <code>TypeIdResolver</code> of 1127 specified type.</div> 1128</li> 1129</ul> 1130<a name="typeIdResolverInstance(com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)"> 1131<!-- --> 1132</a> 1133<ul class="blockListLast"> 1134<li class="blockList"> 1135<h4>typeIdResolverInstance</h4> 1136<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, 1137 <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> 1138<div class="block">Method that can be called to obtain an instance of <code>TypeIdResolver</code> of 1139 specified type.</div> 1140</li> 1141</ul> 1142</li> 1143</ul> 1144</li> 1145</ul> 1146</div> 1147</div> 1148<!-- ========= END OF CLASS DATA ========= --> 1149<!-- ======= START OF BOTTOM NAVBAR ====== --> 1150<div class="bottomNav"><a name="navbar_bottom"> 1151<!-- --> 1152</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 1153<!-- --> 1154</a> 1155<ul class="navList" title="Navigation"> 1156<li><a href="../../../../../overview-summary.html">Overview</a></li> 1157<li><a href="package-summary.html">Package</a></li> 1158<li class="navBarCell1Rev">Class</li> 1159<li><a href="class-use/MapperConfig.html">Use</a></li> 1160<li><a href="package-tree.html">Tree</a></li> 1161<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 1162<li><a href="../../../../../index-all.html">Index</a></li> 1163<li><a href="../../../../../help-doc.html">Help</a></li> 1164</ul> 1165</div> 1166<div class="subNav"> 1167<ul class="navList"> 1168<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> 1169<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> 1170</ul> 1171<ul class="navList"> 1172<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/cfg/MapperConfig.html" target="_top">Frames</a></li> 1173<li><a href="MapperConfig.html" target="_top">No Frames</a></li> 1174</ul> 1175<ul class="navList" id="allclasses_navbar_bottom"> 1176<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 1177</ul> 1178<div> 1179<script type="text/javascript"><!-- 1180 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 1181 if(window==top) { 1182 allClassesLink.style.display = "block"; 1183 } 1184 else { 1185 allClassesLink.style.display = "none"; 1186 } 1187 //--> 1188</script> 1189</div> 1190<div> 1191<ul class="subNavList"> 1192<li>Summary: </li> 1193<li>Nested | </li> 1194<li><a href="#field_summary">Field</a> | </li> 1195<li><a href="#constructor_summary">Constr</a> | </li> 1196<li><a href="#method_summary">Method</a></li> 1197</ul> 1198<ul class="subNavList"> 1199<li>Detail: </li> 1200<li><a href="#field_detail">Field</a> | </li> 1201<li><a href="#constructor_detail">Constr</a> | </li> 1202<li><a href="#method_detail">Method</a></li> 1203</ul> 1204</div> 1205<a name="skip-navbar_bottom"> 1206<!-- --> 1207</a></div> 1208<!-- ======== END OF BOTTOM NAVBAR ======= --> 1209<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 1210</body> 1211</html> 1212