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>BaseSettings (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="BaseSettings (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/BaseSettings.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>Prev Class</li> 41<li><a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface 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/BaseSettings.html" target="_top">Frames</a></li> 45<li><a href="BaseSettings.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 BaseSettings" class="title">Class BaseSettings</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.BaseSettings</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="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<hr> 103<br> 104<pre>public final class <span class="strong">BaseSettings</span> 105extends <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> 106implements <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> 107<div class="block">Immutable container class used to store simple configuration 108 settings. Since instances are fully immutable, instances can 109 be freely shared and used without synchronization.</div> 110<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.fasterxml.jackson.databind.cfg.BaseSettings">Serialized Form</a></dd></dl> 111</li> 112</ul> 113</div> 114<div class="summary"> 115<ul class="blockList"> 116<li class="blockList"> 117<!-- =========== FIELD SUMMARY =========== --> 118<ul class="blockList"> 119<li class="blockList"><a name="field_summary"> 120<!-- --> 121</a> 122<h3>Field Summary</h3> 123<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 124<caption><span>Fields</span><span class="tabEnd"> </span></caption> 125<tr> 126<th class="colFirst" scope="col">Modifier and Type</th> 127<th class="colLast" scope="col">Field and Description</th> 128</tr> 129<tr class="altColor"> 130<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a></code></td> 131<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_annotationIntrospector">_annotationIntrospector</a></strong></code> 132<div class="block">Introspector used for accessing annotation value based configuration.</div> 133</td> 134</tr> 135<tr class="rowColor"> 136<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a></code></td> 137<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_classIntrospector">_classIntrospector</a></strong></code> 138<div class="block">Introspector used to figure out Bean properties needed for bean serialization 139 and deserialization.</div> 140</td> 141</tr> 142<tr class="altColor"> 143<td class="colFirst"><code>protected <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> 144<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_dateFormat">_dateFormat</a></strong></code> 145<div class="block">Custom date format to use for de-serialization.</div> 146</td> 147</tr> 148<tr class="rowColor"> 149<td class="colFirst"><code>protected <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> 150<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_defaultBase64">_defaultBase64</a></strong></code> 151<div class="block">Explicitly default <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"><code>Base64Variant</code></a> to use for handling 152 binary data (<code>byte[]</code>), used with data formats 153 that use base64 encoding (like JSON, CSV).</div> 154</td> 155</tr> 156<tr class="altColor"> 157<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a></code></td> 158<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_handlerInstantiator">_handlerInstantiator</a></strong></code> 159<div class="block">Object used for creating instances of handlers (serializers, deserializers, 160 type and type id resolvers), given class to instantiate.</div> 161</td> 162</tr> 163<tr class="rowColor"> 164<td class="colFirst"><code>protected <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> 165<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_locale">_locale</a></strong></code> 166<div class="block">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> used with serialization formats.</div> 167</td> 168</tr> 169<tr class="altColor"> 170<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 171<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_propertyNamingStrategy">_propertyNamingStrategy</a></strong></code> 172<div class="block">Custom property naming strategy in use, if any.</div> 173</td> 174</tr> 175<tr class="rowColor"> 176<td class="colFirst"><code>protected <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> 177<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_timeZone">_timeZone</a></strong></code> 178<div class="block">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> used with serialization formats, 179 if (and only if!) explicitly set by use; otherwise `null` to indicate 180 "use default", which currently (Jackson 2.6) means "GMT"</div> 181</td> 182</tr> 183<tr class="altColor"> 184<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a></code></td> 185<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_typeFactory">_typeFactory</a></strong></code> 186<div class="block">Specific factory used for creating <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a> instances; 187 needed to allow modules to add more custom type handling 188 (mostly to support types of non-Java JVM languages)</div> 189</td> 190</tr> 191<tr class="rowColor"> 192<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?></code></td> 193<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_typeResolverBuilder">_typeResolverBuilder</a></strong></code> 194<div class="block">Type information handler used for "untyped" values (ones declared 195 to have type <code>Object.class</code>)</div> 196</td> 197</tr> 198<tr class="altColor"> 199<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?></code></td> 200<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_visibilityChecker">_visibilityChecker</a></strong></code> 201<div class="block">Object used for determining whether specific property elements 202 (method, constructors, fields) can be auto-detected based on 203 their visibility (access modifiers).</div> 204</td> 205</tr> 206</table> 207</li> 208</ul> 209<!-- ======== CONSTRUCTOR SUMMARY ======== --> 210<ul class="blockList"> 211<li class="blockList"><a name="constructor_summary"> 212<!-- --> 213</a> 214<h3>Constructor Summary</h3> 215<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 216<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 217<tr> 218<th class="colOne" scope="col">Constructor and Description</th> 219</tr> 220<tr class="altColor"> 221<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#BaseSettings(com.fasterxml.jackson.databind.introspect.ClassIntrospector,%20com.fasterxml.jackson.databind.AnnotationIntrospector,%20com.fasterxml.jackson.databind.introspect.VisibilityChecker,%20com.fasterxml.jackson.databind.PropertyNamingStrategy,%20com.fasterxml.jackson.databind.type.TypeFactory,%20com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder,%20java.text.DateFormat,%20com.fasterxml.jackson.databind.cfg.HandlerInstantiator,%20java.util.Locale,%20java.util.TimeZone,%20com.fasterxml.jackson.core.Base64Variant)">BaseSettings</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> ci, 222 <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai, 223 <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> vc, 224 <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns, 225 <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> tf, 226 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> typer, 227 <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> dateFormat, 228 <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> hi, 229 <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> locale, 230 <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> tz, 231 <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> defaultBase64)</code> </td> 232</tr> 233</table> 234</li> 235</ul> 236<!-- ========== METHOD SUMMARY =========== --> 237<ul class="blockList"> 238<li class="blockList"><a name="method_summary"> 239<!-- --> 240</a> 241<h3>Method Summary</h3> 242<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 243<caption><span>Methods</span><span class="tabEnd"> </span></caption> 244<tr> 245<th class="colFirst" scope="col">Modifier and Type</th> 246<th class="colLast" scope="col">Method and Description</th> 247</tr> 248<tr class="altColor"> 249<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a></code></td> 250<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getAnnotationIntrospector()">getAnnotationIntrospector</a></strong>()</code> </td> 251</tr> 252<tr class="rowColor"> 253<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> 254<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getBase64Variant()">getBase64Variant</a></strong>()</code> </td> 255</tr> 256<tr class="altColor"> 257<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> 258<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getClassIntrospector()">getClassIntrospector</a></strong>()</code> </td> 259</tr> 260<tr class="rowColor"> 261<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> 262<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getDateFormat()">getDateFormat</a></strong>()</code> </td> 263</tr> 264<tr class="altColor"> 265<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> 266<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getHandlerInstantiator()">getHandlerInstantiator</a></strong>()</code> </td> 267</tr> 268<tr class="rowColor"> 269<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> 270<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getLocale()">getLocale</a></strong>()</code> </td> 271</tr> 272<tr class="altColor"> 273<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 274<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getPropertyNamingStrategy()">getPropertyNamingStrategy</a></strong>()</code> </td> 275</tr> 276<tr class="rowColor"> 277<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> 278<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getTimeZone()">getTimeZone</a></strong>()</code> </td> 279</tr> 280<tr class="altColor"> 281<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> 282<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getTypeFactory()">getTypeFactory</a></strong>()</code> </td> 283</tr> 284<tr class="rowColor"> 285<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> 286<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getTypeResolverBuilder()">getTypeResolverBuilder</a></strong>()</code> </td> 287</tr> 288<tr class="altColor"> 289<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> 290<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getVisibilityChecker()">getVisibilityChecker</a></strong>()</code> </td> 291</tr> 292<tr class="rowColor"> 293<td class="colFirst"><code>boolean</code></td> 294<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#hasExplicitTimeZone()">hasExplicitTimeZone</a></strong>()</code> 295<div class="block">Accessor that may be called to determine whether this settings object 296 has been explicitly configured with a TimeZone (true), or is still 297 relying on the default settings (false).</div> 298</td> 299</tr> 300<tr class="altColor"> 301<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 302<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#with(com.fasterxml.jackson.core.Base64Variant)">with</a></strong>(<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> base64)</code> </td> 303</tr> 304<tr class="rowColor"> 305<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 306<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#with(java.util.Locale)">with</a></strong>(<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> l)</code> </td> 307</tr> 308<tr class="altColor"> 309<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 310<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#with(java.util.TimeZone)">with</a></strong>(<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> tz)</code> 311<div class="block">Fluent factory for constructing a new instance that uses specified TimeZone.</div> 312</td> 313</tr> 314<tr class="rowColor"> 315<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 316<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)">withAnnotationIntrospector</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai)</code> </td> 317</tr> 318<tr class="altColor"> 319<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 320<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withAppendedAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)">withAppendedAnnotationIntrospector</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai)</code> </td> 321</tr> 322<tr class="rowColor"> 323<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 324<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withClassIntrospector(com.fasterxml.jackson.databind.introspect.ClassIntrospector)">withClassIntrospector</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> ci)</code> </td> 325</tr> 326<tr class="altColor"> 327<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 328<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withDateFormat(java.text.DateFormat)">withDateFormat</a></strong>(<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> df)</code> </td> 329</tr> 330<tr class="rowColor"> 331<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 332<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withHandlerInstantiator(com.fasterxml.jackson.databind.cfg.HandlerInstantiator)">withHandlerInstantiator</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> hi)</code> </td> 333</tr> 334<tr class="altColor"> 335<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 336<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withInsertedAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)">withInsertedAnnotationIntrospector</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai)</code> </td> 337</tr> 338<tr class="rowColor"> 339<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 340<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withPropertyNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy)">withPropertyNamingStrategy</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns)</code> </td> 341</tr> 342<tr class="altColor"> 343<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 344<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withTypeFactory(com.fasterxml.jackson.databind.type.TypeFactory)">withTypeFactory</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> tf)</code> </td> 345</tr> 346<tr class="rowColor"> 347<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 348<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withTypeResolverBuilder(com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder)">withTypeResolverBuilder</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> typer)</code> </td> 349</tr> 350<tr class="altColor"> 351<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 352<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withVisibility(com.fasterxml.jackson.annotation.PropertyAccessor,%20com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility)">withVisibility</a></strong>(<a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/PropertyAccessor.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">PropertyAccessor</a> forMethod, 353 <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a> visibility)</code> </td> 354</tr> 355<tr class="rowColor"> 356<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></code></td> 357<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withVisibilityChecker(com.fasterxml.jackson.databind.introspect.VisibilityChecker)">withVisibilityChecker</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> vc)</code> </td> 358</tr> 359</table> 360<ul class="blockList"> 361<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 362<!-- --> 363</a> 364<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> 365<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> 366</ul> 367</li> 368</ul> 369</li> 370</ul> 371</div> 372<div class="details"> 373<ul class="blockList"> 374<li class="blockList"> 375<!-- ============ FIELD DETAIL =========== --> 376<ul class="blockList"> 377<li class="blockList"><a name="field_detail"> 378<!-- --> 379</a> 380<h3>Field Detail</h3> 381<a name="_classIntrospector"> 382<!-- --> 383</a> 384<ul class="blockList"> 385<li class="blockList"> 386<h4>_classIntrospector</h4> 387<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> _classIntrospector</pre> 388<div class="block">Introspector used to figure out Bean properties needed for bean serialization 389 and deserialization. Overridable so that it is possible to change low-level 390 details of introspection, like adding new annotation types.</div> 391</li> 392</ul> 393<a name="_annotationIntrospector"> 394<!-- --> 395</a> 396<ul class="blockList"> 397<li class="blockList"> 398<h4>_annotationIntrospector</h4> 399<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> _annotationIntrospector</pre> 400<div class="block">Introspector used for accessing annotation value based configuration.</div> 401</li> 402</ul> 403<a name="_visibilityChecker"> 404<!-- --> 405</a> 406<ul class="blockList"> 407<li class="blockList"> 408<h4>_visibilityChecker</h4> 409<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> _visibilityChecker</pre> 410<div class="block">Object used for determining whether specific property elements 411 (method, constructors, fields) can be auto-detected based on 412 their visibility (access modifiers). Can be changed to allow 413 different minimum visibility levels for auto-detection. Note 414 that this is the global handler; individual types (classes) 415 can further override active checker used (using 416 <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> 417</li> 418</ul> 419<a name="_propertyNamingStrategy"> 420<!-- --> 421</a> 422<ul class="blockList"> 423<li class="blockList"> 424<h4>_propertyNamingStrategy</h4> 425<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> _propertyNamingStrategy</pre> 426<div class="block">Custom property naming strategy in use, if any.</div> 427</li> 428</ul> 429<a name="_typeFactory"> 430<!-- --> 431</a> 432<ul class="blockList"> 433<li class="blockList"> 434<h4>_typeFactory</h4> 435<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> _typeFactory</pre> 436<div class="block">Specific factory used for creating <a href="../../../../../com/fasterxml/jackson/databind/JavaType.html" title="class in com.fasterxml.jackson.databind"><code>JavaType</code></a> instances; 437 needed to allow modules to add more custom type handling 438 (mostly to support types of non-Java JVM languages)</div> 439</li> 440</ul> 441<a name="_typeResolverBuilder"> 442<!-- --> 443</a> 444<ul class="blockList"> 445<li class="blockList"> 446<h4>_typeResolverBuilder</h4> 447<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> _typeResolverBuilder</pre> 448<div class="block">Type information handler used for "untyped" values (ones declared 449 to have type <code>Object.class</code>)</div> 450</li> 451</ul> 452<a name="_dateFormat"> 453<!-- --> 454</a> 455<ul class="blockList"> 456<li class="blockList"> 457<h4>_dateFormat</h4> 458<pre>protected 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> _dateFormat</pre> 459<div class="block">Custom date format to use for de-serialization. If specified, will be 460 used instead of <a href="../../../../../com/fasterxml/jackson/databind/util/StdDateFormat.html" title="class in com.fasterxml.jackson.databind.util"><code>StdDateFormat</code></a>. 461<p> 462 Note that the configured format object will be cloned once per 463 deserialization process (first time it is needed)</div> 464</li> 465</ul> 466<a name="_handlerInstantiator"> 467<!-- --> 468</a> 469<ul class="blockList"> 470<li class="blockList"> 471<h4>_handlerInstantiator</h4> 472<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> _handlerInstantiator</pre> 473<div class="block">Object used for creating instances of handlers (serializers, deserializers, 474 type and type id resolvers), given class to instantiate. This is typically 475 used to do additional configuration (with dependency injection, for example) 476 beyond simply construction of instances; or to use alternative constructors.</div> 477</li> 478</ul> 479<a name="_locale"> 480<!-- --> 481</a> 482<ul class="blockList"> 483<li class="blockList"> 484<h4>_locale</h4> 485<pre>protected 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> _locale</pre> 486<div class="block">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> used with serialization formats. 487 Default value is <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> 488</li> 489</ul> 490<a name="_timeZone"> 491<!-- --> 492</a> 493<ul class="blockList"> 494<li class="blockList"> 495<h4>_timeZone</h4> 496<pre>protected 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> _timeZone</pre> 497<div class="block">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> used with serialization formats, 498 if (and only if!) explicitly set by use; otherwise `null` to indicate 499 "use default", which currently (Jackson 2.6) means "GMT" 500<p> 501 Note that if a new value is set, timezone is also assigned to 502 <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_dateFormat"><code>_dateFormat</code></a> of this object.</div> 503</li> 504</ul> 505<a name="_defaultBase64"> 506<!-- --> 507</a> 508<ul class="blockListLast"> 509<li class="blockList"> 510<h4>_defaultBase64</h4> 511<pre>protected final <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> _defaultBase64</pre> 512<div class="block">Explicitly default <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"><code>Base64Variant</code></a> to use for handling 513 binary data (<code>byte[]</code>), used with data formats 514 that use base64 encoding (like JSON, CSV).</div> 515<dl><dt><span class="strong">Since:</span></dt> 516 <dd>2.1</dd></dl> 517</li> 518</ul> 519</li> 520</ul> 521<!-- ========= CONSTRUCTOR DETAIL ======== --> 522<ul class="blockList"> 523<li class="blockList"><a name="constructor_detail"> 524<!-- --> 525</a> 526<h3>Constructor Detail</h3> 527<a name="BaseSettings(com.fasterxml.jackson.databind.introspect.ClassIntrospector, com.fasterxml.jackson.databind.AnnotationIntrospector, com.fasterxml.jackson.databind.introspect.VisibilityChecker, com.fasterxml.jackson.databind.PropertyNamingStrategy, com.fasterxml.jackson.databind.type.TypeFactory, com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder, java.text.DateFormat, com.fasterxml.jackson.databind.cfg.HandlerInstantiator, java.util.Locale, java.util.TimeZone, com.fasterxml.jackson.core.Base64Variant)"> 528<!-- --> 529</a> 530<ul class="blockListLast"> 531<li class="blockList"> 532<h4>BaseSettings</h4> 533<pre>public BaseSettings(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> ci, 534 <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai, 535 <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> vc, 536 <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns, 537 <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> tf, 538 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> typer, 539 <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> dateFormat, 540 <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> hi, 541 <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> locale, 542 <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> tz, 543 <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> defaultBase64)</pre> 544</li> 545</ul> 546</li> 547</ul> 548<!-- ============ METHOD DETAIL ========== --> 549<ul class="blockList"> 550<li class="blockList"><a name="method_detail"> 551<!-- --> 552</a> 553<h3>Method Detail</h3> 554<a name="withClassIntrospector(com.fasterxml.jackson.databind.introspect.ClassIntrospector)"> 555<!-- --> 556</a> 557<ul class="blockList"> 558<li class="blockList"> 559<h4>withClassIntrospector</h4> 560<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withClassIntrospector(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> ci)</pre> 561</li> 562</ul> 563<a name="withAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)"> 564<!-- --> 565</a> 566<ul class="blockList"> 567<li class="blockList"> 568<h4>withAnnotationIntrospector</h4> 569<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withAnnotationIntrospector(<a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai)</pre> 570</li> 571</ul> 572<a name="withInsertedAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)"> 573<!-- --> 574</a> 575<ul class="blockList"> 576<li class="blockList"> 577<h4>withInsertedAnnotationIntrospector</h4> 578<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withInsertedAnnotationIntrospector(<a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai)</pre> 579</li> 580</ul> 581<a name="withAppendedAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)"> 582<!-- --> 583</a> 584<ul class="blockList"> 585<li class="blockList"> 586<h4>withAppendedAnnotationIntrospector</h4> 587<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withAppendedAnnotationIntrospector(<a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai)</pre> 588</li> 589</ul> 590<a name="withVisibilityChecker(com.fasterxml.jackson.databind.introspect.VisibilityChecker)"> 591<!-- --> 592</a> 593<ul class="blockList"> 594<li class="blockList"> 595<h4>withVisibilityChecker</h4> 596<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withVisibilityChecker(<a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> vc)</pre> 597</li> 598</ul> 599<a name="withVisibility(com.fasterxml.jackson.annotation.PropertyAccessor, com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility)"> 600<!-- --> 601</a> 602<ul class="blockList"> 603<li class="blockList"> 604<h4>withVisibility</h4> 605<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withVisibility(<a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/PropertyAccessor.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">PropertyAccessor</a> forMethod, 606 <a href="http://fasterxml.github.com/jackson-annotations/javadoc/2.7/com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a> visibility)</pre> 607</li> 608</ul> 609<a name="withPropertyNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy)"> 610<!-- --> 611</a> 612<ul class="blockList"> 613<li class="blockList"> 614<h4>withPropertyNamingStrategy</h4> 615<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withPropertyNamingStrategy(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns)</pre> 616</li> 617</ul> 618<a name="withTypeFactory(com.fasterxml.jackson.databind.type.TypeFactory)"> 619<!-- --> 620</a> 621<ul class="blockList"> 622<li class="blockList"> 623<h4>withTypeFactory</h4> 624<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withTypeFactory(<a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> tf)</pre> 625</li> 626</ul> 627<a name="withTypeResolverBuilder(com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder)"> 628<!-- --> 629</a> 630<ul class="blockList"> 631<li class="blockList"> 632<h4>withTypeResolverBuilder</h4> 633<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withTypeResolverBuilder(<a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> typer)</pre> 634</li> 635</ul> 636<a name="withDateFormat(java.text.DateFormat)"> 637<!-- --> 638</a> 639<ul class="blockList"> 640<li class="blockList"> 641<h4>withDateFormat</h4> 642<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withDateFormat(<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> df)</pre> 643</li> 644</ul> 645<a name="withHandlerInstantiator(com.fasterxml.jackson.databind.cfg.HandlerInstantiator)"> 646<!-- --> 647</a> 648<ul class="blockList"> 649<li class="blockList"> 650<h4>withHandlerInstantiator</h4> 651<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withHandlerInstantiator(<a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> hi)</pre> 652</li> 653</ul> 654<a name="with(java.util.Locale)"> 655<!-- --> 656</a> 657<ul class="blockList"> 658<li class="blockList"> 659<h4>with</h4> 660<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> with(<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> l)</pre> 661</li> 662</ul> 663<a name="with(java.util.TimeZone)"> 664<!-- --> 665</a> 666<ul class="blockList"> 667<li class="blockList"> 668<h4>with</h4> 669<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> with(<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> tz)</pre> 670<div class="block">Fluent factory for constructing a new instance that uses specified TimeZone. 671 Note that timezone used with also be assigned to configured <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>, 672 changing time formatting defaults.</div> 673</li> 674</ul> 675<a name="with(com.fasterxml.jackson.core.Base64Variant)"> 676<!-- --> 677</a> 678<ul class="blockList"> 679<li class="blockList"> 680<h4>with</h4> 681<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> with(<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> base64)</pre> 682<dl><dt><span class="strong">Since:</span></dt> 683 <dd>2.1</dd></dl> 684</li> 685</ul> 686<a name="getClassIntrospector()"> 687<!-- --> 688</a> 689<ul class="blockList"> 690<li class="blockList"> 691<h4>getClassIntrospector</h4> 692<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> getClassIntrospector()</pre> 693</li> 694</ul> 695<a name="getAnnotationIntrospector()"> 696<!-- --> 697</a> 698<ul class="blockList"> 699<li class="blockList"> 700<h4>getAnnotationIntrospector</h4> 701<pre>public <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> getAnnotationIntrospector()</pre> 702</li> 703</ul> 704<a name="getVisibilityChecker()"> 705<!-- --> 706</a> 707<ul class="blockList"> 708<li class="blockList"> 709<h4>getVisibilityChecker</h4> 710<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> getVisibilityChecker()</pre> 711</li> 712</ul> 713<a name="getPropertyNamingStrategy()"> 714<!-- --> 715</a> 716<ul class="blockList"> 717<li class="blockList"> 718<h4>getPropertyNamingStrategy</h4> 719<pre>public <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> getPropertyNamingStrategy()</pre> 720</li> 721</ul> 722<a name="getTypeFactory()"> 723<!-- --> 724</a> 725<ul class="blockList"> 726<li class="blockList"> 727<h4>getTypeFactory</h4> 728<pre>public <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> getTypeFactory()</pre> 729</li> 730</ul> 731<a name="getTypeResolverBuilder()"> 732<!-- --> 733</a> 734<ul class="blockList"> 735<li class="blockList"> 736<h4>getTypeResolverBuilder</h4> 737<pre>public <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> getTypeResolverBuilder()</pre> 738</li> 739</ul> 740<a name="getDateFormat()"> 741<!-- --> 742</a> 743<ul class="blockList"> 744<li class="blockList"> 745<h4>getDateFormat</h4> 746<pre>public <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> 747</li> 748</ul> 749<a name="getHandlerInstantiator()"> 750<!-- --> 751</a> 752<ul class="blockList"> 753<li class="blockList"> 754<h4>getHandlerInstantiator</h4> 755<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> getHandlerInstantiator()</pre> 756</li> 757</ul> 758<a name="getLocale()"> 759<!-- --> 760</a> 761<ul class="blockList"> 762<li class="blockList"> 763<h4>getLocale</h4> 764<pre>public <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> 765</li> 766</ul> 767<a name="getTimeZone()"> 768<!-- --> 769</a> 770<ul class="blockList"> 771<li class="blockList"> 772<h4>getTimeZone</h4> 773<pre>public <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> 774</li> 775</ul> 776<a name="hasExplicitTimeZone()"> 777<!-- --> 778</a> 779<ul class="blockList"> 780<li class="blockList"> 781<h4>hasExplicitTimeZone</h4> 782<pre>public boolean hasExplicitTimeZone()</pre> 783<div class="block">Accessor that may be called to determine whether this settings object 784 has been explicitly configured with a TimeZone (true), or is still 785 relying on the default settings (false).</div> 786<dl><dt><span class="strong">Since:</span></dt> 787 <dd>2.7</dd></dl> 788</li> 789</ul> 790<a name="getBase64Variant()"> 791<!-- --> 792</a> 793<ul class="blockListLast"> 794<li class="blockList"> 795<h4>getBase64Variant</h4> 796<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> 797</li> 798</ul> 799</li> 800</ul> 801</li> 802</ul> 803</div> 804</div> 805<!-- ========= END OF CLASS DATA ========= --> 806<!-- ======= START OF BOTTOM NAVBAR ====== --> 807<div class="bottomNav"><a name="navbar_bottom"> 808<!-- --> 809</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 810<!-- --> 811</a> 812<ul class="navList" title="Navigation"> 813<li><a href="../../../../../overview-summary.html">Overview</a></li> 814<li><a href="package-summary.html">Package</a></li> 815<li class="navBarCell1Rev">Class</li> 816<li><a href="class-use/BaseSettings.html">Use</a></li> 817<li><a href="package-tree.html">Tree</a></li> 818<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 819<li><a href="../../../../../index-all.html">Index</a></li> 820<li><a href="../../../../../help-doc.html">Help</a></li> 821</ul> 822</div> 823<div class="subNav"> 824<ul class="navList"> 825<li>Prev Class</li> 826<li><a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg"><span class="strong">Next Class</span></a></li> 827</ul> 828<ul class="navList"> 829<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/cfg/BaseSettings.html" target="_top">Frames</a></li> 830<li><a href="BaseSettings.html" target="_top">No Frames</a></li> 831</ul> 832<ul class="navList" id="allclasses_navbar_bottom"> 833<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 834</ul> 835<div> 836<script type="text/javascript"><!-- 837 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 838 if(window==top) { 839 allClassesLink.style.display = "block"; 840 } 841 else { 842 allClassesLink.style.display = "none"; 843 } 844 //--> 845</script> 846</div> 847<div> 848<ul class="subNavList"> 849<li>Summary: </li> 850<li>Nested | </li> 851<li><a href="#field_summary">Field</a> | </li> 852<li><a href="#constructor_summary">Constr</a> | </li> 853<li><a href="#method_summary">Method</a></li> 854</ul> 855<ul class="subNavList"> 856<li>Detail: </li> 857<li><a href="#field_detail">Field</a> | </li> 858<li><a href="#constructor_detail">Constr</a> | </li> 859<li><a href="#method_detail">Method</a></li> 860</ul> 861</div> 862<a name="skip-navbar_bottom"> 863<!-- --> 864</a></div> 865<!-- ======== END OF BOTTOM NAVBAR ======= --> 866<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 867</body> 868</html> 869