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 Tue Mar 24 11:44:36 PDT 2020 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>PropertyName (jackson-databind 2.11.0.rc1 API)</title> 8<meta name="date" content="2020-03-24"> 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="PropertyName (jackson-databind 2.11.0.rc1 API)"; 17 } 18 } 19 catch(err) { 20 } 21//--> 22var methods = {"i0":9,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10}; 23var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; 24var altColor = "altColor"; 25var rowColor = "rowColor"; 26var tableTab = "tableTab"; 27var activeTableTab = "activeTableTab"; 28</script> 29<noscript> 30<div>JavaScript is disabled on your browser.</div> 31</noscript> 32<!-- ========= START OF TOP NAVBAR ======= --> 33<div class="topNav"><a name="navbar.top"> 34<!-- --> 35</a> 36<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> 37<a name="navbar.top.firstrow"> 38<!-- --> 39</a> 40<ul class="navList" title="Navigation"> 41<li><a href="../../../../overview-summary.html">Overview</a></li> 42<li><a href="package-summary.html">Package</a></li> 43<li class="navBarCell1Rev">Class</li> 44<li><a href="class-use/PropertyName.html">Use</a></li> 45<li><a href="package-tree.html">Tree</a></li> 46<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 47<li><a href="../../../../index-all.html">Index</a></li> 48<li><a href="../../../../help-doc.html">Help</a></li> 49</ul> 50</div> 51<div class="subNav"> 52<ul class="navList"> 53<li><a href="../../../../com/fasterxml/jackson/databind/PropertyMetadata.MergeInfo.html" title="class in com.fasterxml.jackson.databind"><span class="typeNameLink">Prev Class</span></a></li> 54<li><a href="../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><span class="typeNameLink">Next Class</span></a></li> 55</ul> 56<ul class="navList"> 57<li><a href="../../../../index.html?com/fasterxml/jackson/databind/PropertyName.html" target="_top">Frames</a></li> 58<li><a href="PropertyName.html" target="_top">No Frames</a></li> 59</ul> 60<ul class="navList" id="allclasses_navbar_top"> 61<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 62</ul> 63<div> 64<script type="text/javascript"><!-- 65 allClassesLink = document.getElementById("allclasses_navbar_top"); 66 if(window==top) { 67 allClassesLink.style.display = "block"; 68 } 69 else { 70 allClassesLink.style.display = "none"; 71 } 72 //--> 73</script> 74</div> 75<div> 76<ul class="subNavList"> 77<li>Summary: </li> 78<li>Nested | </li> 79<li><a href="#field.summary">Field</a> | </li> 80<li><a href="#constructor.summary">Constr</a> | </li> 81<li><a href="#method.summary">Method</a></li> 82</ul> 83<ul class="subNavList"> 84<li>Detail: </li> 85<li><a href="#field.detail">Field</a> | </li> 86<li><a href="#constructor.detail">Constr</a> | </li> 87<li><a href="#method.detail">Method</a></li> 88</ul> 89</div> 90<a name="skip.navbar.top"> 91<!-- --> 92</a></div> 93<!-- ========= END OF TOP NAVBAR ========= --> 94<!-- ======== START OF CLASS DATA ======== --> 95<div class="header"> 96<div class="subTitle">com.fasterxml.jackson.databind</div> 97<h2 title="Class PropertyName" class="title">Class PropertyName</h2> 98</div> 99<div class="contentContainer"> 100<ul class="inheritance"> 101<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 102<li> 103<ul class="inheritance"> 104<li>com.fasterxml.jackson.databind.PropertyName</li> 105</ul> 106</li> 107</ul> 108<div class="description"> 109<ul class="blockList"> 110<li class="blockList"> 111<dl> 112<dt>All Implemented Interfaces:</dt> 113<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> 114</dl> 115<hr> 116<br> 117<pre>public class <span class="typeNameLabel">PropertyName</span> 118extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> 119implements <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> 120<div class="block">Simple value class used for containing names of properties as defined 121 by annotations (and possibly other configuration sources).</div> 122<dl> 123<dt><span class="simpleTagLabel">Since:</span></dt> 124<dd>2.1</dd> 125<dt><span class="seeLabel">See Also:</span></dt> 126<dd><a href="../../../../serialized-form.html#com.fasterxml.jackson.databind.PropertyName">Serialized Form</a></dd> 127</dl> 128</li> 129</ul> 130</div> 131<div class="summary"> 132<ul class="blockList"> 133<li class="blockList"> 134<!-- =========== FIELD SUMMARY =========== --> 135<ul class="blockList"> 136<li class="blockList"><a name="field.summary"> 137<!-- --> 138</a> 139<h3>Field Summary</h3> 140<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 141<caption><span>Fields</span><span class="tabEnd"> </span></caption> 142<tr> 143<th class="colFirst" scope="col">Modifier and Type</th> 144<th class="colLast" scope="col">Field and Description</th> 145</tr> 146<tr class="altColor"> 147<td class="colFirst"><code>protected <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/SerializableString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">SerializableString</a></code></td> 148<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#Z:Z_encodedSimple">_encodedSimple</a></span></code> 149<div class="block">Lazily-constructed efficient representation of the simple name.</div> 150</td> 151</tr> 152<tr class="rowColor"> 153<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 154<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#Z:Z_namespace">_namespace</a></span></code> 155<div class="block">Additional namespace, for formats that have such concept (JSON 156 does not, XML does, for example).</div> 157</td> 158</tr> 159<tr class="altColor"> 160<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 161<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#Z:Z_simpleName">_simpleName</a></span></code> 162<div class="block">Basic name of the property.</div> 163</td> 164</tr> 165<tr class="rowColor"> 166<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 167<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#NO_NAME">NO_NAME</a></span></code> 168<div class="block">Special placeholder value that indicates that there is no name associated.</div> 169</td> 170</tr> 171<tr class="altColor"> 172<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 173<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#USE_DEFAULT">USE_DEFAULT</a></span></code> 174<div class="block">Special placeholder value that indicates that name to use should be 175 based on the standard heuristics.</div> 176</td> 177</tr> 178</table> 179</li> 180</ul> 181<!-- ======== CONSTRUCTOR SUMMARY ======== --> 182<ul class="blockList"> 183<li class="blockList"><a name="constructor.summary"> 184<!-- --> 185</a> 186<h3>Constructor Summary</h3> 187<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 188<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 189<tr> 190<th class="colOne" scope="col">Constructor and Description</th> 191</tr> 192<tr class="altColor"> 193<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#PropertyName-java.lang.String-">PropertyName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName)</code> </td> 194</tr> 195<tr class="rowColor"> 196<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#PropertyName-java.lang.String-java.lang.String-">PropertyName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName, 197 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace)</code> </td> 198</tr> 199</table> 200</li> 201</ul> 202<!-- ========== METHOD SUMMARY =========== --> 203<ul class="blockList"> 204<li class="blockList"><a name="method.summary"> 205<!-- --> 206</a> 207<h3>Method Summary</h3> 208<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 209<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> 210<tr> 211<th class="colFirst" scope="col">Modifier and Type</th> 212<th class="colLast" scope="col">Method and Description</th> 213</tr> 214<tr id="i0" class="altColor"> 215<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 216<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#construct-java.lang.String-">construct</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName)</code> </td> 217</tr> 218<tr id="i1" class="rowColor"> 219<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 220<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#construct-java.lang.String-java.lang.String-">construct</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName, 221 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ns)</code> </td> 222</tr> 223<tr id="i2" class="altColor"> 224<td class="colFirst"><code>boolean</code></td> 225<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#equals-java.lang.Object-">equals</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</code> </td> 226</tr> 227<tr id="i3" class="rowColor"> 228<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 229<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#getNamespace--">getNamespace</a></span>()</code> </td> 230</tr> 231<tr id="i4" class="altColor"> 232<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 233<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#getSimpleName--">getSimpleName</a></span>()</code> </td> 234</tr> 235<tr id="i5" class="rowColor"> 236<td class="colFirst"><code>int</code></td> 237<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hashCode--">hashCode</a></span>()</code> </td> 238</tr> 239<tr id="i6" class="altColor"> 240<td class="colFirst"><code>boolean</code></td> 241<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasNamespace--">hasNamespace</a></span>()</code> </td> 242</tr> 243<tr id="i7" class="rowColor"> 244<td class="colFirst"><code>boolean</code></td> 245<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasSimpleName--">hasSimpleName</a></span>()</code> </td> 246</tr> 247<tr id="i8" class="altColor"> 248<td class="colFirst"><code>boolean</code></td> 249<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasSimpleName-java.lang.String-">hasSimpleName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> str)</code> </td> 250</tr> 251<tr id="i9" class="rowColor"> 252<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 253<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#internSimpleName--">internSimpleName</a></span>()</code> </td> 254</tr> 255<tr id="i10" class="altColor"> 256<td class="colFirst"><code>boolean</code></td> 257<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#isEmpty--">isEmpty</a></span>()</code> 258<div class="block">Method that is basically equivalent of:</div> 259</td> 260</tr> 261<tr id="i11" class="rowColor"> 262<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 263<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#readResolve--">readResolve</a></span>()</code> </td> 264</tr> 265<tr id="i12" class="altColor"> 266<td class="colFirst"><code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/SerializableString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">SerializableString</a></code></td> 267<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#simpleAsEncoded-com.fasterxml.jackson.databind.cfg.MapperConfig-">simpleAsEncoded</a></span>(<a href="../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><?> config)</code> 268<div class="block">Accessor that may be used to get lazily-constructed efficient 269 representation of the simple name.</div> 270</td> 271</tr> 272<tr id="i13" class="rowColor"> 273<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 274<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#toString--">toString</a></span>()</code> </td> 275</tr> 276<tr id="i14" class="altColor"> 277<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 278<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#withNamespace-java.lang.String-">withNamespace</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ns)</code> 279<div class="block">Fluent factory method for constructing an instance with different 280 namespace.</div> 281</td> 282</tr> 283<tr id="i15" class="rowColor"> 284<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td> 285<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#withSimpleName-java.lang.String-">withSimpleName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName)</code> 286<div class="block">Fluent factory method for constructing an instance with different 287 simple name.</div> 288</td> 289</tr> 290</table> 291<ul class="blockList"> 292<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> 293<!-- --> 294</a> 295<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 296<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> 297</ul> 298</li> 299</ul> 300</li> 301</ul> 302</div> 303<div class="details"> 304<ul class="blockList"> 305<li class="blockList"> 306<!-- ============ FIELD DETAIL =========== --> 307<ul class="blockList"> 308<li class="blockList"><a name="field.detail"> 309<!-- --> 310</a> 311<h3>Field Detail</h3> 312<a name="USE_DEFAULT"> 313<!-- --> 314</a> 315<ul class="blockList"> 316<li class="blockList"> 317<h4>USE_DEFAULT</h4> 318<pre>public static final <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> USE_DEFAULT</pre> 319<div class="block">Special placeholder value that indicates that name to use should be 320 based on the standard heuristics. This can be different from returning 321 null, as null means "no information available, whereas this value 322 indicates explicit defaulting.</div> 323</li> 324</ul> 325<a name="NO_NAME"> 326<!-- --> 327</a> 328<ul class="blockList"> 329<li class="blockList"> 330<h4>NO_NAME</h4> 331<pre>public static final <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> NO_NAME</pre> 332<div class="block">Special placeholder value that indicates that there is no name associated. 333 Exact semantics to use (if any) depend on actual annotation in use, but 334 commonly this value disables behavior for which name would be needed.</div> 335</li> 336</ul> 337<a name="Z:Z_simpleName"> 338<!-- --> 339</a> 340<ul class="blockList"> 341<li class="blockList"> 342<h4>_simpleName</h4> 343<pre>protected final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _simpleName</pre> 344<div class="block">Basic name of the property.</div> 345</li> 346</ul> 347<a name="Z:Z_namespace"> 348<!-- --> 349</a> 350<ul class="blockList"> 351<li class="blockList"> 352<h4>_namespace</h4> 353<pre>protected final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _namespace</pre> 354<div class="block">Additional namespace, for formats that have such concept (JSON 355 does not, XML does, for example).</div> 356</li> 357</ul> 358<a name="Z:Z_encodedSimple"> 359<!-- --> 360</a> 361<ul class="blockListLast"> 362<li class="blockList"> 363<h4>_encodedSimple</h4> 364<pre>protected <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/SerializableString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">SerializableString</a> _encodedSimple</pre> 365<div class="block">Lazily-constructed efficient representation of the simple name. 366<p> 367 NOTE: not defined as volatile to avoid performance problem with 368 concurrent access in multi-core environments; due to statelessness 369 of <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/io/SerializedString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.io"><code>SerializedString</code></a> at most leads to multiple instantiations.</div> 370<dl> 371<dt><span class="simpleTagLabel">Since:</span></dt> 372<dd>2.4</dd> 373</dl> 374</li> 375</ul> 376</li> 377</ul> 378<!-- ========= CONSTRUCTOR DETAIL ======== --> 379<ul class="blockList"> 380<li class="blockList"><a name="constructor.detail"> 381<!-- --> 382</a> 383<h3>Constructor Detail</h3> 384<a name="PropertyName-java.lang.String-"> 385<!-- --> 386</a> 387<ul class="blockList"> 388<li class="blockList"> 389<h4>PropertyName</h4> 390<pre>public PropertyName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName)</pre> 391</li> 392</ul> 393<a name="PropertyName-java.lang.String-java.lang.String-"> 394<!-- --> 395</a> 396<ul class="blockListLast"> 397<li class="blockList"> 398<h4>PropertyName</h4> 399<pre>public PropertyName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName, 400 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> namespace)</pre> 401</li> 402</ul> 403</li> 404</ul> 405<!-- ============ METHOD DETAIL ========== --> 406<ul class="blockList"> 407<li class="blockList"><a name="method.detail"> 408<!-- --> 409</a> 410<h3>Method Detail</h3> 411<a name="readResolve--"> 412<!-- --> 413</a> 414<ul class="blockList"> 415<li class="blockList"> 416<h4>readResolve</h4> 417<pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> readResolve()</pre> 418</li> 419</ul> 420<a name="construct-java.lang.String-"> 421<!-- --> 422</a> 423<ul class="blockList"> 424<li class="blockList"> 425<h4>construct</h4> 426<pre>public static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> construct(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName)</pre> 427<dl> 428<dt><span class="simpleTagLabel">Since:</span></dt> 429<dd>2.6</dd> 430</dl> 431</li> 432</ul> 433<a name="construct-java.lang.String-java.lang.String-"> 434<!-- --> 435</a> 436<ul class="blockList"> 437<li class="blockList"> 438<h4>construct</h4> 439<pre>public static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> construct(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName, 440 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ns)</pre> 441</li> 442</ul> 443<a name="internSimpleName--"> 444<!-- --> 445</a> 446<ul class="blockList"> 447<li class="blockList"> 448<h4>internSimpleName</h4> 449<pre>public <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> internSimpleName()</pre> 450</li> 451</ul> 452<a name="withSimpleName-java.lang.String-"> 453<!-- --> 454</a> 455<ul class="blockList"> 456<li class="blockList"> 457<h4>withSimpleName</h4> 458<pre>public <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> withSimpleName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> simpleName)</pre> 459<div class="block">Fluent factory method for constructing an instance with different 460 simple name.</div> 461</li> 462</ul> 463<a name="withNamespace-java.lang.String-"> 464<!-- --> 465</a> 466<ul class="blockList"> 467<li class="blockList"> 468<h4>withNamespace</h4> 469<pre>public <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> withNamespace(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ns)</pre> 470<div class="block">Fluent factory method for constructing an instance with different 471 namespace.</div> 472</li> 473</ul> 474<a name="getSimpleName--"> 475<!-- --> 476</a> 477<ul class="blockList"> 478<li class="blockList"> 479<h4>getSimpleName</h4> 480<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getSimpleName()</pre> 481</li> 482</ul> 483<a name="simpleAsEncoded-com.fasterxml.jackson.databind.cfg.MapperConfig-"> 484<!-- --> 485</a> 486<ul class="blockList"> 487<li class="blockList"> 488<h4>simpleAsEncoded</h4> 489<pre>public <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/SerializableString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">SerializableString</a> simpleAsEncoded(<a href="../../../../com/fasterxml/jackson/databind/cfg/MapperConfig.html" title="class in com.fasterxml.jackson.databind.cfg">MapperConfig</a><?> config)</pre> 490<div class="block">Accessor that may be used to get lazily-constructed efficient 491 representation of the simple name.</div> 492<dl> 493<dt><span class="simpleTagLabel">Since:</span></dt> 494<dd>2.4</dd> 495</dl> 496</li> 497</ul> 498<a name="getNamespace--"> 499<!-- --> 500</a> 501<ul class="blockList"> 502<li class="blockList"> 503<h4>getNamespace</h4> 504<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getNamespace()</pre> 505</li> 506</ul> 507<a name="hasSimpleName--"> 508<!-- --> 509</a> 510<ul class="blockList"> 511<li class="blockList"> 512<h4>hasSimpleName</h4> 513<pre>public boolean hasSimpleName()</pre> 514</li> 515</ul> 516<a name="hasSimpleName-java.lang.String-"> 517<!-- --> 518</a> 519<ul class="blockList"> 520<li class="blockList"> 521<h4>hasSimpleName</h4> 522<pre>public boolean hasSimpleName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> str)</pre> 523<dl> 524<dt><span class="simpleTagLabel">Since:</span></dt> 525<dd>2.3</dd> 526</dl> 527</li> 528</ul> 529<a name="hasNamespace--"> 530<!-- --> 531</a> 532<ul class="blockList"> 533<li class="blockList"> 534<h4>hasNamespace</h4> 535<pre>public boolean hasNamespace()</pre> 536</li> 537</ul> 538<a name="isEmpty--"> 539<!-- --> 540</a> 541<ul class="blockList"> 542<li class="blockList"> 543<h4>isEmpty</h4> 544<pre>public boolean isEmpty()</pre> 545<div class="block">Method that is basically equivalent of: 546<pre> 547 !hasSimpleName() << !hasNamespace(); 548</pre></div> 549<dl> 550<dt><span class="simpleTagLabel">Since:</span></dt> 551<dd>2.4</dd> 552</dl> 553</li> 554</ul> 555<a name="equals-java.lang.Object-"> 556<!-- --> 557</a> 558<ul class="blockList"> 559<li class="blockList"> 560<h4>equals</h4> 561<pre>public boolean equals(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</pre> 562<dl> 563<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 564<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a></code> in class <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> 565</dl> 566</li> 567</ul> 568<a name="hashCode--"> 569<!-- --> 570</a> 571<ul class="blockList"> 572<li class="blockList"> 573<h4>hashCode</h4> 574<pre>public int hashCode()</pre> 575<dl> 576<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 577<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> 578</dl> 579</li> 580</ul> 581<a name="toString--"> 582<!-- --> 583</a> 584<ul class="blockListLast"> 585<li class="blockList"> 586<h4>toString</h4> 587<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> 588<dl> 589<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 590<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> 591</dl> 592</li> 593</ul> 594</li> 595</ul> 596</li> 597</ul> 598</div> 599</div> 600<!-- ========= END OF CLASS DATA ========= --> 601<!-- ======= START OF BOTTOM NAVBAR ====== --> 602<div class="bottomNav"><a name="navbar.bottom"> 603<!-- --> 604</a> 605<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 606<a name="navbar.bottom.firstrow"> 607<!-- --> 608</a> 609<ul class="navList" title="Navigation"> 610<li><a href="../../../../overview-summary.html">Overview</a></li> 611<li><a href="package-summary.html">Package</a></li> 612<li class="navBarCell1Rev">Class</li> 613<li><a href="class-use/PropertyName.html">Use</a></li> 614<li><a href="package-tree.html">Tree</a></li> 615<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 616<li><a href="../../../../index-all.html">Index</a></li> 617<li><a href="../../../../help-doc.html">Help</a></li> 618</ul> 619</div> 620<div class="subNav"> 621<ul class="navList"> 622<li><a href="../../../../com/fasterxml/jackson/databind/PropertyMetadata.MergeInfo.html" title="class in com.fasterxml.jackson.databind"><span class="typeNameLink">Prev Class</span></a></li> 623<li><a href="../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><span class="typeNameLink">Next Class</span></a></li> 624</ul> 625<ul class="navList"> 626<li><a href="../../../../index.html?com/fasterxml/jackson/databind/PropertyName.html" target="_top">Frames</a></li> 627<li><a href="PropertyName.html" target="_top">No Frames</a></li> 628</ul> 629<ul class="navList" id="allclasses_navbar_bottom"> 630<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 631</ul> 632<div> 633<script type="text/javascript"><!-- 634 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 635 if(window==top) { 636 allClassesLink.style.display = "block"; 637 } 638 else { 639 allClassesLink.style.display = "none"; 640 } 641 //--> 642</script> 643</div> 644<div> 645<ul class="subNavList"> 646<li>Summary: </li> 647<li>Nested | </li> 648<li><a href="#field.summary">Field</a> | </li> 649<li><a href="#constructor.summary">Constr</a> | </li> 650<li><a href="#method.summary">Method</a></li> 651</ul> 652<ul class="subNavList"> 653<li>Detail: </li> 654<li><a href="#field.detail">Field</a> | </li> 655<li><a href="#constructor.detail">Constr</a> | </li> 656<li><a href="#method.detail">Method</a></li> 657</ul> 658</div> 659<a name="skip.navbar.bottom"> 660<!-- --> 661</a></div> 662<!-- ======== END OF BOTTOM NAVBAR ======= --> 663<p class="legalCopy"><small>Copyright © 2008–2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 664</body> 665</html> 666