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_10-ea) on Mon Apr 22 19:50:33 PDT 2013 -->
6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7<title>PropertyName (jackson-databind 2.2.0 API)</title>
8<meta name="date" content="2013-04-22">
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.2.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/ObjectWriter.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://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>
132<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#_namespace">_namespace</a></strong></code>
133<div class="block">Additional namespace, for formats that have such concept (JSON
134 does not, XML does, for example).</div>
135</td>
136</tr>
137<tr class="rowColor">
138<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>
139<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#_simpleName">_simpleName</a></strong></code>
140<div class="block">Basic name of the property.</div>
141</td>
142</tr>
143<tr class="altColor">
144<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
145<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#NO_NAME">NO_NAME</a></strong></code>
146<div class="block">Special placeholder value that indicates that there is no name associated.</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#USE_DEFAULT">USE_DEFAULT</a></strong></code>
152<div class="block">Special placeholder value that indicates that name to use should be
153 based on the standard heuristics.</div>
154</td>
155</tr>
156</table>
157</li>
158</ul>
159<!-- ======== CONSTRUCTOR SUMMARY ======== -->
160<ul class="blockList">
161<li class="blockList"><a name="constructor_summary">
162<!--   -->
163</a>
164<h3>Constructor Summary</h3>
165<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
166<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
167<tr>
168<th class="colOne" scope="col">Constructor and Description</th>
169</tr>
170<tr class="altColor">
171<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>
172</tr>
173<tr class="rowColor">
174<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,
175            <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>
176</tr>
177</table>
178</li>
179</ul>
180<!-- ========== METHOD SUMMARY =========== -->
181<ul class="blockList">
182<li class="blockList"><a name="method_summary">
183<!--   -->
184</a>
185<h3>Method Summary</h3>
186<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
187<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
188<tr>
189<th class="colFirst" scope="col">Modifier and Type</th>
190<th class="colLast" scope="col">Method and Description</th>
191</tr>
192<tr class="altColor">
193<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
194<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,
195         <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>
196</tr>
197<tr class="rowColor">
198<td class="colFirst"><code>boolean</code></td>
199<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>
200</tr>
201<tr class="altColor">
202<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>
203<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#getNamespace()">getNamespace</a></strong>()</code>&nbsp;</td>
204</tr>
205<tr class="rowColor">
206<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>
207<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#getSimpleName()">getSimpleName</a></strong>()</code>&nbsp;</td>
208</tr>
209<tr class="altColor">
210<td class="colFirst"><code>int</code></td>
211<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
212</tr>
213<tr class="rowColor">
214<td class="colFirst"><code>boolean</code></td>
215<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasNamespace()">hasNamespace</a></strong>()</code>&nbsp;</td>
216</tr>
217<tr class="altColor">
218<td class="colFirst"><code>boolean</code></td>
219<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasSimpleName()">hasSimpleName</a></strong>()</code>&nbsp;</td>
220</tr>
221<tr class="rowColor">
222<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>
223<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#readResolve()">readResolve</a></strong>()</code>&nbsp;</td>
224</tr>
225<tr class="altColor">
226<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>
227<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#toString()">toString</a></strong>()</code>&nbsp;</td>
228</tr>
229<tr class="rowColor">
230<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
231<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>
232<div class="block">Fluent factory method for constructing an instance with different
233 namespace.</div>
234</td>
235</tr>
236<tr class="altColor">
237<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
238<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>
239<div class="block">Fluent factory method for constructing an instance with different
240 simple name.</div>
241</td>
242</tr>
243</table>
244<ul class="blockList">
245<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
246<!--   -->
247</a>
248<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>
249<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>
250</ul>
251</li>
252</ul>
253</li>
254</ul>
255</div>
256<div class="details">
257<ul class="blockList">
258<li class="blockList">
259<!-- ============ FIELD DETAIL =========== -->
260<ul class="blockList">
261<li class="blockList"><a name="field_detail">
262<!--   -->
263</a>
264<h3>Field Detail</h3>
265<a name="USE_DEFAULT">
266<!--   -->
267</a>
268<ul class="blockList">
269<li class="blockList">
270<h4>USE_DEFAULT</h4>
271<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>
272<div class="block">Special placeholder value that indicates that name to use should be
273 based on the standard heuristics. This can be different from returning
274 null, as null means "no information available, whereas this value
275 indicates explicit defaulting.</div>
276</li>
277</ul>
278<a name="NO_NAME">
279<!--   -->
280</a>
281<ul class="blockList">
282<li class="blockList">
283<h4>NO_NAME</h4>
284<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>
285<div class="block">Special placeholder value that indicates that there is no name associated.
286 Exact semantics to use (if any) depend on actual annotation in use, but
287 commonly this value disables behavior for which name would be needed.</div>
288</li>
289</ul>
290<a name="_simpleName">
291<!--   -->
292</a>
293<ul class="blockList">
294<li class="blockList">
295<h4>_simpleName</h4>
296<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>
297<div class="block">Basic name of the property.</div>
298</li>
299</ul>
300<a name="_namespace">
301<!--   -->
302</a>
303<ul class="blockListLast">
304<li class="blockList">
305<h4>_namespace</h4>
306<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>
307<div class="block">Additional namespace, for formats that have such concept (JSON
308 does not, XML does, for example).</div>
309</li>
310</ul>
311</li>
312</ul>
313<!-- ========= CONSTRUCTOR DETAIL ======== -->
314<ul class="blockList">
315<li class="blockList"><a name="constructor_detail">
316<!--   -->
317</a>
318<h3>Constructor Detail</h3>
319<a name="PropertyName(java.lang.String)">
320<!--   -->
321</a>
322<ul class="blockList">
323<li class="blockList">
324<h4>PropertyName</h4>
325<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>
326</li>
327</ul>
328<a name="PropertyName(java.lang.String, java.lang.String)">
329<!--   -->
330</a>
331<ul class="blockListLast">
332<li class="blockList">
333<h4>PropertyName</h4>
334<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,
335            <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>
336</li>
337</ul>
338</li>
339</ul>
340<!-- ============ METHOD DETAIL ========== -->
341<ul class="blockList">
342<li class="blockList"><a name="method_detail">
343<!--   -->
344</a>
345<h3>Method Detail</h3>
346<a name="readResolve()">
347<!--   -->
348</a>
349<ul class="blockList">
350<li class="blockList">
351<h4>readResolve</h4>
352<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>
353</li>
354</ul>
355<a name="construct(java.lang.String, java.lang.String)">
356<!--   -->
357</a>
358<ul class="blockList">
359<li class="blockList">
360<h4>construct</h4>
361<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,
362                     <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>
363</li>
364</ul>
365<a name="withSimpleName(java.lang.String)">
366<!--   -->
367</a>
368<ul class="blockList">
369<li class="blockList">
370<h4>withSimpleName</h4>
371<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>
372<div class="block">Fluent factory method for constructing an instance with different
373 simple name.</div>
374</li>
375</ul>
376<a name="withNamespace(java.lang.String)">
377<!--   -->
378</a>
379<ul class="blockList">
380<li class="blockList">
381<h4>withNamespace</h4>
382<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>
383<div class="block">Fluent factory method for constructing an instance with different
384 namespace.</div>
385</li>
386</ul>
387<a name="getSimpleName()">
388<!--   -->
389</a>
390<ul class="blockList">
391<li class="blockList">
392<h4>getSimpleName</h4>
393<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>
394</li>
395</ul>
396<a name="getNamespace()">
397<!--   -->
398</a>
399<ul class="blockList">
400<li class="blockList">
401<h4>getNamespace</h4>
402<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>
403</li>
404</ul>
405<a name="hasSimpleName()">
406<!--   -->
407</a>
408<ul class="blockList">
409<li class="blockList">
410<h4>hasSimpleName</h4>
411<pre>public&nbsp;boolean&nbsp;hasSimpleName()</pre>
412</li>
413</ul>
414<a name="hasNamespace()">
415<!--   -->
416</a>
417<ul class="blockList">
418<li class="blockList">
419<h4>hasNamespace</h4>
420<pre>public&nbsp;boolean&nbsp;hasNamespace()</pre>
421</li>
422</ul>
423<a name="equals(java.lang.Object)">
424<!--   -->
425</a>
426<ul class="blockList">
427<li class="blockList">
428<h4>equals</h4>
429<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>
430<dl>
431<dt><strong>Overrides:</strong></dt>
432<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>
433</dl>
434</li>
435</ul>
436<a name="hashCode()">
437<!--   -->
438</a>
439<ul class="blockList">
440<li class="blockList">
441<h4>hashCode</h4>
442<pre>public&nbsp;int&nbsp;hashCode()</pre>
443<dl>
444<dt><strong>Overrides:</strong></dt>
445<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>
446</dl>
447</li>
448</ul>
449<a name="toString()">
450<!--   -->
451</a>
452<ul class="blockListLast">
453<li class="blockList">
454<h4>toString</h4>
455<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>
456<dl>
457<dt><strong>Overrides:</strong></dt>
458<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>
459</dl>
460</li>
461</ul>
462</li>
463</ul>
464</li>
465</ul>
466</div>
467</div>
468<!-- ========= END OF CLASS DATA ========= -->
469<!-- ======= START OF BOTTOM NAVBAR ====== -->
470<div class="bottomNav"><a name="navbar_bottom">
471<!--   -->
472</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
473<!--   -->
474</a>
475<ul class="navList" title="Navigation">
476<li><a href="../../../../overview-summary.html">Overview</a></li>
477<li><a href="package-summary.html">Package</a></li>
478<li class="navBarCell1Rev">Class</li>
479<li><a href="class-use/PropertyName.html">Use</a></li>
480<li><a href="package-tree.html">Tree</a></li>
481<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
482<li><a href="../../../../index-all.html">Index</a></li>
483<li><a href="../../../../help-doc.html">Help</a></li>
484</ul>
485</div>
486<div class="subNav">
487<ul class="navList">
488<li><a href="../../../../com/fasterxml/jackson/databind/ObjectWriter.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li>
489<li><a href="../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li>
490</ul>
491<ul class="navList">
492<li><a href="../../../../index.html?com/fasterxml/jackson/databind/PropertyName.html" target="_top">Frames</a></li>
493<li><a href="PropertyName.html" target="_top">No Frames</a></li>
494</ul>
495<ul class="navList" id="allclasses_navbar_bottom">
496<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
497</ul>
498<div>
499<script type="text/javascript"><!--
500  allClassesLink = document.getElementById("allclasses_navbar_bottom");
501  if(window==top) {
502    allClassesLink.style.display = "block";
503  }
504  else {
505    allClassesLink.style.display = "none";
506  }
507  //-->
508</script>
509</div>
510<div>
511<ul class="subNavList">
512<li>Summary:&nbsp;</li>
513<li>Nested&nbsp;|&nbsp;</li>
514<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
515<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
516<li><a href="#method_summary">Method</a></li>
517</ul>
518<ul class="subNavList">
519<li>Detail:&nbsp;</li>
520<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
521<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
522<li><a href="#method_detail">Method</a></li>
523</ul>
524</div>
525<a name="skip-navbar_bottom">
526<!--   -->
527</a></div>
528<!-- ======== END OF BOTTOM NAVBAR ======= -->
529<p class="legalCopy"><small>Copyright &#169; 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
530</body>
531</html>
532