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