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