• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_10-ea) on Sun Jul 14 20:03:26 PDT 2013 -->
6<title>MapperConfig.Base (Jackson JSON Processor)</title>
7<meta name="date" content="2013-07-14">
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="MapperConfig.Base (Jackson JSON Processor)";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../../overview-summary.html">Overview</a></li>
28<li><a href="package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/MapperConfig.Base.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-all.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="class in org.codehaus.jackson.map"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html" title="interface in org.codehaus.jackson.map"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?org/codehaus/jackson/map/MapperConfig.Base.html" target="_top">Frames</a></li>
44<li><a href="MapperConfig.Base.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Nested&nbsp;|&nbsp;</li>
65<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
66<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
72<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
73<li><a href="#method_detail">Method</a></li>
74</ul>
75</div>
76<a name="skip-navbar_top">
77<!--   -->
78</a></div>
79<!-- ========= END OF TOP NAVBAR ========= -->
80<!-- ======== START OF CLASS DATA ======== -->
81<div class="header">
82<div class="subTitle">org.codehaus.jackson.map</div>
83<h2 title="Class MapperConfig.Base" class="title">Class MapperConfig.Base</h2>
84</div>
85<div class="contentContainer">
86<ul class="inheritance">
87<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>
88<li>
89<ul class="inheritance">
90<li>org.codehaus.jackson.map.MapperConfig.Base</li>
91</ul>
92</li>
93</ul>
94<div class="description">
95<ul class="blockList">
96<li class="blockList">
97<dl>
98<dt>Enclosing class:</dt>
99<dd><a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="class in org.codehaus.jackson.map">MapperConfig</a>&lt;<a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="type parameter in MapperConfig">T</a> extends <a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="class in org.codehaus.jackson.map">MapperConfig</a>&lt;<a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="type parameter in MapperConfig">T</a>&gt;&gt;</dd>
100</dl>
101<hr>
102<br>
103<pre>public static class <span class="strong">MapperConfig.Base</span>
104extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
105<div class="block">Immutable container class used to store simple configuration
106 settings. Since instances are fully immutable, instances can
107 be freely shared and used without synchronization.</div>
108</li>
109</ul>
110</div>
111<div class="summary">
112<ul class="blockList">
113<li class="blockList">
114<!-- =========== FIELD SUMMARY =========== -->
115<ul class="blockList">
116<li class="blockList"><a name="field_summary">
117<!--   -->
118</a>
119<h3>Field Summary</h3>
120<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
121<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
122<tr>
123<th class="colFirst" scope="col">Modifier and Type</th>
124<th class="colLast" scope="col">Field and Description</th>
125</tr>
126<tr class="altColor">
127<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a></code></td>
128<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#_annotationIntrospector">_annotationIntrospector</a></strong></code>
129<div class="block">Introspector used for accessing annotation value based configuration.</div>
130</td>
131</tr>
132<tr class="rowColor">
133<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a>&lt;? extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>&gt;</code></td>
134<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#_classIntrospector">_classIntrospector</a></strong></code>
135<div class="block">Introspector used to figure out Bean properties needed for bean serialization
136 and deserialization.</div>
137</td>
138</tr>
139<tr class="altColor">
140<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>
141<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#_dateFormat">_dateFormat</a></strong></code>
142<div class="block">Custom date format to use for de-serialization.</div>
143</td>
144</tr>
145<tr class="rowColor">
146<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a></code></td>
147<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#_handlerInstantiator">_handlerInstantiator</a></strong></code>
148<div class="block">Object used for creating instances of handlers (serializers, deserializers,
149 type and type id resolvers), given class to instantiate.</div>
150</td>
151</tr>
152<tr class="altColor">
153<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a></code></td>
154<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#_propertyNamingStrategy">_propertyNamingStrategy</a></strong></code>
155<div class="block">Custom property naming strategy in use, if any.</div>
156</td>
157</tr>
158<tr class="rowColor">
159<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/type/TypeFactory.html" title="class in org.codehaus.jackson.map.type">TypeFactory</a></code></td>
160<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#_typeFactory">_typeFactory</a></strong></code>
161<div class="block">Specific factory used for creating <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type"><code>JavaType</code></a> instances;
162 needed to allow modules to add more custom type handling
163 (mostly to support types of non-Java JVM languages)</div>
164</td>
165</tr>
166<tr class="altColor">
167<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype">TypeResolverBuilder</a>&lt;?&gt;</code></td>
168<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#_typeResolverBuilder">_typeResolverBuilder</a></strong></code>
169<div class="block">Type information handler used for "untyped" values (ones declared
170 to have type <code>Object.class</code>)</div>
171</td>
172</tr>
173<tr class="rowColor">
174<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/map/introspect/VisibilityChecker.html" title="interface in org.codehaus.jackson.map.introspect">VisibilityChecker</a>&lt;?&gt;</code></td>
175<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#_visibilityChecker">_visibilityChecker</a></strong></code>
176<div class="block">Object used for determining whether specific property elements
177 (method, constructors, fields) can be auto-detected based on
178 their visibility (access modifiers).</div>
179</td>
180</tr>
181</table>
182</li>
183</ul>
184<!-- ======== CONSTRUCTOR SUMMARY ======== -->
185<ul class="blockList">
186<li class="blockList"><a name="constructor_summary">
187<!--   -->
188</a>
189<h3>Constructor Summary</h3>
190<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
191<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
192<tr>
193<th class="colOne" scope="col">Constructor and Description</th>
194</tr>
195<tr class="altColor">
196<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#MapperConfig.Base(org.codehaus.jackson.map.ClassIntrospector, org.codehaus.jackson.map.AnnotationIntrospector, org.codehaus.jackson.map.introspect.VisibilityChecker, org.codehaus.jackson.map.PropertyNamingStrategy, org.codehaus.jackson.map.type.TypeFactory, org.codehaus.jackson.map.jsontype.TypeResolverBuilder, java.text.DateFormat, org.codehaus.jackson.map.HandlerInstantiator)">MapperConfig.Base</a></strong>(<a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a>&lt;? extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>&gt;&nbsp;ci,
197                 <a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;ai,
198                 <a href="../../../../org/codehaus/jackson/map/introspect/VisibilityChecker.html" title="interface in org.codehaus.jackson.map.introspect">VisibilityChecker</a>&lt;?&gt;&nbsp;vc,
199                 <a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a>&nbsp;pns,
200                 <a href="../../../../org/codehaus/jackson/map/type/TypeFactory.html" title="class in org.codehaus.jackson.map.type">TypeFactory</a>&nbsp;tf,
201                 <a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype">TypeResolverBuilder</a>&lt;?&gt;&nbsp;typer,
202                 <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>&nbsp;dateFormat,
203                 <a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a>&nbsp;hi)</code>&nbsp;</td>
204</tr>
205</table>
206</li>
207</ul>
208<!-- ========== METHOD SUMMARY =========== -->
209<ul class="blockList">
210<li class="blockList"><a name="method_summary">
211<!--   -->
212</a>
213<h3>Method Summary</h3>
214<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
215<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
216<tr>
217<th class="colFirst" scope="col">Modifier and Type</th>
218<th class="colLast" scope="col">Method and Description</th>
219</tr>
220<tr class="altColor">
221<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a></code></td>
222<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#getAnnotationIntrospector()">getAnnotationIntrospector</a></strong>()</code>&nbsp;</td>
223</tr>
224<tr class="rowColor">
225<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a>&lt;? extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>&gt;</code></td>
226<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#getClassIntrospector()">getClassIntrospector</a></strong>()</code>&nbsp;</td>
227</tr>
228<tr class="altColor">
229<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>
230<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#getDateFormat()">getDateFormat</a></strong>()</code>&nbsp;</td>
231</tr>
232<tr class="rowColor">
233<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a></code></td>
234<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#getHandlerInstantiator()">getHandlerInstantiator</a></strong>()</code>&nbsp;</td>
235</tr>
236<tr class="altColor">
237<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a></code></td>
238<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#getPropertyNamingStrategy()">getPropertyNamingStrategy</a></strong>()</code>&nbsp;</td>
239</tr>
240<tr class="rowColor">
241<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/type/TypeFactory.html" title="class in org.codehaus.jackson.map.type">TypeFactory</a></code></td>
242<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#getTypeFactory()">getTypeFactory</a></strong>()</code>&nbsp;</td>
243</tr>
244<tr class="altColor">
245<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype">TypeResolverBuilder</a>&lt;?&gt;</code></td>
246<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#getTypeResolverBuilder()">getTypeResolverBuilder</a></strong>()</code>&nbsp;</td>
247</tr>
248<tr class="rowColor">
249<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/introspect/VisibilityChecker.html" title="interface in org.codehaus.jackson.map.introspect">VisibilityChecker</a>&lt;?&gt;</code></td>
250<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#getVisibilityChecker()">getVisibilityChecker</a></strong>()</code>&nbsp;</td>
251</tr>
252<tr class="altColor">
253<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
254<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withAnnotationIntrospector(org.codehaus.jackson.map.AnnotationIntrospector)">withAnnotationIntrospector</a></strong>(<a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;ai)</code>&nbsp;</td>
255</tr>
256<tr class="rowColor">
257<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
258<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withAppendedAnnotationIntrospector(org.codehaus.jackson.map.AnnotationIntrospector)">withAppendedAnnotationIntrospector</a></strong>(<a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;ai)</code>&nbsp;</td>
259</tr>
260<tr class="altColor">
261<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
262<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withClassIntrospector(org.codehaus.jackson.map.ClassIntrospector)">withClassIntrospector</a></strong>(<a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a>&lt;? extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>&gt;&nbsp;ci)</code>&nbsp;</td>
263</tr>
264<tr class="rowColor">
265<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
266<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.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>&nbsp;df)</code>&nbsp;</td>
267</tr>
268<tr class="altColor">
269<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
270<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withHandlerInstantiator(org.codehaus.jackson.map.HandlerInstantiator)">withHandlerInstantiator</a></strong>(<a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a>&nbsp;hi)</code>&nbsp;</td>
271</tr>
272<tr class="rowColor">
273<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
274<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withInsertedAnnotationIntrospector(org.codehaus.jackson.map.AnnotationIntrospector)">withInsertedAnnotationIntrospector</a></strong>(<a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;ai)</code>&nbsp;</td>
275</tr>
276<tr class="altColor">
277<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
278<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withPropertyNamingStrategy(org.codehaus.jackson.map.PropertyNamingStrategy)">withPropertyNamingStrategy</a></strong>(<a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a>&nbsp;pns)</code>&nbsp;</td>
279</tr>
280<tr class="rowColor">
281<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
282<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withTypeFactory(org.codehaus.jackson.map.type.TypeFactory)">withTypeFactory</a></strong>(<a href="../../../../org/codehaus/jackson/map/type/TypeFactory.html" title="class in org.codehaus.jackson.map.type">TypeFactory</a>&nbsp;tf)</code>&nbsp;</td>
283</tr>
284<tr class="altColor">
285<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
286<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withTypeResolverBuilder(org.codehaus.jackson.map.jsontype.TypeResolverBuilder)">withTypeResolverBuilder</a></strong>(<a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype">TypeResolverBuilder</a>&lt;?&gt;&nbsp;typer)</code>&nbsp;</td>
287</tr>
288<tr class="rowColor">
289<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
290<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withVisibility(org.codehaus.jackson.annotate.JsonMethod, org.codehaus.jackson.annotate.JsonAutoDetect.Visibility)">withVisibility</a></strong>(<a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a>&nbsp;forMethod,
291              <a href="../../../../org/codehaus/jackson/annotate/JsonAutoDetect.Visibility.html" title="enum in org.codehaus.jackson.annotate">JsonAutoDetect.Visibility</a>&nbsp;visibility)</code>&nbsp;</td>
292</tr>
293<tr class="altColor">
294<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a></code></td>
295<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html#withVisibilityChecker(org.codehaus.jackson.map.introspect.VisibilityChecker)">withVisibilityChecker</a></strong>(<a href="../../../../org/codehaus/jackson/map/introspect/VisibilityChecker.html" title="interface in org.codehaus.jackson.map.introspect">VisibilityChecker</a>&lt;?&gt;&nbsp;vc)</code>&nbsp;</td>
296</tr>
297</table>
298<ul class="blockList">
299<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
300<!--   -->
301</a>
302<h3>Methods inherited from class&nbsp;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>
303<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>
304</ul>
305</li>
306</ul>
307</li>
308</ul>
309</div>
310<div class="details">
311<ul class="blockList">
312<li class="blockList">
313<!-- ============ FIELD DETAIL =========== -->
314<ul class="blockList">
315<li class="blockList"><a name="field_detail">
316<!--   -->
317</a>
318<h3>Field Detail</h3>
319<a name="_classIntrospector">
320<!--   -->
321</a>
322<ul class="blockList">
323<li class="blockList">
324<h4>_classIntrospector</h4>
325<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a>&lt;? extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>&gt; _classIntrospector</pre>
326<div class="block">Introspector used to figure out Bean properties needed for bean serialization
327 and deserialization. Overridable so that it is possible to change low-level
328 details of introspection, like adding new annotation types.</div>
329</li>
330</ul>
331<a name="_annotationIntrospector">
332<!--   -->
333</a>
334<ul class="blockList">
335<li class="blockList">
336<h4>_annotationIntrospector</h4>
337<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a> _annotationIntrospector</pre>
338<div class="block">Introspector used for accessing annotation value based configuration.</div>
339</li>
340</ul>
341<a name="_visibilityChecker">
342<!--   -->
343</a>
344<ul class="blockList">
345<li class="blockList">
346<h4>_visibilityChecker</h4>
347<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/map/introspect/VisibilityChecker.html" title="interface in org.codehaus.jackson.map.introspect">VisibilityChecker</a>&lt;?&gt; _visibilityChecker</pre>
348<div class="block">Object used for determining whether specific property elements
349 (method, constructors, fields) can be auto-detected based on
350 their visibility (access modifiers). Can be changed to allow
351 different minimum visibility levels for auto-detection. Note
352 that this is the global handler; individual types (classes)
353 can further override active checker used (using
354 <a href="../../../../org/codehaus/jackson/annotate/JsonAutoDetect.html" title="annotation in org.codehaus.jackson.annotate"><code>JsonAutoDetect</code></a> annotation)</div>
355<dl><dt><span class="strong">Since:</span></dt>
356  <dd>1.5</dd></dl>
357</li>
358</ul>
359<a name="_propertyNamingStrategy">
360<!--   -->
361</a>
362<ul class="blockList">
363<li class="blockList">
364<h4>_propertyNamingStrategy</h4>
365<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a> _propertyNamingStrategy</pre>
366<div class="block">Custom property naming strategy in use, if any.</div>
367<dl><dt><span class="strong">Since:</span></dt>
368  <dd>1.8</dd></dl>
369</li>
370</ul>
371<a name="_typeFactory">
372<!--   -->
373</a>
374<ul class="blockList">
375<li class="blockList">
376<h4>_typeFactory</h4>
377<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/map/type/TypeFactory.html" title="class in org.codehaus.jackson.map.type">TypeFactory</a> _typeFactory</pre>
378<div class="block">Specific factory used for creating <a href="../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type"><code>JavaType</code></a> instances;
379 needed to allow modules to add more custom type handling
380 (mostly to support types of non-Java JVM languages)</div>
381</li>
382</ul>
383<a name="_typeResolverBuilder">
384<!--   -->
385</a>
386<ul class="blockList">
387<li class="blockList">
388<h4>_typeResolverBuilder</h4>
389<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype">TypeResolverBuilder</a>&lt;?&gt; _typeResolverBuilder</pre>
390<div class="block">Type information handler used for "untyped" values (ones declared
391 to have type <code>Object.class</code>)</div>
392<dl><dt><span class="strong">Since:</span></dt>
393  <dd>1.5</dd></dl>
394</li>
395</ul>
396<a name="_dateFormat">
397<!--   -->
398</a>
399<ul class="blockList">
400<li class="blockList">
401<h4>_dateFormat</h4>
402<pre>protected final&nbsp;<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>
403<div class="block">Custom date format to use for de-serialization. If specified, will be
404 used instead of <a href="../../../../org/codehaus/jackson/map/util/StdDateFormat.html" title="class in org.codehaus.jackson.map.util"><code>StdDateFormat</code></a>.
405<p>
406 Note that the configured format object will be cloned once per
407 deserialization process (first time it is needed)</div>
408</li>
409</ul>
410<a name="_handlerInstantiator">
411<!--   -->
412</a>
413<ul class="blockListLast">
414<li class="blockList">
415<h4>_handlerInstantiator</h4>
416<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a> _handlerInstantiator</pre>
417<div class="block">Object used for creating instances of handlers (serializers, deserializers,
418 type and type id resolvers), given class to instantiate. This is typically
419 used to do additional configuration (with dependency injection, for example)
420 beyond simply construction of instances; or to use alternative constructors.</div>
421</li>
422</ul>
423</li>
424</ul>
425<!-- ========= CONSTRUCTOR DETAIL ======== -->
426<ul class="blockList">
427<li class="blockList"><a name="constructor_detail">
428<!--   -->
429</a>
430<h3>Constructor Detail</h3>
431<a name="MapperConfig.Base(org.codehaus.jackson.map.ClassIntrospector, org.codehaus.jackson.map.AnnotationIntrospector, org.codehaus.jackson.map.introspect.VisibilityChecker, org.codehaus.jackson.map.PropertyNamingStrategy, org.codehaus.jackson.map.type.TypeFactory, org.codehaus.jackson.map.jsontype.TypeResolverBuilder, java.text.DateFormat, org.codehaus.jackson.map.HandlerInstantiator)">
432<!--   -->
433</a>
434<ul class="blockListLast">
435<li class="blockList">
436<h4>MapperConfig.Base</h4>
437<pre>public&nbsp;MapperConfig.Base(<a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a>&lt;? extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>&gt;&nbsp;ci,
438                 <a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;ai,
439                 <a href="../../../../org/codehaus/jackson/map/introspect/VisibilityChecker.html" title="interface in org.codehaus.jackson.map.introspect">VisibilityChecker</a>&lt;?&gt;&nbsp;vc,
440                 <a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a>&nbsp;pns,
441                 <a href="../../../../org/codehaus/jackson/map/type/TypeFactory.html" title="class in org.codehaus.jackson.map.type">TypeFactory</a>&nbsp;tf,
442                 <a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype">TypeResolverBuilder</a>&lt;?&gt;&nbsp;typer,
443                 <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>&nbsp;dateFormat,
444                 <a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a>&nbsp;hi)</pre>
445</li>
446</ul>
447</li>
448</ul>
449<!-- ============ METHOD DETAIL ========== -->
450<ul class="blockList">
451<li class="blockList"><a name="method_detail">
452<!--   -->
453</a>
454<h3>Method Detail</h3>
455<a name="withClassIntrospector(org.codehaus.jackson.map.ClassIntrospector)">
456<!--   -->
457</a>
458<ul class="blockList">
459<li class="blockList">
460<h4>withClassIntrospector</h4>
461<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withClassIntrospector(<a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a>&lt;? extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>&gt;&nbsp;ci)</pre>
462</li>
463</ul>
464<a name="withAnnotationIntrospector(org.codehaus.jackson.map.AnnotationIntrospector)">
465<!--   -->
466</a>
467<ul class="blockList">
468<li class="blockList">
469<h4>withAnnotationIntrospector</h4>
470<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withAnnotationIntrospector(<a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;ai)</pre>
471</li>
472</ul>
473<a name="withInsertedAnnotationIntrospector(org.codehaus.jackson.map.AnnotationIntrospector)">
474<!--   -->
475</a>
476<ul class="blockList">
477<li class="blockList">
478<h4>withInsertedAnnotationIntrospector</h4>
479<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withInsertedAnnotationIntrospector(<a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;ai)</pre>
480</li>
481</ul>
482<a name="withAppendedAnnotationIntrospector(org.codehaus.jackson.map.AnnotationIntrospector)">
483<!--   -->
484</a>
485<ul class="blockList">
486<li class="blockList">
487<h4>withAppendedAnnotationIntrospector</h4>
488<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withAppendedAnnotationIntrospector(<a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;ai)</pre>
489</li>
490</ul>
491<a name="withVisibilityChecker(org.codehaus.jackson.map.introspect.VisibilityChecker)">
492<!--   -->
493</a>
494<ul class="blockList">
495<li class="blockList">
496<h4>withVisibilityChecker</h4>
497<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withVisibilityChecker(<a href="../../../../org/codehaus/jackson/map/introspect/VisibilityChecker.html" title="interface in org.codehaus.jackson.map.introspect">VisibilityChecker</a>&lt;?&gt;&nbsp;vc)</pre>
498</li>
499</ul>
500<a name="withVisibility(org.codehaus.jackson.annotate.JsonMethod, org.codehaus.jackson.annotate.JsonAutoDetect.Visibility)">
501<!--   -->
502</a>
503<ul class="blockList">
504<li class="blockList">
505<h4>withVisibility</h4>
506<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withVisibility(<a href="../../../../org/codehaus/jackson/annotate/JsonMethod.html" title="enum in org.codehaus.jackson.annotate">JsonMethod</a>&nbsp;forMethod,
507                               <a href="../../../../org/codehaus/jackson/annotate/JsonAutoDetect.Visibility.html" title="enum in org.codehaus.jackson.annotate">JsonAutoDetect.Visibility</a>&nbsp;visibility)</pre>
508</li>
509</ul>
510<a name="withPropertyNamingStrategy(org.codehaus.jackson.map.PropertyNamingStrategy)">
511<!--   -->
512</a>
513<ul class="blockList">
514<li class="blockList">
515<h4>withPropertyNamingStrategy</h4>
516<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withPropertyNamingStrategy(<a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a>&nbsp;pns)</pre>
517</li>
518</ul>
519<a name="withTypeFactory(org.codehaus.jackson.map.type.TypeFactory)">
520<!--   -->
521</a>
522<ul class="blockList">
523<li class="blockList">
524<h4>withTypeFactory</h4>
525<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withTypeFactory(<a href="../../../../org/codehaus/jackson/map/type/TypeFactory.html" title="class in org.codehaus.jackson.map.type">TypeFactory</a>&nbsp;tf)</pre>
526</li>
527</ul>
528<a name="withTypeResolverBuilder(org.codehaus.jackson.map.jsontype.TypeResolverBuilder)">
529<!--   -->
530</a>
531<ul class="blockList">
532<li class="blockList">
533<h4>withTypeResolverBuilder</h4>
534<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withTypeResolverBuilder(<a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype">TypeResolverBuilder</a>&lt;?&gt;&nbsp;typer)</pre>
535</li>
536</ul>
537<a name="withDateFormat(java.text.DateFormat)">
538<!--   -->
539</a>
540<ul class="blockList">
541<li class="blockList">
542<h4>withDateFormat</h4>
543<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;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>&nbsp;df)</pre>
544</li>
545</ul>
546<a name="withHandlerInstantiator(org.codehaus.jackson.map.HandlerInstantiator)">
547<!--   -->
548</a>
549<ul class="blockList">
550<li class="blockList">
551<h4>withHandlerInstantiator</h4>
552<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/MapperConfig.Base.html" title="class in org.codehaus.jackson.map">MapperConfig.Base</a>&nbsp;withHandlerInstantiator(<a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a>&nbsp;hi)</pre>
553</li>
554</ul>
555<a name="getClassIntrospector()">
556<!--   -->
557</a>
558<ul class="blockList">
559<li class="blockList">
560<h4>getClassIntrospector</h4>
561<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map">ClassIntrospector</a>&lt;? extends <a href="../../../../org/codehaus/jackson/map/BeanDescription.html" title="class in org.codehaus.jackson.map">BeanDescription</a>&gt;&nbsp;getClassIntrospector()</pre>
562</li>
563</ul>
564<a name="getAnnotationIntrospector()">
565<!--   -->
566</a>
567<ul class="blockList">
568<li class="blockList">
569<h4>getAnnotationIntrospector</h4>
570<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/AnnotationIntrospector.html" title="class in org.codehaus.jackson.map">AnnotationIntrospector</a>&nbsp;getAnnotationIntrospector()</pre>
571</li>
572</ul>
573<a name="getVisibilityChecker()">
574<!--   -->
575</a>
576<ul class="blockList">
577<li class="blockList">
578<h4>getVisibilityChecker</h4>
579<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/introspect/VisibilityChecker.html" title="interface in org.codehaus.jackson.map.introspect">VisibilityChecker</a>&lt;?&gt;&nbsp;getVisibilityChecker()</pre>
580</li>
581</ul>
582<a name="getPropertyNamingStrategy()">
583<!--   -->
584</a>
585<ul class="blockList">
586<li class="blockList">
587<h4>getPropertyNamingStrategy</h4>
588<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/PropertyNamingStrategy.html" title="class in org.codehaus.jackson.map">PropertyNamingStrategy</a>&nbsp;getPropertyNamingStrategy()</pre>
589</li>
590</ul>
591<a name="getTypeFactory()">
592<!--   -->
593</a>
594<ul class="blockList">
595<li class="blockList">
596<h4>getTypeFactory</h4>
597<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/type/TypeFactory.html" title="class in org.codehaus.jackson.map.type">TypeFactory</a>&nbsp;getTypeFactory()</pre>
598</li>
599</ul>
600<a name="getTypeResolverBuilder()">
601<!--   -->
602</a>
603<ul class="blockList">
604<li class="blockList">
605<h4>getTypeResolverBuilder</h4>
606<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/jsontype/TypeResolverBuilder.html" title="interface in org.codehaus.jackson.map.jsontype">TypeResolverBuilder</a>&lt;?&gt;&nbsp;getTypeResolverBuilder()</pre>
607</li>
608</ul>
609<a name="getDateFormat()">
610<!--   -->
611</a>
612<ul class="blockList">
613<li class="blockList">
614<h4>getDateFormat</h4>
615<pre>public&nbsp;<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>&nbsp;getDateFormat()</pre>
616</li>
617</ul>
618<a name="getHandlerInstantiator()">
619<!--   -->
620</a>
621<ul class="blockListLast">
622<li class="blockList">
623<h4>getHandlerInstantiator</h4>
624<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/map/HandlerInstantiator.html" title="class in org.codehaus.jackson.map">HandlerInstantiator</a>&nbsp;getHandlerInstantiator()</pre>
625</li>
626</ul>
627</li>
628</ul>
629</li>
630</ul>
631</div>
632</div>
633<!-- ========= END OF CLASS DATA ========= -->
634<!-- ======= START OF BOTTOM NAVBAR ====== -->
635<div class="bottomNav"><a name="navbar_bottom">
636<!--   -->
637</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
638<!--   -->
639</a>
640<ul class="navList" title="Navigation">
641<li><a href="../../../../overview-summary.html">Overview</a></li>
642<li><a href="package-summary.html">Package</a></li>
643<li class="navBarCell1Rev">Class</li>
644<li><a href="class-use/MapperConfig.Base.html">Use</a></li>
645<li><a href="package-tree.html">Tree</a></li>
646<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
647<li><a href="../../../../index-all.html">Index</a></li>
648<li><a href="../../../../help-doc.html">Help</a></li>
649</ul>
650</div>
651<div class="subNav">
652<ul class="navList">
653<li><a href="../../../../org/codehaus/jackson/map/MapperConfig.html" title="class in org.codehaus.jackson.map"><span class="strong">Prev Class</span></a></li>
654<li><a href="../../../../org/codehaus/jackson/map/MapperConfig.ConfigFeature.html" title="interface in org.codehaus.jackson.map"><span class="strong">Next Class</span></a></li>
655</ul>
656<ul class="navList">
657<li><a href="../../../../index.html?org/codehaus/jackson/map/MapperConfig.Base.html" target="_top">Frames</a></li>
658<li><a href="MapperConfig.Base.html" target="_top">No Frames</a></li>
659</ul>
660<ul class="navList" id="allclasses_navbar_bottom">
661<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
662</ul>
663<div>
664<script type="text/javascript"><!--
665  allClassesLink = document.getElementById("allclasses_navbar_bottom");
666  if(window==top) {
667    allClassesLink.style.display = "block";
668  }
669  else {
670    allClassesLink.style.display = "none";
671  }
672  //-->
673</script>
674</div>
675<div>
676<ul class="subNavList">
677<li>Summary:&nbsp;</li>
678<li>Nested&nbsp;|&nbsp;</li>
679<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
680<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
681<li><a href="#method_summary">Method</a></li>
682</ul>
683<ul class="subNavList">
684<li>Detail:&nbsp;</li>
685<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
686<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
687<li><a href="#method_detail">Method</a></li>
688</ul>
689</div>
690<a name="skip-navbar_bottom">
691<!--   -->
692</a></div>
693<!-- ======== END OF BOTTOM NAVBAR ======= -->
694</body>
695</html>
696