xref: /aosp_15_r20/external/jackson-annotations/docs/javadoc/2.1/help-doc.html (revision 2bf6642460ffb10303bd46207a4555f36d9e5945)
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>
8API Help (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="API Help (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>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/fasterxml/jackson/annotation/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</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&nbsp;PREV&nbsp;
68&nbsp;NEXT</FONT></TD>
69<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
70  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
71&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
72&nbsp;<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<H1>
93How This API Document Is Organized</H1>
94</CENTER>
95This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3>
96Package</H3>
97<BLOCKQUOTE>
98
99<P>
100Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
101<LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL>
102</BLOCKQUOTE>
103<H3>
104Class/Interface</H3>
105<BLOCKQUOTE>
106
107<P>
108Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL>
109<LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description
110<P>
111<LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary
112<P>
113<LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
114Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
115</BLOCKQUOTE>
116<H3>
117Annotation Type</H3>
118<BLOCKQUOTE>
119
120<P>
121Each annotation type has its own separate page with the following sections:<UL>
122<LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL>
123</BLOCKQUOTE>
124</BLOCKQUOTE>
125<H3>
126Enum</H3>
127<BLOCKQUOTE>
128
129<P>
130Each enum has its own separate page with the following sections:<UL>
131<LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL>
132</BLOCKQUOTE>
133<H3>
134Use</H3>
135<BLOCKQUOTE>
136Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</BLOCKQUOTE>
137<H3>
138Tree (Class Hierarchy)</H3>
139<BLOCKQUOTE>
140There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL>
141<LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL>
142</BLOCKQUOTE>
143<H3>
144Deprecated API</H3>
145<BLOCKQUOTE>
146The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE>
147<H3>
148Index</H3>
149<BLOCKQUOTE>
150The <A HREF="index-all.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE>
151<H3>
152Prev/Next</H3>
153These links take you to the next or previous class, interface, package, or related page.<H3>
154Frames/No Frames</H3>
155These links show and hide the HTML frames.  All pages are available with or without frames.
156<P>
157<H3>
158Serialized Form</H3>
159Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
160<P>
161<H3>
162Constant Field Values</H3>
163The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
164<P>
165<FONT SIZE="-1">
166<EM>
167This help file applies to API documentation generated using the standard doclet.</EM>
168</FONT>
169<BR>
170<HR>
171
172
173<!-- ======= START OF BOTTOM NAVBAR ====== -->
174<A NAME="navbar_bottom"><!-- --></A>
175<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
176<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
177<TR><td rowspan='3'><script type="text/javascript"><!--
178google_ad_client = "pub-1467773697956887";
179/* Jackson-ad-small */
180google_ad_slot = "6699487946";
181google_ad_width = 234;
182google_ad_height = 60;
183//-->
184</script>
185<script type="text/javascript"
186src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
187</script>
188<!-- GA -->
189<script type="text/javascript">
190var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
191document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
192</script>
193<script type="text/javascript">
194try {
195var pageTracker = _gat._getTracker("UA-140287-6");
196pageTracker._trackPageview();
197} catch(err) {}
198</script>
199</td>
200<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
201<A NAME="navbar_bottom_firstrow"><!-- --></A>
202<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
203  <TR ALIGN="center" VALIGN="top">
204  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/fasterxml/jackson/annotation/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
205  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
206  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
207  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/fasterxml/jackson/annotation/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
208  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
209  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
210  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT>&nbsp;</TD>
211  </TR>
212</TABLE>
213</TD>
214<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
215</EM>
216</TD>
217</TR>
218
219<TR>
220<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
221&nbsp;PREV&nbsp;
222&nbsp;NEXT</FONT></TD>
223<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
224  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
225&nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
226&nbsp;<SCRIPT type="text/javascript">
227  <!--
228  if(window==top) {
229    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
230  }
231  //-->
232</SCRIPT>
233<NOSCRIPT>
234  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
235</NOSCRIPT>
236
237
238</FONT></TD>
239</TR>
240</TABLE>
241<A NAME="skip-navbar_bottom"></A>
242<!-- ======== END OF BOTTOM NAVBAR ======= -->
243
244<HR>
245Copyright &#169; 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.
246</BODY>
247</HTML>
248