| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (version 1.7.0_79) on Tue Jan 23 20:10:06 PST 2018 --> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <title>Serialized Form (Jackson-annotations 2.9.0 API)</title> |
| <meta name="date" content="2018-01-23"> |
| <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Serialized Form (Jackson-annotations 2.9.0 API)"; |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar_top"> |
| <!-- --> |
| </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="com/fasterxml/jackson/annotation/package-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li><a href="index-all.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li> |
| <li><a href="serialized-form.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip-navbar_top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <div class="header"> |
| <h1 title="Serialized Form" class="title">Serialized Form</h1> |
| </div> |
| <div class="serializedFormContainer"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h2 title="Package">Package com.fasterxml.jackson.annotation</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.JacksonInject.Value"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/JacksonInject.Value.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.JacksonInject.Value</a> extends <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> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"><a name="serializedForm"> |
| <!-- --> |
| </a> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>_id</h4> |
| <pre><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> _id</pre> |
| <div class="block">Id to use to access injected value; if `null`, "default" name, derived |
| from accessor will be used.</div> |
| </li> |
| <li class="blockListLast"> |
| <h4>_useInput</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> _useInput</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.JsonAutoDetect.Value"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/JsonAutoDetect.Value.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.JsonAutoDetect.Value</a> extends <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> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"><a name="serialized_methods"> |
| <!-- --> |
| </a> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"><a name="readResolve()"> |
| <!-- --> |
| </a> |
| <h4>readResolve</h4> |
| <pre>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> readResolve()</pre> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="serializedForm"> |
| <!-- --> |
| </a> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>_fieldVisibility</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a> _fieldVisibility</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_getterVisibility</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a> _getterVisibility</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_isGetterVisibility</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a> _isGetterVisibility</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_setterVisibility</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a> _setterVisibility</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>_creatorVisibility</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation">JsonAutoDetect.Visibility</a> _creatorVisibility</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.JsonFormat.Value"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.JsonFormat.Value</a> extends <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> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"><a name="serializedForm"> |
| <!-- --> |
| </a> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>_pattern</h4> |
| <pre><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> _pattern</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_shape</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation">JsonFormat.Shape</a> _shape</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_locale</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> _locale</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_timezoneStr</h4> |
| <pre><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> _timezoneStr</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_lenient</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> _lenient</pre> |
| <dl><dt><span class="strong">Since:</span></dt> |
| <dd>2.9</dd></dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>_features</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonFormat.Features.html" title="class in com.fasterxml.jackson.annotation">JsonFormat.Features</a> _features</pre> |
| <dl><dt><span class="strong">Since:</span></dt> |
| <dd>2.6</dd></dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/JsonIgnoreProperties.Value.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value</a> extends <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> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"><a name="serialized_methods"> |
| <!-- --> |
| </a> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"><a name="readResolve()"> |
| <!-- --> |
| </a> |
| <h4>readResolve</h4> |
| <pre>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> readResolve()</pre> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="serializedForm"> |
| <!-- --> |
| </a> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>_ignored</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>> _ignored</pre> |
| <div class="block">Names of properties to ignore.</div> |
| </li> |
| <li class="blockList"> |
| <h4>_ignoreUnknown</h4> |
| <pre>boolean _ignoreUnknown</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_allowGetters</h4> |
| <pre>boolean _allowGetters</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_allowSetters</h4> |
| <pre>boolean _allowSetters</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>_merge</h4> |
| <pre>boolean _merge</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.JsonInclude.Value"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/JsonInclude.Value.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.JsonInclude.Value</a> extends <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> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"><a name="serialized_methods"> |
| <!-- --> |
| </a> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"><a name="readResolve()"> |
| <!-- --> |
| </a> |
| <h4>readResolve</h4> |
| <pre>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> readResolve()</pre> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="serializedForm"> |
| <!-- --> |
| </a> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>_valueInclusion</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a> _valueInclusion</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_contentInclusion</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation">JsonInclude.Include</a> _contentInclusion</pre> |
| </li> |
| <li class="blockList"> |
| <h4>_valueFilter</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</a>> _valueFilter</pre> |
| <dl><dt><span class="strong">Since:</span></dt> |
| <dd>2.9</dd></dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>_contentFilter</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</a>> _contentFilter</pre> |
| <dl><dt><span class="strong">Since:</span></dt> |
| <dd>2.9</dd></dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.JsonSetter.Value"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/JsonSetter.Value.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.JsonSetter.Value</a> extends <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> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"><a name="serialized_methods"> |
| <!-- --> |
| </a> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"><a name="readResolve()"> |
| <!-- --> |
| </a> |
| <h4>readResolve</h4> |
| <pre>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> readResolve()</pre> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="serializedForm"> |
| <!-- --> |
| </a> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>_nulls</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a> _nulls</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>_contentNulls</h4> |
| <pre><a href="com/fasterxml/jackson/annotation/Nulls.html" title="enum in com.fasterxml.jackson.annotation">Nulls</a> _contentNulls</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.ObjectIdGenerator"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.ObjectIdGenerator</a> extends <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> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey</a> extends <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> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"><a name="serializedForm"> |
| <!-- --> |
| </a> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>type</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</a>> type</pre> |
| <div class="block">Type of <a href="com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><code>ObjectIdGenerator</code></a> used for generating Object Id</div> |
| </li> |
| <li class="blockList"> |
| <h4>scope</h4> |
| <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">T</a>> scope</pre> |
| <div class="block">Scope of the Object Id (may be null, to denote global)</div> |
| </li> |
| <li class="blockList"> |
| <h4>key</h4> |
| <pre><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> key</pre> |
| <div class="block">Object for which Object Id was generated: can NOT be null.</div> |
| </li> |
| <li class="blockListLast"> |
| <h4>hashCode</h4> |
| <pre>int hashCode</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator</a> extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.ObjectIdGenerators.None"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.ObjectIdGenerators.None</a> extends <a href="com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation">ObjectIdGenerator</a><<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>> implements Serializable</h3> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.ObjectIdGenerators.PropertyGenerator"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.ObjectIdGenerators.PropertyGenerator</a> extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<<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>> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/ObjectIdGenerators.StringIdGenerator.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator</a> extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<<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>> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| <li class="blockList"><a name="com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation">com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator</a> extends com.fasterxml.jackson.annotation.ObjectIdGenerators.Base<<a href="http://docs.oracle.com/javase/6/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a>> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar_bottom"> |
| <!-- --> |
| </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="com/fasterxml/jackson/annotation/package-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li><a href="index-all.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li> |
| <li><a href="serialized-form.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip-navbar_bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| <p class="legalCopy"><small>Copyright © 2008–2018 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> |
| </body> |
| </html> |