• 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_79) on Wed Jul 20 08:39:14 PDT 2016 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>com.fasterxml.jackson.databind.cfg (jackson-databind 2.8.0 API)</title>
8<meta name="date" content="2016-07-20">
9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
10</head>
11<body>
12<script type="text/javascript"><!--
13    if (location.href.indexOf('is-external=true') == -1) {
14        parent.document.title="com.fasterxml.jackson.databind.cfg (jackson-databind 2.8.0 API)";
15    }
16//-->
17</script>
18<noscript>
19<div>JavaScript is disabled on your browser.</div>
20</noscript>
21<!-- ========= START OF TOP NAVBAR ======= -->
22<div class="topNav"><a name="navbar_top">
23<!--   -->
24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
25<!--   -->
26</a>
27<ul class="navList" title="Navigation">
28<li><a href="../../../../../overview-summary.html">Overview</a></li>
29<li class="navBarCell1Rev">Package</li>
30<li>Class</li>
31<li><a href="package-use.html">Use</a></li>
32<li><a href="package-tree.html">Tree</a></li>
33<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
34<li><a href="../../../../../index-all.html">Index</a></li>
35<li><a href="../../../../../help-doc.html">Help</a></li>
36</ul>
37</div>
38<div class="subNav">
39<ul class="navList">
40<li><a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">Prev Package</a></li>
41<li><a href="../../../../../com/fasterxml/jackson/databind/deser/package-summary.html">Next Package</a></li>
42</ul>
43<ul class="navList">
44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/cfg/package-summary.html" target="_top">Frames</a></li>
45<li><a href="package-summary.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<a name="skip-navbar_top">
63<!--   -->
64</a></div>
65<!-- ========= END OF TOP NAVBAR ========= -->
66<div class="header">
67<h1 title="Package" class="title">Package&nbsp;com.fasterxml.jackson.databind.cfg</h1>
68<div class="docSummary">
69<div class="block">Package that contains most of configuration-related classes;
70exception being couple of most-commonly used configuration
71things (like Feature enumerations) that are at the
72main level (<code>com.fasterxml.jackson.databind</code>).</div>
73</div>
74<p>See:&nbsp;<a href="#package_description">Description</a></p>
75</div>
76<div class="contentContainer">
77<ul class="blockList">
78<li class="blockList">
79<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
80<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
81<tr>
82<th class="colFirst" scope="col">Interface</th>
83<th class="colLast" scope="col">Description</th>
84</tr>
85<tbody>
86<tr class="altColor">
87<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg">ConfigFeature</a></td>
88<td class="colLast">
89<div class="block">Interface that actual SerializationFeature enumerations used by
90 <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg"><code>MapperConfig</code></a> implementations must implement.</div>
91</td>
92</tr>
93</tbody>
94</table>
95</li>
96<li class="blockList">
97<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
98<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
99<tr>
100<th class="colFirst" scope="col">Class</th>
101<th class="colLast" scope="col">Description</th>
102</tr>
103<tbody>
104<tr class="altColor">
105<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html" title="class in com.fasterxml.jackson.databind.cfg">BaseSettings</a></td>
106<td class="colLast">
107<div class="block">Immutable container class used to store simple configuration
108 settings.</div>
109</td>
110</tr>
111<tr class="rowColor">
112<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigOverride.html" title="class in com.fasterxml.jackson.databind.cfg">ConfigOverride</a></td>
113<td class="colLast">
114<div class="block">Configuration object that is accessed by databinding functionality
115 to find overrides to configuration of properties, based on declared
116 type of the property.</div>
117</td>
118</tr>
119<tr class="altColor">
120<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigOverrides.html" title="class in com.fasterxml.jackson.databind.cfg">ConfigOverrides</a></td>
121<td class="colLast">
122<div class="block">Container for individual <a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigOverride.html" title="class in com.fasterxml.jackson.databind.cfg"><code>ConfigOverride</code></a> values.</div>
123</td>
124</tr>
125<tr class="rowColor">
126<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/ContextAttributes.html" title="class in com.fasterxml.jackson.databind.cfg">ContextAttributes</a></td>
127<td class="colLast">
128<div class="block">Helper class used for storing and accessing per-call attributes.</div>
129</td>
130</tr>
131<tr class="altColor">
132<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/ContextAttributes.Impl.html" title="class in com.fasterxml.jackson.databind.cfg">ContextAttributes.Impl</a></td>
133<td class="colLast">&nbsp;</td>
134</tr>
135<tr class="rowColor">
136<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/DeserializerFactoryConfig.html" title="class in com.fasterxml.jackson.databind.cfg">DeserializerFactoryConfig</a></td>
137<td class="colLast">
138<div class="block">Configuration settings container class for <a href="../../../../../com/fasterxml/jackson/databind/deser/DeserializerFactory.html" title="class in com.fasterxml.jackson.databind.deser"><code>DeserializerFactory</code></a>.</div>
139</td>
140</tr>
141<tr class="altColor">
142<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a></td>
143<td class="colLast">
144<div class="block">Helper class used for handling details of creating handler instances (things
145 like <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializer.html" title="class in com.fasterxml.jackson.databind"><code>JsonSerializer</code></a>s, <a href="../../../../../com/fasterxml/jackson/databind/JsonDeserializer.html" title="class in com.fasterxml.jackson.databind"><code>JsonDeserializer</code></a>s, various type
146 handlers) of specific types.</div>
147</td>
148</tr>
149<tr class="rowColor">
150<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a>&lt;T extends <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a>&lt;T&gt;&gt;</td>
151<td class="colLast">
152<div class="block">Interface that defines functionality accessible through both
153 serialization and deserialization configuration objects;
154 accessors to mode-independent configuration settings
155 and such.</div>
156</td>
157</tr>
158<tr class="altColor">
159<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfigBase.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfigBase</a>&lt;CFG extends <a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigFeature.html" title="interface in com.fasterxml.jackson.databind.cfg">ConfigFeature</a>,T extends <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfigBase.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfigBase</a>&lt;CFG,T&gt;&gt;</td>
160<td class="colLast">&nbsp;</td>
161</tr>
162<tr class="rowColor">
163<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/MutableConfigOverride.html" title="class in com.fasterxml.jackson.databind.cfg">MutableConfigOverride</a></td>
164<td class="colLast">
165<div class="block">Extension of <a href="../../../../../com/fasterxml/jackson/databind/cfg/ConfigOverride.html" title="class in com.fasterxml.jackson.databind.cfg"><code>ConfigOverride</code></a> that allows changing of
166 contained configuration settings.</div>
167</td>
168</tr>
169<tr class="altColor">
170<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/cfg/SerializerFactoryConfig.html" title="class in com.fasterxml.jackson.databind.cfg">SerializerFactoryConfig</a></td>
171<td class="colLast">
172<div class="block">Configuration settings container class for
173 <a href="../../../../../com/fasterxml/jackson/databind/ser/SerializerFactory.html" title="class in com.fasterxml.jackson.databind.ser"><code>SerializerFactory</code></a> implementations.</div>
174</td>
175</tr>
176</tbody>
177</table>
178</li>
179</ul>
180<a name="package_description">
181<!--   -->
182</a>
183<h2 title="Package com.fasterxml.jackson.databind.cfg Description">Package com.fasterxml.jackson.databind.cfg Description</h2>
184<div class="block">Package that contains most of configuration-related classes;
185exception being couple of most-commonly used configuration
186things (like Feature enumerations) that are at the
187main level (<code>com.fasterxml.jackson.databind</code>).</div>
188</div>
189<!-- ======= START OF BOTTOM NAVBAR ====== -->
190<div class="bottomNav"><a name="navbar_bottom">
191<!--   -->
192</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
193<!--   -->
194</a>
195<ul class="navList" title="Navigation">
196<li><a href="../../../../../overview-summary.html">Overview</a></li>
197<li class="navBarCell1Rev">Package</li>
198<li>Class</li>
199<li><a href="package-use.html">Use</a></li>
200<li><a href="package-tree.html">Tree</a></li>
201<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
202<li><a href="../../../../../index-all.html">Index</a></li>
203<li><a href="../../../../../help-doc.html">Help</a></li>
204</ul>
205</div>
206<div class="subNav">
207<ul class="navList">
208<li><a href="../../../../../com/fasterxml/jackson/databind/annotation/package-summary.html">Prev Package</a></li>
209<li><a href="../../../../../com/fasterxml/jackson/databind/deser/package-summary.html">Next Package</a></li>
210</ul>
211<ul class="navList">
212<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/cfg/package-summary.html" target="_top">Frames</a></li>
213<li><a href="package-summary.html" target="_top">No Frames</a></li>
214</ul>
215<ul class="navList" id="allclasses_navbar_bottom">
216<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
217</ul>
218<div>
219<script type="text/javascript"><!--
220  allClassesLink = document.getElementById("allclasses_navbar_bottom");
221  if(window==top) {
222    allClassesLink.style.display = "block";
223  }
224  else {
225    allClassesLink.style.display = "none";
226  }
227  //-->
228</script>
229</div>
230<a name="skip-navbar_bottom">
231<!--   -->
232</a></div>
233<!-- ======== END OF BOTTOM NAVBAR ======= -->
234<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
235</body>
236</html>
237