xref: /aosp_15_r20/external/jackson-annotations/docs/javadoc/2.1/constant-values.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>
8Constant Field Values (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="Constant Field Values (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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&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?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
71&nbsp;<A HREF="constant-values.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>
93Constant Field Values</H1>
94</CENTER>
95<HR SIZE="4" NOSHADE>
96<B>Contents</B><UL>
97<LI><A HREF="#com.fasterxml">com.fasterxml.*</A>
98</UL>
99
100<A NAME="com.fasterxml"><!-- --></A>
101<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
102<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
103<TH ALIGN="left"><FONT SIZE="+2">
104com.fasterxml.*</FONT></TH>
105</TR>
106</TABLE>
107
108<P>
109
110<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
111<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
112<TH ALIGN="left" COLSPAN="3">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonFormat.html" title="annotation in com.fasterxml.jackson.annotation">JsonFormat</A></TH>
113</TR>
114<TR BGCOLOR="white" CLASS="TableRowColor">
115<A NAME="com.fasterxml.jackson.annotation.JsonFormat.DEFAULT_LOCALE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
116<CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
117<TD ALIGN="left"><CODE><A HREF="com/fasterxml/jackson/annotation/JsonFormat.html#DEFAULT_LOCALE">DEFAULT_LOCALE</A></CODE></TD>
118<TD ALIGN="right"><CODE>"##default"</CODE></TD>
119</TR>
120<TR BGCOLOR="white" CLASS="TableRowColor">
121<A NAME="com.fasterxml.jackson.annotation.JsonFormat.DEFAULT_TIMEZONE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
122<CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
123<TD ALIGN="left"><CODE><A HREF="com/fasterxml/jackson/annotation/JsonFormat.html#DEFAULT_TIMEZONE">DEFAULT_TIMEZONE</A></CODE></TD>
124<TD ALIGN="right"><CODE>"##default"</CODE></TD>
125</TR>
126</FONT></TD>
127</TR>
128</TABLE>
129
130<P>
131
132<P>
133
134<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
136<TH ALIGN="left" COLSPAN="3">com.fasterxml.jackson.annotation.<A HREF="com/fasterxml/jackson/annotation/JsonProperty.html" title="annotation in com.fasterxml.jackson.annotation">JsonProperty</A></TH>
137</TR>
138<TR BGCOLOR="white" CLASS="TableRowColor">
139<A NAME="com.fasterxml.jackson.annotation.JsonProperty.USE_DEFAULT_NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
140<CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
141<TD ALIGN="left"><CODE><A HREF="com/fasterxml/jackson/annotation/JsonProperty.html#USE_DEFAULT_NAME">USE_DEFAULT_NAME</A></CODE></TD>
142<TD ALIGN="right"><CODE>""</CODE></TD>
143</TR>
144</FONT></TD>
145</TR>
146</TABLE>
147
148<P>
149
150<P>
151<HR>
152
153
154<!-- ======= START OF BOTTOM NAVBAR ====== -->
155<A NAME="navbar_bottom"><!-- --></A>
156<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
157<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
158<TR><td rowspan='3'><script type="text/javascript"><!--
159google_ad_client = "pub-1467773697956887";
160/* Jackson-ad-small */
161google_ad_slot = "6699487946";
162google_ad_width = 234;
163google_ad_height = 60;
164//-->
165</script>
166<script type="text/javascript"
167src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
168</script>
169<!-- GA -->
170<script type="text/javascript">
171var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
172document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
173</script>
174<script type="text/javascript">
175try {
176var pageTracker = _gat._getTracker("UA-140287-6");
177pageTracker._trackPageview();
178} catch(err) {}
179</script>
180</td>
181<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
182<A NAME="navbar_bottom_firstrow"><!-- --></A>
183<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
184  <TR ALIGN="center" VALIGN="top">
185  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/fasterxml/jackson/annotation/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
186  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
187  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
188  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/fasterxml/jackson/annotation/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
189  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
190  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
191  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
192  </TR>
193</TABLE>
194</TD>
195<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
196</EM>
197</TD>
198</TR>
199
200<TR>
201<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
202&nbsp;PREV&nbsp;
203&nbsp;NEXT</FONT></TD>
204<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
205  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
206&nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
207&nbsp;<SCRIPT type="text/javascript">
208  <!--
209  if(window==top) {
210    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
211  }
212  //-->
213</SCRIPT>
214<NOSCRIPT>
215  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
216</NOSCRIPT>
217
218
219</FONT></TD>
220</TR>
221</TABLE>
222<A NAME="skip-navbar_bottom"></A>
223<!-- ======== END OF BOTTOM NAVBAR ======= -->
224
225<HR>
226Copyright &#169; 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.
227</BODY>
228</HTML>
229