1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_25) on Thu Jan 01 17:43:55 PST 2015 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>BaseSettings (jackson-databind 2.5.0 API)</title> 8<meta name="date" content="2015-01-01"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10</head> 11<body> 12<script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="BaseSettings (jackson-databind 2.5.0 API)"; 15 } 16//--> 17</script> 18<noscript> 19<div>JavaScript is disabled on your browser.</div> 20</noscript> 21<!-- ========= START OF TOP NAVBAR ======= --> 22<div class="topNav"><a name="navbar_top"> 23<!-- --> 24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 25<!-- --> 26</a> 27<ul class="navList" title="Navigation"> 28<li><a href="../../../../../overview-summary.html">Overview</a></li> 29<li><a href="package-summary.html">Package</a></li> 30<li class="navBarCell1Rev">Class</li> 31<li><a href="class-use/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/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 89<li> 90<ul class="inheritance"> 91<li>com.fasterxml.jackson.databind.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/6/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/6/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/6/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/6/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 com.fasterxml.jackson.core.Base64Variant</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 <code>Base64Variant</code> 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/6/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/6/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/6/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/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util"><code>TimeZone</code></a> used with serialization formats.</div> 179</td> 180</tr> 181<tr class="altColor"> 182<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> 183<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_typeFactory">_typeFactory</a></strong></code> 184<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; 185 needed to allow modules to add more custom type handling 186 (mostly to support types of non-Java JVM languages)</div> 187</td> 188</tr> 189<tr class="rowColor"> 190<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> 191<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_typeResolverBuilder">_typeResolverBuilder</a></strong></code> 192<div class="block">Type information handler used for "untyped" values (ones declared 193 to have type <code>Object.class</code>)</div> 194</td> 195</tr> 196<tr class="altColor"> 197<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> 198<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_visibilityChecker">_visibilityChecker</a></strong></code> 199<div class="block">Object used for determining whether specific property elements 200 (method, constructors, fields) can be auto-detected based on 201 their visibility (access modifiers).</div> 202</td> 203</tr> 204</table> 205</li> 206</ul> 207<!-- ======== CONSTRUCTOR SUMMARY ======== --> 208<ul class="blockList"> 209<li class="blockList"><a name="constructor_summary"> 210<!-- --> 211</a> 212<h3>Constructor Summary</h3> 213<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 214<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 215<tr> 216<th class="colOne" scope="col">Constructor and Description</th> 217</tr> 218<tr class="altColor"> 219<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#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)">BaseSettings</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> ci, 220 <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai, 221 <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> vc, 222 <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns, 223 <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> tf, 224 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> typer, 225 <a href="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> dateFormat, 226 <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> hi, 227 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> locale, 228 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a> tz, 229 com.fasterxml.jackson.core.Base64Variant defaultBase64)</code> </td> 230</tr> 231</table> 232</li> 233</ul> 234<!-- ========== METHOD SUMMARY =========== --> 235<ul class="blockList"> 236<li class="blockList"><a name="method_summary"> 237<!-- --> 238</a> 239<h3>Method Summary</h3> 240<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 241<caption><span>Methods</span><span class="tabEnd"> </span></caption> 242<tr> 243<th class="colFirst" scope="col">Modifier and Type</th> 244<th class="colLast" scope="col">Method and Description</th> 245</tr> 246<tr class="altColor"> 247<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a></code></td> 248<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getAnnotationIntrospector()">getAnnotationIntrospector</a></strong>()</code> </td> 249</tr> 250<tr class="rowColor"> 251<td class="colFirst"><code>com.fasterxml.jackson.core.Base64Variant</code></td> 252<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getBase64Variant()">getBase64Variant</a></strong>()</code> </td> 253</tr> 254<tr class="altColor"> 255<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> 256<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getClassIntrospector()">getClassIntrospector</a></strong>()</code> </td> 257</tr> 258<tr class="rowColor"> 259<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a></code></td> 260<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getDateFormat()">getDateFormat</a></strong>()</code> </td> 261</tr> 262<tr class="altColor"> 263<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> 264<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getHandlerInstantiator()">getHandlerInstantiator</a></strong>()</code> </td> 265</tr> 266<tr class="rowColor"> 267<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a></code></td> 268<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getLocale()">getLocale</a></strong>()</code> </td> 269</tr> 270<tr class="altColor"> 271<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 272<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getPropertyNamingStrategy()">getPropertyNamingStrategy</a></strong>()</code> </td> 273</tr> 274<tr class="rowColor"> 275<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a></code></td> 276<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getTimeZone()">getTimeZone</a></strong>()</code> </td> 277</tr> 278<tr class="altColor"> 279<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> 280<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getTypeFactory()">getTypeFactory</a></strong>()</code> </td> 281</tr> 282<tr class="rowColor"> 283<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> 284<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getTypeResolverBuilder()">getTypeResolverBuilder</a></strong>()</code> </td> 285</tr> 286<tr class="altColor"> 287<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> 288<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getVisibilityChecker()">getVisibilityChecker</a></strong>()</code> </td> 289</tr> 290<tr class="rowColor"> 291<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> 292<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#with(com.fasterxml.jackson.core.Base64Variant)">with</a></strong>(com.fasterxml.jackson.core.Base64Variant base64)</code> </td> 293</tr> 294<tr class="altColor"> 295<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> 296<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/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> l)</code> </td> 297</tr> 298<tr class="rowColor"> 299<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> 300<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/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a> tz)</code> 301<div class="block">Fluent factory for constructing a new instance that uses specified TimeZone.</div> 302</td> 303</tr> 304<tr class="altColor"> 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#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> 307</tr> 308<tr class="rowColor"> 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#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> 311</tr> 312<tr class="altColor"> 313<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> 314<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> 315</tr> 316<tr class="rowColor"> 317<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> 318<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/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> df)</code> </td> 319</tr> 320<tr class="altColor"> 321<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> 322<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> 323</tr> 324<tr class="rowColor"> 325<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> 326<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> 327</tr> 328<tr class="altColor"> 329<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> 330<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> 331</tr> 332<tr class="rowColor"> 333<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> 334<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> 335</tr> 336<tr class="altColor"> 337<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> 338<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> 339</tr> 340<tr class="rowColor"> 341<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> 342<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#withVisibility(com.fasterxml.jackson.annotation.PropertyAccessor, com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility)">withVisibility</a></strong>(com.fasterxml.jackson.annotation.PropertyAccessor forMethod, 343 com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility visibility)</code> </td> 344</tr> 345<tr class="altColor"> 346<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> 347<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> 348</tr> 349</table> 350<ul class="blockList"> 351<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 352<!-- --> 353</a> 354<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 355<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> 356</ul> 357</li> 358</ul> 359</li> 360</ul> 361</div> 362<div class="details"> 363<ul class="blockList"> 364<li class="blockList"> 365<!-- ============ FIELD DETAIL =========== --> 366<ul class="blockList"> 367<li class="blockList"><a name="field_detail"> 368<!-- --> 369</a> 370<h3>Field Detail</h3> 371<a name="_classIntrospector"> 372<!-- --> 373</a> 374<ul class="blockList"> 375<li class="blockList"> 376<h4>_classIntrospector</h4> 377<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> _classIntrospector</pre> 378<div class="block">Introspector used to figure out Bean properties needed for bean serialization 379 and deserialization. Overridable so that it is possible to change low-level 380 details of introspection, like adding new annotation types.</div> 381</li> 382</ul> 383<a name="_annotationIntrospector"> 384<!-- --> 385</a> 386<ul class="blockList"> 387<li class="blockList"> 388<h4>_annotationIntrospector</h4> 389<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> _annotationIntrospector</pre> 390<div class="block">Introspector used for accessing annotation value based configuration.</div> 391</li> 392</ul> 393<a name="_visibilityChecker"> 394<!-- --> 395</a> 396<ul class="blockList"> 397<li class="blockList"> 398<h4>_visibilityChecker</h4> 399<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> _visibilityChecker</pre> 400<div class="block">Object used for determining whether specific property elements 401 (method, constructors, fields) can be auto-detected based on 402 their visibility (access modifiers). Can be changed to allow 403 different minimum visibility levels for auto-detection. Note 404 that this is the global handler; individual types (classes) 405 can further override active checker used (using 406 <code>JsonAutoDetect</code> annotation)</div> 407</li> 408</ul> 409<a name="_propertyNamingStrategy"> 410<!-- --> 411</a> 412<ul class="blockList"> 413<li class="blockList"> 414<h4>_propertyNamingStrategy</h4> 415<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> _propertyNamingStrategy</pre> 416<div class="block">Custom property naming strategy in use, if any.</div> 417</li> 418</ul> 419<a name="_typeFactory"> 420<!-- --> 421</a> 422<ul class="blockList"> 423<li class="blockList"> 424<h4>_typeFactory</h4> 425<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> _typeFactory</pre> 426<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; 427 needed to allow modules to add more custom type handling 428 (mostly to support types of non-Java JVM languages)</div> 429</li> 430</ul> 431<a name="_typeResolverBuilder"> 432<!-- --> 433</a> 434<ul class="blockList"> 435<li class="blockList"> 436<h4>_typeResolverBuilder</h4> 437<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> _typeResolverBuilder</pre> 438<div class="block">Type information handler used for "untyped" values (ones declared 439 to have type <code>Object.class</code>)</div> 440</li> 441</ul> 442<a name="_dateFormat"> 443<!-- --> 444</a> 445<ul class="blockList"> 446<li class="blockList"> 447<h4>_dateFormat</h4> 448<pre>protected final <a href="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> _dateFormat</pre> 449<div class="block">Custom date format to use for de-serialization. If specified, will be 450 used instead of <a href="../../../../../com/fasterxml/jackson/databind/util/StdDateFormat.html" title="class in com.fasterxml.jackson.databind.util"><code>StdDateFormat</code></a>. 451<p> 452 Note that the configured format object will be cloned once per 453 deserialization process (first time it is needed)</div> 454</li> 455</ul> 456<a name="_handlerInstantiator"> 457<!-- --> 458</a> 459<ul class="blockList"> 460<li class="blockList"> 461<h4>_handlerInstantiator</h4> 462<pre>protected final <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> _handlerInstantiator</pre> 463<div class="block">Object used for creating instances of handlers (serializers, deserializers, 464 type and type id resolvers), given class to instantiate. This is typically 465 used to do additional configuration (with dependency injection, for example) 466 beyond simply construction of instances; or to use alternative constructors.</div> 467</li> 468</ul> 469<a name="_locale"> 470<!-- --> 471</a> 472<ul class="blockList"> 473<li class="blockList"> 474<h4>_locale</h4> 475<pre>protected final <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> _locale</pre> 476<div class="block">Default <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util"><code>Locale</code></a> used with serialization formats. 477 Default value is <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true#getDefault()" title="class or interface in java.util"><code>Locale.getDefault()</code></a>.</div> 478</li> 479</ul> 480<a name="_timeZone"> 481<!-- --> 482</a> 483<ul class="blockList"> 484<li class="blockList"> 485<h4>_timeZone</h4> 486<pre>protected final <a href="http://docs.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a> _timeZone</pre> 487<div class="block">Default <a href="http://docs.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util"><code>TimeZone</code></a> used with serialization formats. 488 Default value is <a href="http://docs.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true#getDefault()" title="class or interface in java.util"><code>TimeZone.getDefault()</code></a>, which is typically the 489 local time zone (unless overridden for JVM). 490<p> 491 Note that if a new value is set, time zone is also assigned to 492 <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_dateFormat"><code>_dateFormat</code></a> of this object.</div> 493</li> 494</ul> 495<a name="_defaultBase64"> 496<!-- --> 497</a> 498<ul class="blockListLast"> 499<li class="blockList"> 500<h4>_defaultBase64</h4> 501<pre>protected final com.fasterxml.jackson.core.Base64Variant _defaultBase64</pre> 502<div class="block">Explicitly default <code>Base64Variant</code> to use for handling 503 binary data (<code>byte[]</code>), used with data formats 504 that use base64 encoding (like JSON, CSV).</div> 505<dl><dt><span class="strong">Since:</span></dt> 506 <dd>2.1</dd></dl> 507</li> 508</ul> 509</li> 510</ul> 511<!-- ========= CONSTRUCTOR DETAIL ======== --> 512<ul class="blockList"> 513<li class="blockList"><a name="constructor_detail"> 514<!-- --> 515</a> 516<h3>Constructor Detail</h3> 517<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)"> 518<!-- --> 519</a> 520<ul class="blockListLast"> 521<li class="blockList"> 522<h4>BaseSettings</h4> 523<pre>public BaseSettings(<a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> ci, 524 <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai, 525 <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> vc, 526 <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns, 527 <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> tf, 528 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> typer, 529 <a href="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> dateFormat, 530 <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> hi, 531 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> locale, 532 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a> tz, 533 com.fasterxml.jackson.core.Base64Variant defaultBase64)</pre> 534</li> 535</ul> 536</li> 537</ul> 538<!-- ============ METHOD DETAIL ========== --> 539<ul class="blockList"> 540<li class="blockList"><a name="method_detail"> 541<!-- --> 542</a> 543<h3>Method Detail</h3> 544<a name="withClassIntrospector(com.fasterxml.jackson.databind.introspect.ClassIntrospector)"> 545<!-- --> 546</a> 547<ul class="blockList"> 548<li class="blockList"> 549<h4>withClassIntrospector</h4> 550<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> 551</li> 552</ul> 553<a name="withAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)"> 554<!-- --> 555</a> 556<ul class="blockList"> 557<li class="blockList"> 558<h4>withAnnotationIntrospector</h4> 559<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> 560</li> 561</ul> 562<a name="withInsertedAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)"> 563<!-- --> 564</a> 565<ul class="blockList"> 566<li class="blockList"> 567<h4>withInsertedAnnotationIntrospector</h4> 568<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> 569</li> 570</ul> 571<a name="withAppendedAnnotationIntrospector(com.fasterxml.jackson.databind.AnnotationIntrospector)"> 572<!-- --> 573</a> 574<ul class="blockList"> 575<li class="blockList"> 576<h4>withAppendedAnnotationIntrospector</h4> 577<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> 578</li> 579</ul> 580<a name="withVisibilityChecker(com.fasterxml.jackson.databind.introspect.VisibilityChecker)"> 581<!-- --> 582</a> 583<ul class="blockList"> 584<li class="blockList"> 585<h4>withVisibilityChecker</h4> 586<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> 587</li> 588</ul> 589<a name="withVisibility(com.fasterxml.jackson.annotation.PropertyAccessor, com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility)"> 590<!-- --> 591</a> 592<ul class="blockList"> 593<li class="blockList"> 594<h4>withVisibility</h4> 595<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> withVisibility(com.fasterxml.jackson.annotation.PropertyAccessor forMethod, 596 com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility visibility)</pre> 597</li> 598</ul> 599<a name="withPropertyNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy)"> 600<!-- --> 601</a> 602<ul class="blockList"> 603<li class="blockList"> 604<h4>withPropertyNamingStrategy</h4> 605<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> 606</li> 607</ul> 608<a name="withTypeFactory(com.fasterxml.jackson.databind.type.TypeFactory)"> 609<!-- --> 610</a> 611<ul class="blockList"> 612<li class="blockList"> 613<h4>withTypeFactory</h4> 614<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> 615</li> 616</ul> 617<a name="withTypeResolverBuilder(com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder)"> 618<!-- --> 619</a> 620<ul class="blockList"> 621<li class="blockList"> 622<h4>withTypeResolverBuilder</h4> 623<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> 624</li> 625</ul> 626<a name="withDateFormat(java.text.DateFormat)"> 627<!-- --> 628</a> 629<ul class="blockList"> 630<li class="blockList"> 631<h4>withDateFormat</h4> 632<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/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> df)</pre> 633</li> 634</ul> 635<a name="withHandlerInstantiator(com.fasterxml.jackson.databind.cfg.HandlerInstantiator)"> 636<!-- --> 637</a> 638<ul class="blockList"> 639<li class="blockList"> 640<h4>withHandlerInstantiator</h4> 641<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> 642</li> 643</ul> 644<a name="with(java.util.Locale)"> 645<!-- --> 646</a> 647<ul class="blockList"> 648<li class="blockList"> 649<h4>with</h4> 650<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/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> l)</pre> 651</li> 652</ul> 653<a name="with(java.util.TimeZone)"> 654<!-- --> 655</a> 656<ul class="blockList"> 657<li class="blockList"> 658<h4>with</h4> 659<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/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a> tz)</pre> 660<div class="block">Fluent factory for constructing a new instance that uses specified TimeZone. 661 Note that timezone used with also be assigned to configured <a href="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text"><code>DateFormat</code></a>, 662 changing time formatting defaults.</div> 663</li> 664</ul> 665<a name="with(com.fasterxml.jackson.core.Base64Variant)"> 666<!-- --> 667</a> 668<ul class="blockList"> 669<li class="blockList"> 670<h4>with</h4> 671<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a> with(com.fasterxml.jackson.core.Base64Variant base64)</pre> 672<dl><dt><span class="strong">Since:</span></dt> 673 <dd>2.1</dd></dl> 674</li> 675</ul> 676<a name="getClassIntrospector()"> 677<!-- --> 678</a> 679<ul class="blockList"> 680<li class="blockList"> 681<h4>getClassIntrospector</h4> 682<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/ClassIntrospector.html" title="class in com.fasterxml.jackson.databind.introspect">ClassIntrospector</a> getClassIntrospector()</pre> 683</li> 684</ul> 685<a name="getAnnotationIntrospector()"> 686<!-- --> 687</a> 688<ul class="blockList"> 689<li class="blockList"> 690<h4>getAnnotationIntrospector</h4> 691<pre>public <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> getAnnotationIntrospector()</pre> 692</li> 693</ul> 694<a name="getVisibilityChecker()"> 695<!-- --> 696</a> 697<ul class="blockList"> 698<li class="blockList"> 699<h4>getVisibilityChecker</h4> 700<pre>public <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> getVisibilityChecker()</pre> 701</li> 702</ul> 703<a name="getPropertyNamingStrategy()"> 704<!-- --> 705</a> 706<ul class="blockList"> 707<li class="blockList"> 708<h4>getPropertyNamingStrategy</h4> 709<pre>public <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> getPropertyNamingStrategy()</pre> 710</li> 711</ul> 712<a name="getTypeFactory()"> 713<!-- --> 714</a> 715<ul class="blockList"> 716<li class="blockList"> 717<h4>getTypeFactory</h4> 718<pre>public <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> getTypeFactory()</pre> 719</li> 720</ul> 721<a name="getTypeResolverBuilder()"> 722<!-- --> 723</a> 724<ul class="blockList"> 725<li class="blockList"> 726<h4>getTypeResolverBuilder</h4> 727<pre>public <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> getTypeResolverBuilder()</pre> 728</li> 729</ul> 730<a name="getDateFormat()"> 731<!-- --> 732</a> 733<ul class="blockList"> 734<li class="blockList"> 735<h4>getDateFormat</h4> 736<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text">DateFormat</a> getDateFormat()</pre> 737</li> 738</ul> 739<a name="getHandlerInstantiator()"> 740<!-- --> 741</a> 742<ul class="blockList"> 743<li class="blockList"> 744<h4>getHandlerInstantiator</h4> 745<pre>public <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> getHandlerInstantiator()</pre> 746</li> 747</ul> 748<a name="getLocale()"> 749<!-- --> 750</a> 751<ul class="blockList"> 752<li class="blockList"> 753<h4>getLocale</h4> 754<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> getLocale()</pre> 755</li> 756</ul> 757<a name="getTimeZone()"> 758<!-- --> 759</a> 760<ul class="blockList"> 761<li class="blockList"> 762<h4>getTimeZone</h4> 763<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a> getTimeZone()</pre> 764</li> 765</ul> 766<a name="getBase64Variant()"> 767<!-- --> 768</a> 769<ul class="blockListLast"> 770<li class="blockList"> 771<h4>getBase64Variant</h4> 772<pre>public com.fasterxml.jackson.core.Base64Variant getBase64Variant()</pre> 773</li> 774</ul> 775</li> 776</ul> 777</li> 778</ul> 779</div> 780</div> 781<!-- ========= END OF CLASS DATA ========= --> 782<!-- ======= START OF BOTTOM NAVBAR ====== --> 783<div class="bottomNav"><a name="navbar_bottom"> 784<!-- --> 785</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 786<!-- --> 787</a> 788<ul class="navList" title="Navigation"> 789<li><a href="../../../../../overview-summary.html">Overview</a></li> 790<li><a href="package-summary.html">Package</a></li> 791<li class="navBarCell1Rev">Class</li> 792<li><a href="class-use/BaseSettings.html">Use</a></li> 793<li><a href="package-tree.html">Tree</a></li> 794<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 795<li><a href="../../../../../index-all.html">Index</a></li> 796<li><a href="../../../../../help-doc.html">Help</a></li> 797</ul> 798</div> 799<div class="subNav"> 800<ul class="navList"> 801<li>Prev Class</li> 802<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> 803</ul> 804<ul class="navList"> 805<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/cfg/BaseSettings.html" target="_top">Frames</a></li> 806<li><a href="BaseSettings.html" target="_top">No Frames</a></li> 807</ul> 808<ul class="navList" id="allclasses_navbar_bottom"> 809<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 810</ul> 811<div> 812<script type="text/javascript"><!-- 813 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 814 if(window==top) { 815 allClassesLink.style.display = "block"; 816 } 817 else { 818 allClassesLink.style.display = "none"; 819 } 820 //--> 821</script> 822</div> 823<div> 824<ul class="subNavList"> 825<li>Summary: </li> 826<li>Nested | </li> 827<li><a href="#field_summary">Field</a> | </li> 828<li><a href="#constructor_summary">Constr</a> | </li> 829<li><a href="#method_summary">Method</a></li> 830</ul> 831<ul class="subNavList"> 832<li>Detail: </li> 833<li><a href="#field_detail">Field</a> | </li> 834<li><a href="#constructor_detail">Constr</a> | </li> 835<li><a href="#method_detail">Method</a></li> 836</ul> 837</div> 838<a name="skip-navbar_bottom"> 839<!-- --> 840</a></div> 841<!-- ======== END OF BOTTOM NAVBAR ======= --> 842<p class="legalCopy"><small>Copyright © 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 843</body> 844</html> 845