• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 Thu Jul 07 10:49:27 PDT 2016 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>JsonFormat.Shape (Jackson-annotations 2.8.0 API)</title>
8<meta name="date" content="2016-07-07">
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="JsonFormat.Shape (Jackson-annotations 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="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/JsonFormat.Shape.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-all.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Features.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/JsonFormat.Shape.html" target="_top">Frames</a></li>
44<li><a href="JsonFormat.Shape.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Nested&nbsp;|&nbsp;</li>
65<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
66<li>Field&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
72<li>Field&nbsp;|&nbsp;</li>
73<li><a href="#method_detail">Method</a></li>
74</ul>
75</div>
76<a name="skip-navbar_top">
77<!--   -->
78</a></div>
79<!-- ========= END OF TOP NAVBAR ========= -->
80<!-- ======== START OF CLASS DATA ======== -->
81<div class="header">
82<div class="subTitle">com.fasterxml.jackson.annotation</div>
83<h2 title="Enum JsonFormat.Shape" class="title">Enum JsonFormat.Shape</h2>
84</div>
85<div class="contentContainer">
86<ul class="inheritance">
87<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>
88<li>
89<ul class="inheritance">
90<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a>&gt;</li>
91<li>
92<ul class="inheritance">
93<li>com.fasterxml.jackson.annotation.JsonFormat.Shape</li>
94</ul>
95</li>
96</ul>
97</li>
98</ul>
99<div class="description">
100<ul class="blockList">
101<li class="blockList">
102<dl>
103<dt>All Implemented Interfaces:</dt>
104<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>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a>&gt;</dd>
105</dl>
106<dl>
107<dt>Enclosing class:</dt>
108<dd><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation">JsonFormat</a></dd>
109</dl>
110<hr>
111<br>
112<pre>public static enum <span class="strong">JsonFormat.Shape</span>
113extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a>&gt;</pre>
114<div class="block">Value enumeration used for indicating preferred Shape; translates
115 loosely to JSON types, with some extra values to indicate less precise
116 choices (i.e. allowing one of multiple actual shapes)</div>
117</li>
118</ul>
119</div>
120<div class="summary">
121<ul class="blockList">
122<li class="blockList">
123<!-- =========== ENUM CONSTANT SUMMARY =========== -->
124<ul class="blockList">
125<li class="blockList"><a name="enum_constant_summary">
126<!--   -->
127</a>
128<h3>Enum Constant Summary</h3>
129<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
130<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
131<tr>
132<th class="colOne" scope="col">Enum Constant and Description</th>
133</tr>
134<tr class="altColor">
135<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#ANY">ANY</a></strong></code>
136<div class="block">Marker enum value that indicates "whatever" choice, meaning that annotation
137 does NOT specify shape to use.</div>
138</td>
139</tr>
140<tr class="rowColor">
141<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#ARRAY">ARRAY</a></strong></code>
142<div class="block">Value that indicates that (JSON) Array type should be used.</div>
143</td>
144</tr>
145<tr class="altColor">
146<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#BOOLEAN">BOOLEAN</a></strong></code>
147<div class="block">Value that indicates that (JSON) boolean type
148 (true, false) should be used.</div>
149</td>
150</tr>
151<tr class="rowColor">
152<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#NATURAL">NATURAL</a></strong></code>
153<div class="block">Marker enum value that indicates the "default" choice for given datatype;
154 for example, JSON String for <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, or JSON Number
155 for Java numbers.</div>
156</td>
157</tr>
158<tr class="altColor">
159<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#NUMBER">NUMBER</a></strong></code>
160<div class="block">Value that indicates that a numeric (JSON) type should be used
161 (but does not specify whether integer or floating-point representation
162 should be used)</div>
163</td>
164</tr>
165<tr class="rowColor">
166<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#NUMBER_FLOAT">NUMBER_FLOAT</a></strong></code>
167<div class="block">Value that indicates that floating-point numeric type should be used</div>
168</td>
169</tr>
170<tr class="altColor">
171<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#NUMBER_INT">NUMBER_INT</a></strong></code>
172<div class="block">Value that indicates that integer number type should be used
173 (and not <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#NUMBER_FLOAT"><code>NUMBER_FLOAT</code></a>).</div>
174</td>
175</tr>
176<tr class="rowColor">
177<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#OBJECT">OBJECT</a></strong></code>
178<div class="block">Value that indicates that (JSON) Object type should be used.</div>
179</td>
180</tr>
181<tr class="altColor">
182<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#SCALAR">SCALAR</a></strong></code>
183<div class="block">Value that indicates shape should not be structural (that is, not
184 <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#ARRAY"><code>ARRAY</code></a> or <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#OBJECT"><code>OBJECT</code></a>, but can be any other shape.</div>
185</td>
186</tr>
187<tr class="rowColor">
188<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#STRING">STRING</a></strong></code>
189<div class="block">Value that indicates that (JSON) String type should be used.</div>
190</td>
191</tr>
192</table>
193</li>
194</ul>
195<!-- ========== METHOD SUMMARY =========== -->
196<ul class="blockList">
197<li class="blockList"><a name="method_summary">
198<!--   -->
199</a>
200<h3>Method Summary</h3>
201<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
202<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
203<tr>
204<th class="colFirst" scope="col">Modifier and Type</th>
205<th class="colLast" scope="col">Method and Description</th>
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/annotation/JsonFormat.Shape.html#isNumeric()">isNumeric</a></strong>()</code>&nbsp;</td>
210</tr>
211<tr class="rowColor">
212<td class="colFirst"><code>boolean</code></td>
213<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#isStructured()">isStructured</a></strong>()</code>&nbsp;</td>
214</tr>
215<tr class="altColor">
216<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a></code></td>
217<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#valueOf(java.lang.String)">valueOf</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;name)</code>
218<div class="block">Returns the enum constant of this type with the specified name.</div>
219</td>
220</tr>
221<tr class="rowColor">
222<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a>[]</code></td>
223<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#values()">values</a></strong>()</code>
224<div class="block">Returns an array containing the constants of this enum type, in
225the order they are declared.</div>
226</td>
227</tr>
228</table>
229<ul class="blockList">
230<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
231<!--   -->
232</a>
233<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
234<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.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/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li>
235</ul>
236<ul class="blockList">
237<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
238<!--   -->
239</a>
240<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>
241<code><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,%20int)" title="class or interface in java.lang">wait</a></code></li>
242</ul>
243</li>
244</ul>
245</li>
246</ul>
247</div>
248<div class="details">
249<ul class="blockList">
250<li class="blockList">
251<!-- ============ ENUM CONSTANT DETAIL =========== -->
252<ul class="blockList">
253<li class="blockList"><a name="enum_constant_detail">
254<!--   -->
255</a>
256<h3>Enum Constant Detail</h3>
257<a name="ANY">
258<!--   -->
259</a>
260<ul class="blockList">
261<li class="blockList">
262<h4>ANY</h4>
263<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> ANY</pre>
264<div class="block">Marker enum value that indicates "whatever" choice, meaning that annotation
265 does NOT specify shape to use.
266 Note that this is different from <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#NATURAL"><code>NATURAL</code></a>, which
267 specifically instructs use of the "natural" shape for datatype.</div>
268</li>
269</ul>
270<a name="NATURAL">
271<!--   -->
272</a>
273<ul class="blockList">
274<li class="blockList">
275<h4>NATURAL</h4>
276<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> NATURAL</pre>
277<div class="block">Marker enum value that indicates the "default" choice for given datatype;
278 for example, JSON String for <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>, or JSON Number
279 for Java numbers.
280 Note that this is different from <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#ANY"><code>ANY</code></a> in that this is actual
281 explicit choice that overrides possible default settings.</div>
282<dl><dt><span class="strong">Since:</span></dt>
283  <dd>2.8</dd></dl>
284</li>
285</ul>
286<a name="SCALAR">
287<!--   -->
288</a>
289<ul class="blockList">
290<li class="blockList">
291<h4>SCALAR</h4>
292<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> SCALAR</pre>
293<div class="block">Value that indicates shape should not be structural (that is, not
294 <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#ARRAY"><code>ARRAY</code></a> or <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#OBJECT"><code>OBJECT</code></a>, but can be any other shape.</div>
295</li>
296</ul>
297<a name="ARRAY">
298<!--   -->
299</a>
300<ul class="blockList">
301<li class="blockList">
302<h4>ARRAY</h4>
303<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> ARRAY</pre>
304<div class="block">Value that indicates that (JSON) Array type should be used.</div>
305</li>
306</ul>
307<a name="OBJECT">
308<!--   -->
309</a>
310<ul class="blockList">
311<li class="blockList">
312<h4>OBJECT</h4>
313<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> OBJECT</pre>
314<div class="block">Value that indicates that (JSON) Object type should be used.</div>
315</li>
316</ul>
317<a name="NUMBER">
318<!--   -->
319</a>
320<ul class="blockList">
321<li class="blockList">
322<h4>NUMBER</h4>
323<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> NUMBER</pre>
324<div class="block">Value that indicates that a numeric (JSON) type should be used
325 (but does not specify whether integer or floating-point representation
326 should be used)</div>
327</li>
328</ul>
329<a name="NUMBER_FLOAT">
330<!--   -->
331</a>
332<ul class="blockList">
333<li class="blockList">
334<h4>NUMBER_FLOAT</h4>
335<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> NUMBER_FLOAT</pre>
336<div class="block">Value that indicates that floating-point numeric type should be used</div>
337</li>
338</ul>
339<a name="NUMBER_INT">
340<!--   -->
341</a>
342<ul class="blockList">
343<li class="blockList">
344<h4>NUMBER_INT</h4>
345<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> NUMBER_INT</pre>
346<div class="block">Value that indicates that integer number type should be used
347 (and not <a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html#NUMBER_FLOAT"><code>NUMBER_FLOAT</code></a>).</div>
348</li>
349</ul>
350<a name="STRING">
351<!--   -->
352</a>
353<ul class="blockList">
354<li class="blockList">
355<h4>STRING</h4>
356<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> STRING</pre>
357<div class="block">Value that indicates that (JSON) String type should be used.</div>
358</li>
359</ul>
360<a name="BOOLEAN">
361<!--   -->
362</a>
363<ul class="blockListLast">
364<li class="blockList">
365<h4>BOOLEAN</h4>
366<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> BOOLEAN</pre>
367<div class="block">Value that indicates that (JSON) boolean type
368 (true, false) should be used.</div>
369</li>
370</ul>
371</li>
372</ul>
373<!-- ============ METHOD DETAIL ========== -->
374<ul class="blockList">
375<li class="blockList"><a name="method_detail">
376<!--   -->
377</a>
378<h3>Method Detail</h3>
379<a name="values()">
380<!--   -->
381</a>
382<ul class="blockList">
383<li class="blockList">
384<h4>values</h4>
385<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a>[]&nbsp;values()</pre>
386<div class="block">Returns an array containing the constants of this enum type, in
387the order they are declared.  This method may be used to iterate
388over the constants as follows:
389<pre>
390for (JsonFormat.Shape c : JsonFormat.Shape.values())
391&nbsp;   System.out.println(c);
392</pre></div>
393<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl>
394</li>
395</ul>
396<a name="valueOf(java.lang.String)">
397<!--   -->
398</a>
399<ul class="blockList">
400<li class="blockList">
401<h4>valueOf</h4>
402<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a>&nbsp;valueOf(<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;name)</pre>
403<div class="block">Returns the enum constant of this type with the specified name.
404The string must match <i>exactly</i> an identifier used to declare an
405enum constant in this type.  (Extraneous whitespace characters are
406not permitted.)</div>
407<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
408<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
409<dt><span class="strong">Throws:</span></dt>
410<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
411<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl>
412</li>
413</ul>
414<a name="isNumeric()">
415<!--   -->
416</a>
417<ul class="blockList">
418<li class="blockList">
419<h4>isNumeric</h4>
420<pre>public&nbsp;boolean&nbsp;isNumeric()</pre>
421</li>
422</ul>
423<a name="isStructured()">
424<!--   -->
425</a>
426<ul class="blockListLast">
427<li class="blockList">
428<h4>isStructured</h4>
429<pre>public&nbsp;boolean&nbsp;isStructured()</pre>
430</li>
431</ul>
432</li>
433</ul>
434</li>
435</ul>
436</div>
437</div>
438<!-- ========= END OF CLASS DATA ========= -->
439<!-- ======= START OF BOTTOM NAVBAR ====== -->
440<div class="bottomNav"><a name="navbar_bottom">
441<!--   -->
442</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
443<!--   -->
444</a>
445<ul class="navList" title="Navigation">
446<li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li>
447<li class="navBarCell1Rev">Class</li>
448<li><a href="class-use/JsonFormat.Shape.html">Use</a></li>
449<li><a href="package-tree.html">Tree</a></li>
450<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
451<li><a href="../../../../index-all.html">Index</a></li>
452<li><a href="../../../../help-doc.html">Help</a></li>
453</ul>
454</div>
455<div class="subNav">
456<ul class="navList">
457<li><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Features.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">Prev Class</span></a></li>
458<li><a href="../../../../com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation"><span class="strong">Next Class</span></a></li>
459</ul>
460<ul class="navList">
461<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/JsonFormat.Shape.html" target="_top">Frames</a></li>
462<li><a href="JsonFormat.Shape.html" target="_top">No Frames</a></li>
463</ul>
464<ul class="navList" id="allclasses_navbar_bottom">
465<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
466</ul>
467<div>
468<script type="text/javascript"><!--
469  allClassesLink = document.getElementById("allclasses_navbar_bottom");
470  if(window==top) {
471    allClassesLink.style.display = "block";
472  }
473  else {
474    allClassesLink.style.display = "none";
475  }
476  //-->
477</script>
478</div>
479<div>
480<ul class="subNavList">
481<li>Summary:&nbsp;</li>
482<li>Nested&nbsp;|&nbsp;</li>
483<li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li>
484<li>Field&nbsp;|&nbsp;</li>
485<li><a href="#method_summary">Method</a></li>
486</ul>
487<ul class="subNavList">
488<li>Detail:&nbsp;</li>
489<li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li>
490<li>Field&nbsp;|&nbsp;</li>
491<li><a href="#method_detail">Method</a></li>
492</ul>
493</div>
494<a name="skip-navbar_bottom">
495<!--   -->
496</a></div>
497<!-- ======== END OF BOTTOM NAVBAR ======= -->
498<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
499</body>
500</html>
501