1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!--NewPage--> 3<HTML> 4<HEAD> 5<!-- Generated by javadoc (build 1.6.0_35) on Fri Oct 05 20:53:30 PDT 2012 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8Class Hierarchy (Jackson-annotations 2.1.0 API) 9</TITLE> 10 11<META NAME="date" CONTENT="2012-10-05"> 12 13<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> 14 15<SCRIPT type="text/javascript"> 16function windowTitle() 17{ 18 if (location.href.indexOf('is-external=true') == -1) { 19 parent.document.title="Class Hierarchy (Jackson-annotations 2.1.0 API)"; 20 } 21} 22</SCRIPT> 23<NOSCRIPT> 24</NOSCRIPT> 25 26</HEAD> 27 28<BODY BGCOLOR="white" onload="windowTitle();"> 29<HR> 30 31 32<!-- ========= START OF TOP NAVBAR ======= --> 33<A NAME="navbar_top"><!-- --></A> 34<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 36<TR> 37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 38<A NAME="navbar_top_firstrow"><!-- --></A> 39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 40 <TR ALIGN="center" VALIGN="top"> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="com/fasterxml/jackson/annotation/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> 44 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 48 </TR> 49</TABLE> 50</TD> 51<TD ALIGN="right" VALIGN="top" ROWSPAN=3><script type="text/javascript"><!-- 52google_ad_client = "pub-1467773697956887"; 53/* Jackson-ad-small */ 54google_ad_slot = "6699487946"; 55google_ad_width = 234; 56google_ad_height = 60; 57//--> 58</script> 59<script type="text/javascript" 60src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 61</script> 62</TD> 63</TR> 64 65<TR> 66<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 67 PREV 68 NEXT</FONT></TD> 69<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 70 <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> 71 <A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> 72 <SCRIPT type="text/javascript"> 73 <!-- 74 if(window==top) { 75 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); 76 } 77 //--> 78</SCRIPT> 79<NOSCRIPT> 80 <A HREF="allclasses-noframe.html"><B>All Classes</B></A> 81</NOSCRIPT> 82 83 84</FONT></TD> 85</TR> 86</TABLE> 87<A NAME="skip-navbar_top"></A> 88<!-- ========= END OF TOP NAVBAR ========= --> 89 90<HR> 91<CENTER> 92<H2> 93Hierarchy For All Packages</H2> 94</CENTER> 95<DL> 96<DT><B>Package Hierarchies:</B><DD><A HREF="com/fasterxml/jackson/annotation/package-tree.html">com.fasterxml.jackson.annotation</A></DL> 97<HR> 98<H2> 99Class Hierarchy 100</H2> 101<UL> 102<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL> 103<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonFormat.Value.html" title="class in com.fasterxml.jackson.annotation"><B>JsonFormat.Value</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonTypeInfo.None.html" title="class in com.fasterxml.jackson.annotation"><B>JsonTypeInfo.None</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/ObjectIdGenerator.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerator</B></A><T><UL> 104<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/ObjectIdGenerators.IntSequenceGenerator.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators.IntSequenceGenerator</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/ObjectIdGenerators.None.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators.None</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/ObjectIdGenerators.PropertyGenerator.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators.PropertyGenerator</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/ObjectIdGenerators.UUIDGenerator.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators.UUIDGenerator</B></A></UL> 105<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/ObjectIdGenerator.IdKey.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerator.IdKey</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/ObjectIdGenerators.html" title="class in com.fasterxml.jackson.annotation"><B>ObjectIdGenerators</B></A></UL> 106</UL> 107<H2> 108Annotation Type Hierarchy 109</H2> 110<UL> 111<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonView.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonView</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 112<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonValue.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonValue</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 113<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonUnwrapped.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonUnwrapped</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 114<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonTypeName.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonTypeName</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 115<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonTypeInfo.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonTypeInfo</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 116<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonTypeId.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonTypeId</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 117<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonSubTypes.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonSubTypes</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 118<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonSubTypes.Type.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonSubTypes.Type</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 119<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonSetter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonSetter</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 120<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonRootName.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonRootName</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 121<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonRawValue.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonRawValue</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 122<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonPropertyOrder.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonPropertyOrder</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 123<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonProperty</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 124<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonManagedReference.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonManagedReference</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 125<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonInclude.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonInclude</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 126<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonIgnoreType.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIgnoreType</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 127<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonIgnoreProperties.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIgnoreProperties</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 128<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonIgnore.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIgnore</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 129<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonIdentityReference.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIdentityReference</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 130<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonIdentityInfo.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonIdentityInfo</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 131<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonGetter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonGetter</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 132<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonFormat</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 133<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonFilter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonFilter</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 134<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonCreator.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonCreator</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 135<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonBackReference.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonBackReference</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 136<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonAutoDetect.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonAutoDetect</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 137<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonAnySetter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonAnySetter</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 138<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonAnyGetter.html" title="annotation in com.fasterxml.jackson.annotation"><B>JsonAnyGetter</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 139<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JacksonInject.html" title="annotation in com.fasterxml.jackson.annotation"><B>JacksonInject</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 140<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JacksonAnnotationsInside.html" title="annotation in com.fasterxml.jackson.annotation"><B>JacksonAnnotationsInside</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 141<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JacksonAnnotation.html" title="annotation in com.fasterxml.jackson.annotation"><B>JacksonAnnotation</B></A> (implements java.lang.annotation.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</A>) 142</UL> 143<H2> 144Enum Hierarchy 145</H2> 146<UL> 147<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL> 148<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><B>Enum</B></A><E> (implements java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><T>, java.io.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>) 149<UL> 150<LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation"><B>PropertyAccessor</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonTypeInfo.Id.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonTypeInfo.Id</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonTypeInfo.As.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonTypeInfo.As</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonInclude.Include.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonInclude.Include</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonFormat.Shape.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonFormat.Shape</B></A><LI TYPE="circle">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonAutoDetect.Visibility.html" title="enum in com.fasterxml.jackson.annotation"><B>JsonAutoDetect.Visibility</B></A></UL> 151</UL> 152</UL> 153<HR> 154 155 156<!-- ======= START OF BOTTOM NAVBAR ====== --> 157<A NAME="navbar_bottom"><!-- --></A> 158<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 159<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 160<TR><td rowspan='3'><script type="text/javascript"><!-- 161google_ad_client = "pub-1467773697956887"; 162/* Jackson-ad-small */ 163google_ad_slot = "6699487946"; 164google_ad_width = 234; 165google_ad_height = 60; 166//--> 167</script> 168<script type="text/javascript" 169src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 170</script> 171<!-- GA --> 172<script type="text/javascript"> 173var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); 174document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); 175</script> 176<script type="text/javascript"> 177try { 178var pageTracker = _gat._getTracker("UA-140287-6"); 179pageTracker._trackPageview(); 180} catch(err) {} 181</script> 182</td> 183<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 184<A NAME="navbar_bottom_firstrow"><!-- --></A> 185<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 186 <TR ALIGN="center" VALIGN="top"> 187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="com/fasterxml/jackson/annotation/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 188 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 189 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> 190 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> 191 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 192 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 193 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 194 </TR> 195</TABLE> 196</TD> 197<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 198</EM> 199</TD> 200</TR> 201 202<TR> 203<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 204 PREV 205 NEXT</FONT></TD> 206<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 207 <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> 208 <A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> 209 <SCRIPT type="text/javascript"> 210 <!-- 211 if(window==top) { 212 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); 213 } 214 //--> 215</SCRIPT> 216<NOSCRIPT> 217 <A HREF="allclasses-noframe.html"><B>All Classes</B></A> 218</NOSCRIPT> 219 220 221</FONT></TD> 222</TR> 223</TABLE> 224<A NAME="skip-navbar_bottom"></A> 225<!-- ======== END OF BOTTOM NAVBAR ======= --> 226 227<HR> 228Copyright © 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved. 229</BODY> 230</HTML> 231