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:54 PDT 2014 -->
6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7<title>PropertyName (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="PropertyName (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 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/6/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/6/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/6/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/6/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.4/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/6/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/6/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/6/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, java.lang.String)">PropertyName</a></strong>(<a href="http://docs.oracle.com/javase/6/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/6/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, java.lang.String)">construct</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;simpleName,
201         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ns)</code>&nbsp;</td>
202</tr>
203<tr class="rowColor">
204<td class="colFirst"><code>boolean</code></td>
205<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/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code>&nbsp;</td>
206</tr>
207<tr class="altColor">
208<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
209<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#getNamespace()">getNamespace</a></strong>()</code>&nbsp;</td>
210</tr>
211<tr class="rowColor">
212<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/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#getSimpleName()">getSimpleName</a></strong>()</code>&nbsp;</td>
214</tr>
215<tr class="altColor">
216<td class="colFirst"><code>int</code></td>
217<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
218</tr>
219<tr class="rowColor">
220<td class="colFirst"><code>boolean</code></td>
221<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasNamespace()">hasNamespace</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#hasSimpleName()">hasSimpleName</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(java.lang.String)">hasSimpleName</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str)</code>&nbsp;</td>
230</tr>
231<tr class="altColor">
232<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
233<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#internSimpleName()">internSimpleName</a></strong>()</code>&nbsp;</td>
234</tr>
235<tr class="rowColor">
236<td class="colFirst"><code>boolean</code></td>
237<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#isEmpty()">isEmpty</a></strong>()</code>
238<div class="block">Method that is basically equivalent of:</div>
239</td>
240</tr>
241<tr class="altColor">
242<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
243<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#readResolve()">readResolve</a></strong>()</code>&nbsp;</td>
244</tr>
245<tr class="rowColor">
246<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/SerializableString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">SerializableString</a></code></td>
247<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>
248<div class="block">Accessor that may be used to get lazily-constructed efficient
249 representation of the simple name.</div>
250</td>
251</tr>
252<tr class="altColor">
253<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
254<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#toString()">toString</a></strong>()</code>&nbsp;</td>
255</tr>
256<tr class="rowColor">
257<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
258<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/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ns)</code>
259<div class="block">Fluent factory method for constructing an instance with different
260 namespace.</div>
261</td>
262</tr>
263<tr class="altColor">
264<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
265<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/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;simpleName)</code>
266<div class="block">Fluent factory method for constructing an instance with different
267 simple name.</div>
268</td>
269</tr>
270</table>
271<ul class="blockList">
272<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
273<!--   -->
274</a>
275<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
276<code><a href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
277</ul>
278</li>
279</ul>
280</li>
281</ul>
282</div>
283<div class="details">
284<ul class="blockList">
285<li class="blockList">
286<!-- ============ FIELD DETAIL =========== -->
287<ul class="blockList">
288<li class="blockList"><a name="field_detail">
289<!--   -->
290</a>
291<h3>Field Detail</h3>
292<a name="USE_DEFAULT">
293<!--   -->
294</a>
295<ul class="blockList">
296<li class="blockList">
297<h4>USE_DEFAULT</h4>
298<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>
299<div class="block">Special placeholder value that indicates that name to use should be
300 based on the standard heuristics. This can be different from returning
301 null, as null means "no information available, whereas this value
302 indicates explicit defaulting.</div>
303</li>
304</ul>
305<a name="NO_NAME">
306<!--   -->
307</a>
308<ul class="blockList">
309<li class="blockList">
310<h4>NO_NAME</h4>
311<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>
312<div class="block">Special placeholder value that indicates that there is no name associated.
313 Exact semantics to use (if any) depend on actual annotation in use, but
314 commonly this value disables behavior for which name would be needed.</div>
315</li>
316</ul>
317<a name="_simpleName">
318<!--   -->
319</a>
320<ul class="blockList">
321<li class="blockList">
322<h4>_simpleName</h4>
323<pre>protected final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _simpleName</pre>
324<div class="block">Basic name of the property.</div>
325</li>
326</ul>
327<a name="_namespace">
328<!--   -->
329</a>
330<ul class="blockList">
331<li class="blockList">
332<h4>_namespace</h4>
333<pre>protected final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _namespace</pre>
334<div class="block">Additional namespace, for formats that have such concept (JSON
335 does not, XML does, for example).</div>
336</li>
337</ul>
338<a name="_encodedSimple">
339<!--   -->
340</a>
341<ul class="blockListLast">
342<li class="blockList">
343<h4>_encodedSimple</h4>
344<pre>protected&nbsp;<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/SerializableString.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">SerializableString</a> _encodedSimple</pre>
345<div class="block">Lazily-constructed efficient representation of the simple name.
346<p>
347 NOTE: not defined as volatile to avoid performance problem with
348 concurrent access in multi-core environments; due to statelessness
349 of <a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/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>
350<dl><dt><span class="strong">Since:</span></dt>
351  <dd>2.4</dd></dl>
352</li>
353</ul>
354</li>
355</ul>
356<!-- ========= CONSTRUCTOR DETAIL ======== -->
357<ul class="blockList">
358<li class="blockList"><a name="constructor_detail">
359<!--   -->
360</a>
361<h3>Constructor Detail</h3>
362<a name="PropertyName(java.lang.String)">
363<!--   -->
364</a>
365<ul class="blockList">
366<li class="blockList">
367<h4>PropertyName</h4>
368<pre>public&nbsp;PropertyName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;simpleName)</pre>
369</li>
370</ul>
371<a name="PropertyName(java.lang.String, java.lang.String)">
372<!--   -->
373</a>
374<ul class="blockListLast">
375<li class="blockList">
376<h4>PropertyName</h4>
377<pre>public&nbsp;PropertyName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;simpleName,
378            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</pre>
379</li>
380</ul>
381</li>
382</ul>
383<!-- ============ METHOD DETAIL ========== -->
384<ul class="blockList">
385<li class="blockList"><a name="method_detail">
386<!--   -->
387</a>
388<h3>Method Detail</h3>
389<a name="readResolve()">
390<!--   -->
391</a>
392<ul class="blockList">
393<li class="blockList">
394<h4>readResolve</h4>
395<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;readResolve()</pre>
396</li>
397</ul>
398<a name="construct(java.lang.String, java.lang.String)">
399<!--   -->
400</a>
401<ul class="blockList">
402<li class="blockList">
403<h4>construct</h4>
404<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/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;simpleName,
405                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ns)</pre>
406</li>
407</ul>
408<a name="internSimpleName()">
409<!--   -->
410</a>
411<ul class="blockList">
412<li class="blockList">
413<h4>internSimpleName</h4>
414<pre>public&nbsp;<a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a>&nbsp;internSimpleName()</pre>
415</li>
416</ul>
417<a name="withSimpleName(java.lang.String)">
418<!--   -->
419</a>
420<ul class="blockList">
421<li class="blockList">
422<h4>withSimpleName</h4>
423<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/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;simpleName)</pre>
424<div class="block">Fluent factory method for constructing an instance with different
425 simple name.</div>
426</li>
427</ul>
428<a name="withNamespace(java.lang.String)">
429<!--   -->
430</a>
431<ul class="blockList">
432<li class="blockList">
433<h4>withNamespace</h4>
434<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/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ns)</pre>
435<div class="block">Fluent factory method for constructing an instance with different
436 namespace.</div>
437</li>
438</ul>
439<a name="getSimpleName()">
440<!--   -->
441</a>
442<ul class="blockList">
443<li class="blockList">
444<h4>getSimpleName</h4>
445<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getSimpleName()</pre>
446</li>
447</ul>
448<a name="simpleAsEncoded(com.fasterxml.jackson.databind.cfg.MapperConfig)">
449<!--   -->
450</a>
451<ul class="blockList">
452<li class="blockList">
453<h4>simpleAsEncoded</h4>
454<pre>public&nbsp;<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/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>
455<div class="block">Accessor that may be used to get lazily-constructed efficient
456 representation of the simple name.</div>
457<dl><dt><span class="strong">Since:</span></dt>
458  <dd>2.4</dd></dl>
459</li>
460</ul>
461<a name="getNamespace()">
462<!--   -->
463</a>
464<ul class="blockList">
465<li class="blockList">
466<h4>getNamespace</h4>
467<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getNamespace()</pre>
468</li>
469</ul>
470<a name="hasSimpleName()">
471<!--   -->
472</a>
473<ul class="blockList">
474<li class="blockList">
475<h4>hasSimpleName</h4>
476<pre>public&nbsp;boolean&nbsp;hasSimpleName()</pre>
477</li>
478</ul>
479<a name="hasSimpleName(java.lang.String)">
480<!--   -->
481</a>
482<ul class="blockList">
483<li class="blockList">
484<h4>hasSimpleName</h4>
485<pre>public&nbsp;boolean&nbsp;hasSimpleName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str)</pre>
486<dl><dt><span class="strong">Since:</span></dt>
487  <dd>2.3</dd></dl>
488</li>
489</ul>
490<a name="hasNamespace()">
491<!--   -->
492</a>
493<ul class="blockList">
494<li class="blockList">
495<h4>hasNamespace</h4>
496<pre>public&nbsp;boolean&nbsp;hasNamespace()</pre>
497</li>
498</ul>
499<a name="isEmpty()">
500<!--   -->
501</a>
502<ul class="blockList">
503<li class="blockList">
504<h4>isEmpty</h4>
505<pre>public&nbsp;boolean&nbsp;isEmpty()</pre>
506<div class="block">Method that is basically equivalent of:
507<pre>
508   !hasSimpleName() && !hasNamespace();
509</pre></div>
510<dl><dt><span class="strong">Since:</span></dt>
511  <dd>2.4</dd></dl>
512</li>
513</ul>
514<a name="equals(java.lang.Object)">
515<!--   -->
516</a>
517<ul class="blockList">
518<li class="blockList">
519<h4>equals</h4>
520<pre>public&nbsp;boolean&nbsp;equals(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
521<dl>
522<dt><strong>Overrides:</strong></dt>
523<dd><code><a href="http://docs.oracle.com/javase/6/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/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
524</dl>
525</li>
526</ul>
527<a name="hashCode()">
528<!--   -->
529</a>
530<ul class="blockList">
531<li class="blockList">
532<h4>hashCode</h4>
533<pre>public&nbsp;int&nbsp;hashCode()</pre>
534<dl>
535<dt><strong>Overrides:</strong></dt>
536<dd><code><a href="http://docs.oracle.com/javase/6/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/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
537</dl>
538</li>
539</ul>
540<a name="toString()">
541<!--   -->
542</a>
543<ul class="blockListLast">
544<li class="blockList">
545<h4>toString</h4>
546<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
547<dl>
548<dt><strong>Overrides:</strong></dt>
549<dd><code><a href="http://docs.oracle.com/javase/6/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/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
550</dl>
551</li>
552</ul>
553</li>
554</ul>
555</li>
556</ul>
557</div>
558</div>
559<!-- ========= END OF CLASS DATA ========= -->
560<!-- ======= START OF BOTTOM NAVBAR ====== -->
561<div class="bottomNav"><a name="navbar_bottom">
562<!--   -->
563</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
564<!--   -->
565</a>
566<ul class="navList" title="Navigation">
567<li><a href="../../../../overview-summary.html">Overview</a></li>
568<li><a href="package-summary.html">Package</a></li>
569<li class="navBarCell1Rev">Class</li>
570<li><a href="class-use/PropertyName.html">Use</a></li>
571<li><a href="package-tree.html">Tree</a></li>
572<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
573<li><a href="../../../../index-all.html">Index</a></li>
574<li><a href="../../../../help-doc.html">Help</a></li>
575</ul>
576</div>
577<div class="subNav">
578<ul class="navList">
579<li><a href="../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li>
580<li><a href="../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li>
581</ul>
582<ul class="navList">
583<li><a href="../../../../index.html?com/fasterxml/jackson/databind/PropertyName.html" target="_top">Frames</a></li>
584<li><a href="PropertyName.html" target="_top">No Frames</a></li>
585</ul>
586<ul class="navList" id="allclasses_navbar_bottom">
587<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
588</ul>
589<div>
590<script type="text/javascript"><!--
591  allClassesLink = document.getElementById("allclasses_navbar_bottom");
592  if(window==top) {
593    allClassesLink.style.display = "block";
594  }
595  else {
596    allClassesLink.style.display = "none";
597  }
598  //-->
599</script>
600</div>
601<div>
602<ul class="subNavList">
603<li>Summary:&nbsp;</li>
604<li>Nested&nbsp;|&nbsp;</li>
605<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
606<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
607<li><a href="#method_summary">Method</a></li>
608</ul>
609<ul class="subNavList">
610<li>Detail:&nbsp;</li>
611<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
612<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
613<li><a href="#method_detail">Method</a></li>
614</ul>
615</div>
616<a name="skip-navbar_bottom">
617<!--   -->
618</a></div>
619<!-- ======== END OF BOTTOM NAVBAR ======= -->
620<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
621</body>
622</html>
623