1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (1.8.0_162) on Wed Sep 25 19:26:35 PDT 2019 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>Uses of Class com.fasterxml.jackson.annotation.JacksonAnnotation (Jackson-annotations 2.10.0 API)</title> 8<meta name="date" content="2019-09-25"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10<script type="text/javascript" src="../../../../../script.js"></script> 11</head> 12<body> 13<script type="text/javascript"><!-- 14 try { 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="Uses of Class com.fasterxml.jackson.annotation.JacksonAnnotation (Jackson-annotations 2.10.0 API)"; 17 } 18 } 19 catch(err) { 20 } 21//--> 22</script> 23<noscript> 24<div>JavaScript is disabled on your browser.</div> 25</noscript> 26<!-- ========= START OF TOP NAVBAR ======= --> 27<div class="topNav"><a name="navbar.top"> 28<!-- --> 29</a> 30<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> 31<a name="navbar.top.firstrow"> 32<!-- --> 33</a> 34<ul class="navList" title="Navigation"> 35<li><a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 36<li><a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotation.html" title="annotation in com.fasterxml.jackson.annotation">Class</a></li> 37<li class="navBarCell1Rev">Use</li> 38<li><a href="../package-tree.html">Tree</a></li> 39<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 40<li><a href="../../../../../index-all.html">Index</a></li> 41<li><a href="../../../../../help-doc.html">Help</a></li> 42</ul> 43</div> 44<div class="subNav"> 45<ul class="navList"> 46<li>Prev</li> 47<li>Next</li> 48</ul> 49<ul class="navList"> 50<li><a href="../../../../../index.html?com/fasterxml/jackson/annotation/class-use/JacksonAnnotation.html" target="_top">Frames</a></li> 51<li><a href="JacksonAnnotation.html" target="_top">No Frames</a></li> 52</ul> 53<ul class="navList" id="allclasses_navbar_top"> 54<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 55</ul> 56<div> 57<script type="text/javascript"><!-- 58 allClassesLink = document.getElementById("allclasses_navbar_top"); 59 if(window==top) { 60 allClassesLink.style.display = "block"; 61 } 62 else { 63 allClassesLink.style.display = "none"; 64 } 65 //--> 66</script> 67</div> 68<a name="skip.navbar.top"> 69<!-- --> 70</a></div> 71<!-- ========= END OF TOP NAVBAR ========= --> 72<div class="header"> 73<h2 title="Uses of Class com.fasterxml.jackson.annotation.JacksonAnnotation" class="title">Uses of Class<br>com.fasterxml.jackson.annotation.JacksonAnnotation</h2> 74</div> 75<div class="classUseContainer"> 76<ul class="blockList"> 77<li class="blockList"> 78<ul class="blockList"> 79<li class="blockList"><a name="com.fasterxml.jackson.annotation"> 80<!-- --> 81</a> 82<h3>Uses of <a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotation.html" title="annotation in com.fasterxml.jackson.annotation">JacksonAnnotation</a> in <a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a></h3> 83<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> 84<caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">com.fasterxml.jackson.annotation</a> with annotations of type <a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotation.html" title="annotation in com.fasterxml.jackson.annotation">JacksonAnnotation</a></span><span class="tabEnd"> </span></caption> 85<tr> 86<th class="colFirst" scope="col">Modifier and Type</th> 87<th class="colLast" scope="col">Class and Description</th> 88</tr> 89<tbody> 90<tr class="altColor"> 91<td class="colFirst"><code>interface </code></td> 92<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotationsInside.html" title="annotation in com.fasterxml.jackson.annotation">JacksonAnnotationsInside</a></span></code> 93<div class="block">Meta-annotation (annotations used on other annotations) 94 used for indicating that instead of using target annotation 95 (annotation annotated with this annotation), 96 Jackson should use meta-annotations it has.</div> 97</td> 98</tr> 99<tr class="rowColor"> 100<td class="colFirst"><code>interface </code></td> 101<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JacksonInject.html" title="annotation in com.fasterxml.jackson.annotation">JacksonInject</a></span></code> 102<div class="block">Jackson-specific annotation used for indicating that value of 103 annotated property will be "injected", i.e.</div> 104</td> 105</tr> 106<tr class="altColor"> 107<td class="colFirst"><code>interface </code></td> 108<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonAlias.html" title="annotation in com.fasterxml.jackson.annotation">JsonAlias</a></span></code> 109<div class="block">Annotation that can be used to define one or more alternative names for 110 a property, accepted during deserialization as alternative to the official 111 name.</div> 112</td> 113</tr> 114<tr class="rowColor"> 115<td class="colFirst"><code>interface </code></td> 116<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonAnyGetter.html" title="annotation in com.fasterxml.jackson.annotation">JsonAnyGetter</a></span></code> 117<div class="block">Marker annotation that can be used to define a non-static, 118 no-argument method to be an "any getter"; accessor for getting 119 a set of key/value pairs, to be serialized as part of containing POJO 120 (similar to unwrapping) along with regular property values it has.</div> 121</td> 122</tr> 123<tr class="altColor"> 124<td class="colFirst"><code>interface </code></td> 125<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation">JsonAnySetter</a></span></code> 126<div class="block">Marker annotation that can be used to define a logical "any setter" mutator -- 127 either using non-static 128 two-argument method (first argument name of property, second value 129 to set) or a field (of type <a href="https://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> or POJO) - 130 to be used as a "fallback" handler 131 for all otherwise unrecognized properties found from JSON content.</div> 132</td> 133</tr> 134<tr class="rowColor"> 135<td class="colFirst"><code>interface </code></td> 136<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation">JsonAutoDetect</a></span></code> 137<div class="block">Class annotation that can be used to define which kinds of Methods 138 are to be detected by auto-detection, and with what minimum access level.</div> 139</td> 140</tr> 141<tr class="altColor"> 142<td class="colFirst"><code>interface </code></td> 143<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonBackReference.html" title="annotation in com.fasterxml.jackson.annotation">JsonBackReference</a></span></code> 144<div class="block">Annotation used to indicate that associated property is part of 145 two-way linkage between fields; and that its role is "child" (or "back") link.</div> 146</td> 147</tr> 148<tr class="rowColor"> 149<td class="colFirst"><code>interface </code></td> 150<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonClassDescription.html" title="annotation in com.fasterxml.jackson.annotation">JsonClassDescription</a></span></code> 151<div class="block">Annotation used to define a human readable description for annotated 152 type (class).</div> 153</td> 154</tr> 155<tr class="altColor"> 156<td class="colFirst"><code>interface </code></td> 157<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonCreator.html" title="annotation in com.fasterxml.jackson.annotation">JsonCreator</a></span></code> 158<div class="block">Marker annotation that can be used to define constructors and factory 159 methods as one to use for instantiating new instances of the associated 160 class.</div> 161</td> 162</tr> 163<tr class="rowColor"> 164<td class="colFirst"><code>interface </code></td> 165<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonEnumDefaultValue.html" title="annotation in com.fasterxml.jackson.annotation">JsonEnumDefaultValue</a></span></code> 166<div class="block">Marker annotation that can be used to define a default value 167 used when trying to deserialize unknown Enum values.</div> 168</td> 169</tr> 170<tr class="altColor"> 171<td class="colFirst"><code>interface </code></td> 172<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonFilter.html" title="annotation in com.fasterxml.jackson.annotation">JsonFilter</a></span></code> 173<div class="block">Annotation used to indicate which logical filter is to be used 174 for filtering out properties of type (class) annotated; 175 association made by this annotation declaring ids of filters, 176 and <code>com.fasterxml.jackson.databind.ObjectMapper</code> (or objects 177 it delegates to) providing matching filters by id.</div> 178</td> 179</tr> 180<tr class="rowColor"> 181<td class="colFirst"><code>interface </code></td> 182<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation">JsonFormat</a></span></code> 183<div class="block">General-purpose annotation used for configuring details of how 184 values of properties are to be serialized.</div> 185</td> 186</tr> 187<tr class="altColor"> 188<td class="colFirst"><code>interface </code></td> 189<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonGetter.html" title="annotation in com.fasterxml.jackson.annotation">JsonGetter</a></span></code> 190<div class="block">Marker annotation that can be used to define a non-static, 191 no-argument value-returning (non-void) method to be used as a "getter" 192 for a logical property.</div> 193</td> 194</tr> 195<tr class="rowColor"> 196<td class="colFirst"><code>interface </code></td> 197<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation">JsonIdentityInfo</a></span></code> 198<div class="block">Annotation used for indicating that values of annotated type 199 or property should be serializing so that instances either 200 contain additional object identifier (in addition actual object 201 properties), or as a reference that consists of an object id 202 that refers to a full serialization.</div> 203</td> 204</tr> 205<tr class="altColor"> 206<td class="colFirst"><code>interface </code></td> 207<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonIdentityReference.html" title="annotation in com.fasterxml.jackson.annotation">JsonIdentityReference</a></span></code> 208<div class="block">Optional annotation that can be used for customizing details of a reference 209 to Objects for which "Object Identity" is enabled (see <a href="../../../../../com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonIdentityInfo</code></a>).</div> 210</td> 211</tr> 212<tr class="rowColor"> 213<td class="colFirst"><code>interface </code></td> 214<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonIgnore.html" title="annotation in com.fasterxml.jackson.annotation">JsonIgnore</a></span></code> 215<div class="block">Marker annotation that indicates that the logical property that 216 the accessor (field, getter/setter method or Creator parameter 217 [of <a href="../../../../../com/fasterxml/jackson/annotation/JsonCreator.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonCreator</code></a>-annotated constructor or factory method]) 218 is to be ignored by introspection-based 219 serialization and deserialization functionality.</div> 220</td> 221</tr> 222<tr class="altColor"> 223<td class="colFirst"><code>interface </code></td> 224<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonIgnoreProperties.html" title="annotation in com.fasterxml.jackson.annotation">JsonIgnoreProperties</a></span></code> 225<div class="block">Annotation that can be used to either suppress serialization of 226 properties (during serialization), or ignore processing of 227 JSON properties read (during deserialization).</div> 228</td> 229</tr> 230<tr class="rowColor"> 231<td class="colFirst"><code>interface </code></td> 232<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonIgnoreType.html" title="annotation in com.fasterxml.jackson.annotation">JsonIgnoreType</a></span></code> 233<div class="block">Marker annotation that indicates that all properties of annotated 234 type are to be ignored during serialization and deserialization.</div> 235</td> 236</tr> 237<tr class="altColor"> 238<td class="colFirst"><code>interface </code></td> 239<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation">JsonInclude</a></span></code> 240<div class="block">Annotation used to indicate when value of the annotated property (when 241 used for a field, method or constructor parameter), or all 242 properties of the annotated class, is to be serialized.</div> 243</td> 244</tr> 245<tr class="rowColor"> 246<td class="colFirst"><code>interface </code></td> 247<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonManagedReference.html" title="annotation in com.fasterxml.jackson.annotation">JsonManagedReference</a></span></code> 248<div class="block">Annotation used to indicate that annotated property is part of 249 two-way linkage between fields; and that its role is "parent" (or "forward") link.</div> 250</td> 251</tr> 252<tr class="altColor"> 253<td class="colFirst"><code>interface </code></td> 254<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonMerge.html" title="annotation in com.fasterxml.jackson.annotation">JsonMerge</a></span></code> 255<div class="block">Annotation to specify whether annotated property value should use "merging" approach: 256 merging meaning that the current value is first accessed (with a getter or field) and then modified 257 with incoming data.</div> 258</td> 259</tr> 260<tr class="rowColor"> 261<td class="colFirst"><code>interface </code></td> 262<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation">JsonProperty</a></span></code> 263<div class="block">Marker annotation that can be used to define a non-static 264 method as a "setter" or "getter" for a logical property 265 (depending on its signature), 266 or non-static object field to be used (serialized, deserialized) as 267 a logical property.</div> 268</td> 269</tr> 270<tr class="altColor"> 271<td class="colFirst"><code>interface </code></td> 272<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonPropertyDescription.html" title="annotation in com.fasterxml.jackson.annotation">JsonPropertyDescription</a></span></code> 273<div class="block">Annotation used to define a human readable description for a logical 274 property.</div> 275</td> 276</tr> 277<tr class="rowColor"> 278<td class="colFirst"><code>interface </code></td> 279<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonPropertyOrder.html" title="annotation in com.fasterxml.jackson.annotation">JsonPropertyOrder</a></span></code> 280<div class="block">Annotation that can be used to define ordering (possibly partial) to use 281 when serializing object properties.</div> 282</td> 283</tr> 284<tr class="altColor"> 285<td class="colFirst"><code>interface </code></td> 286<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonRawValue.html" title="annotation in com.fasterxml.jackson.annotation">JsonRawValue</a></span></code> 287<div class="block">Marker annotation that indicates that the annotated method 288 or field should be serialized by including literal String value 289 of the property as is, without quoting of characters.</div> 290</td> 291</tr> 292<tr class="rowColor"> 293<td class="colFirst"><code>interface </code></td> 294<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonRootName.html" title="annotation in com.fasterxml.jackson.annotation">JsonRootName</a></span></code> 295<div class="block">Annotation similar to <a href="https://docs.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlRootElement.html?is-external=true" title="class or interface in javax.xml.bind.annotation"><code>XmlRootElement</code></a>, 296 used to indicate name to use for root-level wrapping, if wrapping is 297 enabled.</div> 298</td> 299</tr> 300<tr class="altColor"> 301<td class="colFirst"><code>interface </code></td> 302<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonSetter.html" title="annotation in com.fasterxml.jackson.annotation">JsonSetter</a></span></code> 303<div class="block">Annotation that can be used to define a non-static, 304 single-argument method to be used as a "setter" for a logical property 305 as an alternative to recommended 306 <a href="../../../../../com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonProperty</code></a> annotation; 307 or (as of 2.9 and later), specify additional aspects of the 308 assigning property a value during serialization.</div> 309</td> 310</tr> 311<tr class="rowColor"> 312<td class="colFirst"><code>interface </code></td> 313<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonSubTypes.html" title="annotation in com.fasterxml.jackson.annotation">JsonSubTypes</a></span></code> 314<div class="block">Annotation used with <a href="../../../../../com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation"><code>JsonTypeInfo</code></a> to indicate sub-types of serializable 315 polymorphic types, and to associate logical names used within JSON content 316 (which is more portable than using physical Java class names).</div> 317</td> 318</tr> 319<tr class="altColor"> 320<td class="colFirst"><code>interface </code></td> 321<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonTypeId.html" title="annotation in com.fasterxml.jackson.annotation">JsonTypeId</a></span></code> 322<div class="block">Marker annotation that can be used on a property accessor 323 (field, getter or setter, constructor parameter) to indicate that 324 the property is to contain type id to use when including 325 polymorphic type information.</div> 326</td> 327</tr> 328<tr class="rowColor"> 329<td class="colFirst"><code>interface </code></td> 330<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation">JsonTypeInfo</a></span></code> 331<div class="block">Annotation used for configuring details of if and how type information is 332 used with JSON serialization and deserialization, to preserve information 333 about actual class of Object instances.</div> 334</td> 335</tr> 336<tr class="altColor"> 337<td class="colFirst"><code>interface </code></td> 338<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonTypeName.html" title="annotation in com.fasterxml.jackson.annotation">JsonTypeName</a></span></code> 339<div class="block">Annotation used for binding logical name that the annotated class 340 has.</div> 341</td> 342</tr> 343<tr class="rowColor"> 344<td class="colFirst"><code>interface </code></td> 345<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonUnwrapped.html" title="annotation in com.fasterxml.jackson.annotation">JsonUnwrapped</a></span></code> 346<div class="block">Annotation used to indicate that a property should be serialized 347 "unwrapped"; that is, if it would be serialized as JSON Object, its 348 properties are instead included as properties of its containing 349 Object.</div> 350</td> 351</tr> 352<tr class="altColor"> 353<td class="colFirst"><code>interface </code></td> 354<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonValue.html" title="annotation in com.fasterxml.jackson.annotation">JsonValue</a></span></code> 355<div class="block">Marker annotation 356 that indicates that the value of annotated accessor (either field 357 or "getter" method [a method with non-void return type, no args]) 358 is to be used as the single value to serialize for the instance, 359 instead of the usual method of collecting properties of value.</div> 360</td> 361</tr> 362<tr class="rowColor"> 363<td class="colFirst"><code>interface </code></td> 364<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/annotation/JsonView.html" title="annotation in com.fasterxml.jackson.annotation">JsonView</a></span></code> 365<div class="block">Annotation used for indicating view(s) that the property 366 that is defined by method or field annotated is part of.</div> 367</td> 368</tr> 369</tbody> 370</table> 371</li> 372</ul> 373</li> 374</ul> 375</div> 376<!-- ======= START OF BOTTOM NAVBAR ====== --> 377<div class="bottomNav"><a name="navbar.bottom"> 378<!-- --> 379</a> 380<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 381<a name="navbar.bottom.firstrow"> 382<!-- --> 383</a> 384<ul class="navList" title="Navigation"> 385<li><a href="../../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 386<li><a href="../../../../../com/fasterxml/jackson/annotation/JacksonAnnotation.html" title="annotation in com.fasterxml.jackson.annotation">Class</a></li> 387<li class="navBarCell1Rev">Use</li> 388<li><a href="../package-tree.html">Tree</a></li> 389<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 390<li><a href="../../../../../index-all.html">Index</a></li> 391<li><a href="../../../../../help-doc.html">Help</a></li> 392</ul> 393</div> 394<div class="subNav"> 395<ul class="navList"> 396<li>Prev</li> 397<li>Next</li> 398</ul> 399<ul class="navList"> 400<li><a href="../../../../../index.html?com/fasterxml/jackson/annotation/class-use/JacksonAnnotation.html" target="_top">Frames</a></li> 401<li><a href="JacksonAnnotation.html" target="_top">No Frames</a></li> 402</ul> 403<ul class="navList" id="allclasses_navbar_bottom"> 404<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 405</ul> 406<div> 407<script type="text/javascript"><!-- 408 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 409 if(window==top) { 410 allClassesLink.style.display = "block"; 411 } 412 else { 413 allClassesLink.style.display = "none"; 414 } 415 //--> 416</script> 417</div> 418<a name="skip.navbar.bottom"> 419<!-- --> 420</a></div> 421<!-- ======== END OF BOTTOM NAVBAR ======= --> 422<p class="legalCopy"><small>Copyright © 2008–2019 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 423</body> 424</html> 425