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 Mon Jun 02 17:48:58 PDT 2014 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>Uses of Class com.fasterxml.jackson.databind.PropertyNamingStrategy (jackson-databind 2.4.0 API)</title> 8<meta name="date" content="2014-06-02"> 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="Uses of Class com.fasterxml.jackson.databind.PropertyNamingStrategy (jackson-databind 2.4.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><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">Class</a></li> 31<li class="navBarCell1Rev">Use</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</li> 41<li>Next</li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/PropertyNamingStrategy.html" target="_top">Frames</a></li> 45<li><a href="PropertyNamingStrategy.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<h2 title="Uses of Class com.fasterxml.jackson.databind.PropertyNamingStrategy" class="title">Uses of Class<br>com.fasterxml.jackson.databind.PropertyNamingStrategy</h2> 68</div> 69<div class="classUseContainer"> 70<ul class="blockList"> 71<li class="blockList"> 72<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> 73<caption><span>Packages that use <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 74<tr> 75<th class="colFirst" scope="col">Package</th> 76<th class="colLast" scope="col">Description</th> 77</tr> 78<tbody> 79<tr class="altColor"> 80<td class="colFirst"><a href="#com.fasterxml.jackson.databind">com.fasterxml.jackson.databind</a></td> 81<td class="colLast"> 82<div class="block">Contains basic mapper (conversion) functionality that 83allows for converting between regular streaming json content and 84Java objects (beans or Tree Model: support for both is via 85<a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a> class, as well 86as convenience methods included in 87<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a></div> 88</td> 89</tr> 90<tr class="rowColor"> 91<td class="colFirst"><a href="#com.fasterxml.jackson.databind.cfg">com.fasterxml.jackson.databind.cfg</a></td> 92<td class="colLast"> 93<div class="block">Package that contains most of configuration-related classes; 94exception being couple of most-commonly used configuration 95things (like Feature enumerations) that are at the 96main level (<code>com.fasterxml.jackson.databind</code>).</div> 97</td> 98</tr> 99<tr class="altColor"> 100<td class="colFirst"><a href="#com.fasterxml.jackson.databind.introspect">com.fasterxml.jackson.databind.introspect</a></td> 101<td class="colLast"> 102<div class="block">Functionality needed for Bean introspection, required for detecting 103 accessors and mutators for Beans, as well as locating and handling 104 method annotations.</div> 105</td> 106</tr> 107<tr class="rowColor"> 108<td class="colFirst"><a href="#com.fasterxml.jackson.databind.module">com.fasterxml.jackson.databind.module</a></td> 109<td class="colLast"> 110<div class="block">Package that contains classes and interfaces to help implement 111 custom extension <a href="../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind"><code>Module</code></a>s 112 (which are registered using 113 <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html#registerModule(com.fasterxml.jackson.databind.Module)"><code>ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module)</code></a>.</div> 114</td> 115</tr> 116</tbody> 117</table> 118</li> 119<li class="blockList"> 120<ul class="blockList"> 121<li class="blockList"><a name="com.fasterxml.jackson.databind"> 122<!-- --> 123</a> 124<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a></h3> 125<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> 126<caption><span>Subclasses of <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a></span><span class="tabEnd"> </span></caption> 127<tr> 128<th class="colFirst" scope="col">Modifier and Type</th> 129<th class="colLast" scope="col">Class and Description</th> 130</tr> 131<tbody> 132<tr class="altColor"> 133<td class="colFirst"><code>static class </code></td> 134<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.LowerCaseStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy.LowerCaseStrategy</a></strong></code> 135<div class="block">Simple strategy where external name simply only uses lower-case characters, 136 and no separators.</div> 137</td> 138</tr> 139<tr class="rowColor"> 140<td class="colFirst"><code>static class </code></td> 141<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy</a></strong></code> 142<div class="block">A <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><code>PropertyNamingStrategy</code></a> that translates typical camel case Java 143 property names to lower case JSON element names, separated by 144 underscores.</div> 145</td> 146</tr> 147<tr class="altColor"> 148<td class="colFirst"><code>static class </code></td> 149<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.PascalCaseStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy.PascalCaseStrategy</a></strong></code> 150<div class="block">A <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><code>PropertyNamingStrategy</code></a> that translates typical camelCase Java 151 property names to PascalCase JSON element names (i.e., with a capital 152 first letter).</div> 153</td> 154</tr> 155<tr class="rowColor"> 156<td class="colFirst"><code>static class </code></td> 157<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.PropertyNamingStrategyBase.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy.PropertyNamingStrategyBase</a></strong></code> </td> 158</tr> 159</tbody> 160</table> 161<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> 162<caption><span>Fields in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a> declared as <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 163<tr> 164<th class="colFirst" scope="col">Modifier and Type</th> 165<th class="colLast" scope="col">Field and Description</th> 166</tr> 167<tbody> 168<tr class="altColor"> 169<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 170<td class="colLast"><span class="strong">PropertyNamingStrategy.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html#CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES">CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES</a></strong></code> 171<div class="block">See <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.html" title="class in com.fasterxml.jackson.databind"><code>PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy</code></a> for details.</div> 172</td> 173</tr> 174<tr class="rowColor"> 175<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 176<td class="colLast"><span class="strong">PropertyNamingStrategy.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html#LOWER_CASE">LOWER_CASE</a></strong></code> 177<div class="block">See <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.LowerCaseStrategy.html" title="class in com.fasterxml.jackson.databind"><code>PropertyNamingStrategy.LowerCaseStrategy</code></a> for details.</div> 178</td> 179</tr> 180<tr class="altColor"> 181<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 182<td class="colLast"><span class="strong">PropertyNamingStrategy.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html#PASCAL_CASE_TO_CAMEL_CASE">PASCAL_CASE_TO_CAMEL_CASE</a></strong></code> 183<div class="block">See <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.PascalCaseStrategy.html" title="class in com.fasterxml.jackson.databind"><code>PropertyNamingStrategy.PascalCaseStrategy</code></a> for details.</div> 184</td> 185</tr> 186</tbody> 187</table> 188<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 189<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/package-summary.html">com.fasterxml.jackson.databind</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 190<tr> 191<th class="colFirst" scope="col">Modifier and Type</th> 192<th class="colLast" scope="col">Method and Description</th> 193</tr> 194<tbody> 195<tr class="altColor"> 196<td class="colFirst"><code>void</code></td> 197<td class="colLast"><span class="strong">Module.SetupContext.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/Module.SetupContext.html#setNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy)">setNamingStrategy</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> naming)</code> 198<div class="block">Method that may be used to override naming strategy that is used 199 by <a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind"><code>ObjectMapper</code></a>.</div> 200</td> 201</tr> 202<tr class="rowColor"> 203<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html" title="class in com.fasterxml.jackson.databind">ObjectMapper</a></code></td> 204<td class="colLast"><span class="strong">ObjectMapper.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/ObjectMapper.html#setPropertyNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy)">setPropertyNamingStrategy</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> s)</code> 205<div class="block">Method for setting custom property naming strategy to use.</div> 206</td> 207</tr> 208<tr class="altColor"> 209<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/SerializationConfig.html" title="class in com.fasterxml.jackson.databind">SerializationConfig</a></code></td> 210<td class="colLast"><span class="strong">SerializationConfig.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/SerializationConfig.html#with(com.fasterxml.jackson.databind.PropertyNamingStrategy)">with</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns)</code> </td> 211</tr> 212<tr class="rowColor"> 213<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/DeserializationConfig.html" title="class in com.fasterxml.jackson.databind">DeserializationConfig</a></code></td> 214<td class="colLast"><span class="strong">DeserializationConfig.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/DeserializationConfig.html#with(com.fasterxml.jackson.databind.PropertyNamingStrategy)">with</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns)</code> </td> 215</tr> 216</tbody> 217</table> 218</li> 219<li class="blockList"><a name="com.fasterxml.jackson.databind.cfg"> 220<!-- --> 221</a> 222<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> in <a href="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html">com.fasterxml.jackson.databind.cfg</a></h3> 223<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> 224<caption><span>Fields in <a href="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html">com.fasterxml.jackson.databind.cfg</a> declared as <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 225<tr> 226<th class="colFirst" scope="col">Modifier and Type</th> 227<th class="colLast" scope="col">Field and Description</th> 228</tr> 229<tbody> 230<tr class="altColor"> 231<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 232<td class="colLast"><span class="strong">BaseSettings.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#_propertyNamingStrategy">_propertyNamingStrategy</a></strong></code> 233<div class="block">Custom property naming strategy in use, if any.</div> 234</td> 235</tr> 236</tbody> 237</table> 238<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 239<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html">com.fasterxml.jackson.databind.cfg</a> that return <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 240<tr> 241<th class="colFirst" scope="col">Modifier and Type</th> 242<th class="colLast" scope="col">Method and Description</th> 243</tr> 244<tbody> 245<tr class="altColor"> 246<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 247<td class="colLast"><span class="strong">MapperConfig.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html#getPropertyNamingStrategy()">getPropertyNamingStrategy</a></strong>()</code> </td> 248</tr> 249<tr class="rowColor"> 250<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 251<td class="colLast"><span class="strong">BaseSettings.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/BaseSettings.html#getPropertyNamingStrategy()">getPropertyNamingStrategy</a></strong>()</code> </td> 252</tr> 253<tr class="altColor"> 254<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 255<td class="colLast"><span class="strong">HandlerInstantiator.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html#namingStrategyInstance(com.fasterxml.jackson.databind.cfg.MapperConfig, com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)">namingStrategyInstance</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><?> config, 256 <a href="../../../../../com/fasterxml/jackson/databind/introspect/Annotated.html" title="class in com.fasterxml.jackson.databind.introspect">Annotated</a> annotated, 257 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> implClass)</code> 258<div class="block">Method called to construct a NamingStrategy instance used for specified 259 class.</div> 260</td> 261</tr> 262</tbody> 263</table> 264<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 265<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html">com.fasterxml.jackson.databind.cfg</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 266<tr> 267<th class="colFirst" scope="col">Modifier and Type</th> 268<th class="colLast" scope="col">Method and Description</th> 269</tr> 270<tbody> 271<tr class="altColor"> 272<td class="colFirst"><code>abstract <a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfigBase.html" title="type parameter in MapperConfigBase">T</a></code></td> 273<td class="colLast"><span class="strong">MapperConfigBase.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/cfg/MapperConfigBase.html#with(com.fasterxml.jackson.databind.PropertyNamingStrategy)">with</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> strategy)</code> 274<div class="block">Method for constructing and returning a new instance with different 275 <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><code>PropertyNamingStrategy</code></a> 276 to use.</div> 277</td> 278</tr> 279<tr class="rowColor"> 280<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> 281<td class="colLast"><span class="strong">BaseSettings.</span><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> 282</tr> 283</tbody> 284</table> 285<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> 286<caption><span>Constructors in <a href="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html">com.fasterxml.jackson.databind.cfg</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 287<tr> 288<th class="colOne" scope="col">Constructor and Description</th> 289</tr> 290<tbody> 291<tr class="altColor"> 292<td class="colLast"><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, 293 <a href="../../../../../com/fasterxml/jackson/databind/AnnotationIntrospector.html" title="class in com.fasterxml.jackson.databind">AnnotationIntrospector</a> ai, 294 <a href="../../../../../com/fasterxml/jackson/databind/introspect/VisibilityChecker.html" title="interface in com.fasterxml.jackson.databind.introspect">VisibilityChecker</a><?> vc, 295 <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> pns, 296 <a href="../../../../../com/fasterxml/jackson/databind/type/TypeFactory.html" title="class in com.fasterxml.jackson.databind.type">TypeFactory</a> tf, 297 <a href="../../../../../com/fasterxml/jackson/databind/jsontype/TypeResolverBuilder.html" title="interface in com.fasterxml.jackson.databind.jsontype">TypeResolverBuilder</a><?> typer, 298 <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, 299 <a href="../../../../../com/fasterxml/jackson/databind/cfg/HandlerInstantiator.html" title="class in com.fasterxml.jackson.databind.cfg">HandlerInstantiator</a> hi, 300 <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, 301 <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, 302 <a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/Base64Variant.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Base64Variant</a> defaultBase64)</code> </td> 303</tr> 304</tbody> 305</table> 306</li> 307<li class="blockList"><a name="com.fasterxml.jackson.databind.introspect"> 308<!-- --> 309</a> 310<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> in <a href="../../../../../com/fasterxml/jackson/databind/introspect/package-summary.html">com.fasterxml.jackson.databind.introspect</a></h3> 311<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 312<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/introspect/package-summary.html">com.fasterxml.jackson.databind.introspect</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 313<tr> 314<th class="colFirst" scope="col">Modifier and Type</th> 315<th class="colLast" scope="col">Method and Description</th> 316</tr> 317<tbody> 318<tr class="altColor"> 319<td class="colFirst"><code>protected void</code></td> 320<td class="colLast"><span class="strong">POJOPropertiesCollector.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/introspect/POJOPropertiesCollector.html#_renameUsing(com.fasterxml.jackson.databind.PropertyNamingStrategy)">_renameUsing</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> naming)</code> </td> 321</tr> 322</tbody> 323</table> 324</li> 325<li class="blockList"><a name="com.fasterxml.jackson.databind.module"> 326<!-- --> 327</a> 328<h3>Uses of <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> in <a href="../../../../../com/fasterxml/jackson/databind/module/package-summary.html">com.fasterxml.jackson.databind.module</a></h3> 329<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> 330<caption><span>Fields in <a href="../../../../../com/fasterxml/jackson/databind/module/package-summary.html">com.fasterxml.jackson.databind.module</a> declared as <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 331<tr> 332<th class="colFirst" scope="col">Modifier and Type</th> 333<th class="colLast" scope="col">Field and Description</th> 334</tr> 335<tbody> 336<tr class="altColor"> 337<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></code></td> 338<td class="colLast"><span class="strong">SimpleModule.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_namingStrategy">_namingStrategy</a></strong></code> </td> 339</tr> 340</tbody> 341</table> 342<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 343<caption><span>Methods in <a href="../../../../../com/fasterxml/jackson/databind/module/package-summary.html">com.fasterxml.jackson.databind.module</a> with parameters of type <a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a></span><span class="tabEnd"> </span></caption> 344<tr> 345<th class="colFirst" scope="col">Modifier and Type</th> 346<th class="colLast" scope="col">Method and Description</th> 347</tr> 348<tbody> 349<tr class="altColor"> 350<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html" title="class in com.fasterxml.jackson.databind.module">SimpleModule</a></code></td> 351<td class="colLast"><span class="strong">SimpleModule.</span><code><strong><a href="../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setNamingStrategy(com.fasterxml.jackson.databind.PropertyNamingStrategy)">setNamingStrategy</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">PropertyNamingStrategy</a> naming)</code> </td> 352</tr> 353</tbody> 354</table> 355</li> 356</ul> 357</li> 358</ul> 359</div> 360<!-- ======= START OF BOTTOM NAVBAR ====== --> 361<div class="bottomNav"><a name="navbar_bottom"> 362<!-- --> 363</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 364<!-- --> 365</a> 366<ul class="navList" title="Navigation"> 367<li><a href="../../../../../overview-summary.html">Overview</a></li> 368<li><a href="../package-summary.html">Package</a></li> 369<li><a href="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind">Class</a></li> 370<li class="navBarCell1Rev">Use</li> 371<li><a href="../package-tree.html">Tree</a></li> 372<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 373<li><a href="../../../../../index-all.html">Index</a></li> 374<li><a href="../../../../../help-doc.html">Help</a></li> 375</ul> 376</div> 377<div class="subNav"> 378<ul class="navList"> 379<li>Prev</li> 380<li>Next</li> 381</ul> 382<ul class="navList"> 383<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/class-use/PropertyNamingStrategy.html" target="_top">Frames</a></li> 384<li><a href="PropertyNamingStrategy.html" target="_top">No Frames</a></li> 385</ul> 386<ul class="navList" id="allclasses_navbar_bottom"> 387<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 388</ul> 389<div> 390<script type="text/javascript"><!-- 391 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 392 if(window==top) { 393 allClassesLink.style.display = "block"; 394 } 395 else { 396 allClassesLink.style.display = "none"; 397 } 398 //--> 399</script> 400</div> 401<a name="skip-navbar_bottom"> 402<!-- --> 403</a></div> 404<!-- ======== END OF BOTTOM NAVBAR ======= --> 405<p class="legalCopy"><small>Copyright © 2014 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 406</body> 407</html> 408