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 Tue Oct 09 17:08:22 PDT 2012 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8com.fasterxml.jackson.databind.annotation (jackson-databind 2.1.0 API) 9</TITLE> 10 11<META NAME="date" CONTENT="2012-10-09"> 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="com.fasterxml.jackson.databind.annotation (jackson-databind 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="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 49 </TR> 50</TABLE> 51</TD> 52<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 53</EM> 54</TD> 55</TR> 56 57<TR> 58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 59 <A HREF="../../../../../com/fasterxml/jackson/databind/package-summary.html"><B>PREV PACKAGE</B></A> 60 <A HREF="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/annotation/package-summary.html" target="_top"><B>FRAMES</B></A> 63 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 64 <SCRIPT type="text/javascript"> 65 <!-- 66 if(window==top) { 67 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 68 } 69 //--> 70</SCRIPT> 71<NOSCRIPT> 72 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> 73</NOSCRIPT> 74 75 76</FONT></TD> 77</TR> 78</TABLE> 79<A NAME="skip-navbar_top"></A> 80<!-- ========= END OF TOP NAVBAR ========= --> 81 82<HR> 83<H2> 84Package com.fasterxml.jackson.databind.annotation 85</H2> 86Annotations that directly depend on classes in databinding bundle 87 (not just Jackson core) and can not be included 88 in Jackson core annotations package (because it can not have any 89 external dependencies). 90<P> 91<B>See:</B> 92<BR> 93 <A HREF="#package_description"><B>Description</B></A> 94<P> 95 96<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 97<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 98<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 99<B>Class Summary</B></FONT></TH> 100</TR> 101<TR BGCOLOR="white" CLASS="TableRowColor"> 102<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonPOJOBuilder.Value.html" title="class in com.fasterxml.jackson.databind.annotation">JsonPOJOBuilder.Value</A></B></TD> 103<TD>Simple value container for containing values read from 104 <A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonPOJOBuilder.html" title="annotation in com.fasterxml.jackson.databind.annotation"><CODE>JsonPOJOBuilder</CODE></A> annotation instance.</TD> 105</TR> 106<TR BGCOLOR="white" CLASS="TableRowColor"> 107<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/NoClass.html" title="class in com.fasterxml.jackson.databind.annotation">NoClass</A></B></TD> 108<TD>Marker class used with annotations to indicate "no class".</TD> 109</TR> 110</TABLE> 111 112 113<P> 114 115<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 116<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 117<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 118<B>Enum Summary</B></FONT></TH> 119</TR> 120<TR BGCOLOR="white" CLASS="TableRowColor"> 121<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.Inclusion.html" title="enum in com.fasterxml.jackson.databind.annotation">JsonSerialize.Inclusion</A></B></TD> 122<TD>Enumeration used with <A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.html#include()"><CODE>JsonSerialize.include()</CODE></A> property 123 to define which properties 124 of Java Beans are to be included in serialization</TD> 125</TR> 126<TR BGCOLOR="white" CLASS="TableRowColor"> 127<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.Typing.html" title="enum in com.fasterxml.jackson.databind.annotation">JsonSerialize.Typing</A></B></TD> 128<TD>Enumeration used with <A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.html#typing()"><CODE>JsonSerialize.typing()</CODE></A> property 129 to define whether type detection is based on dynamic runtime 130 type (DYNAMIC) or declared type (STATIC).</TD> 131</TR> 132</TABLE> 133 134 135<P> 136 137<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 138<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 139<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 140<B>Annotation Types Summary</B></FONT></TH> 141</TR> 142<TR BGCOLOR="white" CLASS="TableRowColor"> 143<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JacksonStdImpl.html" title="annotation in com.fasterxml.jackson.databind.annotation">JacksonStdImpl</A></B></TD> 144<TD>Marker interface used to indicate implementation classes 145 (serializers, deserializers etc) that are standard ones Jackson 146 uses; not custom ones that application has added.</TD> 147</TR> 148<TR BGCOLOR="white" CLASS="TableRowColor"> 149<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonDeserialize.html" title="annotation in com.fasterxml.jackson.databind.annotation">JsonDeserialize</A></B></TD> 150<TD>Annotation use for configuring deserialization aspects, by attaching 151 to "setter" methods or fields, or to value classes.</TD> 152</TR> 153<TR BGCOLOR="white" CLASS="TableRowColor"> 154<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonNaming.html" title="annotation in com.fasterxml.jackson.databind.annotation">JsonNaming</A></B></TD> 155<TD>Annotation that can be used to indicate a <A HREF="../../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><CODE>PropertyNamingStrategy</CODE></A> 156 to use for annotated class.</TD> 157</TR> 158<TR BGCOLOR="white" CLASS="TableRowColor"> 159<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonPOJOBuilder.html" title="annotation in com.fasterxml.jackson.databind.annotation">JsonPOJOBuilder</A></B></TD> 160<TD>Annotation used to configure details of a Builder class: 161 instances of which are used as Builders for deserialized 162 POJO values, instead of POJOs being instantiated using 163 constructors or factory methods.</TD> 164</TR> 165<TR BGCOLOR="white" CLASS="TableRowColor"> 166<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonSerialize.html" title="annotation in com.fasterxml.jackson.databind.annotation">JsonSerialize</A></B></TD> 167<TD>Annotation used for configuring serialization aspects, by attaching 168 to "getter" methods or fields, or to value classes.</TD> 169</TR> 170<TR BGCOLOR="white" CLASS="TableRowColor"> 171<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonTypeIdResolver.html" title="annotation in com.fasterxml.jackson.databind.annotation">JsonTypeIdResolver</A></B></TD> 172<TD>Annotation that can be used to plug a custom type identifier handler 173 (<A HREF="../../../../../com/fasterxml/jackson/databind/jsontype/TypeIdResolver.html" title="interface in com.fasterxml.jackson.databind.jsontype"><CODE>TypeIdResolver</CODE></A>) 174 to be used by 175 <A HREF="../../../../../com/fasterxml/jackson/databind/jsontype/TypeSerializer.html" title="class in com.fasterxml.jackson.databind.jsontype"><CODE>TypeSerializer</CODE></A>s 176 and <A HREF="../../../../../com/fasterxml/jackson/databind/jsontype/TypeDeserializer.html" title="class in com.fasterxml.jackson.databind.jsontype"><CODE>TypeDeserializer</CODE></A>s 177 for converting between java types and type id included in JSON content.</TD> 178</TR> 179<TR BGCOLOR="white" CLASS="TableRowColor"> 180<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonTypeResolver.html" title="annotation in com.fasterxml.jackson.databind.annotation">JsonTypeResolver</A></B></TD> 181<TD>Annotation that can be used to explicitly define custom resolver 182 used for handling serialization and deserialization of type information, 183 needed for handling of polymorphic types (or sometimes just for linking 184 abstract types to concrete types)</TD> 185</TR> 186<TR BGCOLOR="white" CLASS="TableRowColor"> 187<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/annotation/JsonValueInstantiator.html" title="annotation in com.fasterxml.jackson.databind.annotation">JsonValueInstantiator</A></B></TD> 188<TD>Annotation that can be used to indicate a <A HREF="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser"><CODE>ValueInstantiator</CODE></A> to use 189 for creating instances of specified type.</TD> 190</TR> 191</TABLE> 192 193 194<P> 195<A NAME="package_description"><!-- --></A><H2> 196Package com.fasterxml.jackson.databind.annotation Description 197</H2> 198 199<P> 200Annotations that directly depend on classes in databinding bundle 201 (not just Jackson core) and can not be included 202 in Jackson core annotations package (because it can not have any 203 external dependencies). 204<P> 205 206<P> 207<DL> 208</DL> 209<HR> 210 211 212<!-- ======= START OF BOTTOM NAVBAR ====== --> 213<A NAME="navbar_bottom"><!-- --></A> 214<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 215<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 216<TR> 217<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 218<A NAME="navbar_bottom_firstrow"><!-- --></A> 219<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 220 <TR ALIGN="center" VALIGN="top"> 221 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 222 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 223 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 224 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 225 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 226 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 227 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 228 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 229 </TR> 230</TABLE> 231</TD> 232<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 233</EM> 234</TD> 235</TR> 236 237<TR> 238<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 239 <A HREF="../../../../../com/fasterxml/jackson/databind/package-summary.html"><B>PREV PACKAGE</B></A> 240 <A HREF="../../../../../com/fasterxml/jackson/databind/cfg/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> 241<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 242 <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/annotation/package-summary.html" target="_top"><B>FRAMES</B></A> 243 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 244 <SCRIPT type="text/javascript"> 245 <!-- 246 if(window==top) { 247 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 248 } 249 //--> 250</SCRIPT> 251<NOSCRIPT> 252 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> 253</NOSCRIPT> 254 255 256</FONT></TD> 257</TR> 258</TABLE> 259<A NAME="skip-navbar_bottom"></A> 260<!-- ======== END OF BOTTOM NAVBAR ======= --> 261 262<HR> 263Copyright © 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved. 264</BODY> 265</HTML> 266