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_37) on Sun Nov 11 15:44:02 PST 2012 --> 6<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<TITLE> 8Deprecated List (Jackson-core 2.1.1 API) 9</TITLE> 10 11<META NAME="date" CONTENT="2012-11-11"> 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="Deprecated List (Jackson-core 2.1.1 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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 46 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </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><script type="text/javascript"><!-- 53google_ad_client = "pub-1467773697956887"; 54/* Jackson-ad-small */ 55google_ad_slot = "6699487946"; 56google_ad_width = 234; 57google_ad_height = 60; 58//--> 59</script> 60<script type="text/javascript" 61src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 62</script> 63</TD> 64</TR> 65 66<TR> 67<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 68 PREV 69 NEXT</FONT></TD> 70<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 71 <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> 72 <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> 73 <SCRIPT type="text/javascript"> 74 <!-- 75 if(window==top) { 76 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); 77 } 78 //--> 79</SCRIPT> 80<NOSCRIPT> 81 <A HREF="allclasses-noframe.html"><B>All Classes</B></A> 82</NOSCRIPT> 83 84 85</FONT></TD> 86</TR> 87</TABLE> 88<A NAME="skip-navbar_top"></A> 89<!-- ========= END OF TOP NAVBAR ========= --> 90 91<HR> 92<CENTER> 93<H2> 94<B>Deprecated API</B></H2> 95</CENTER> 96<HR SIZE="4" NOSHADE> 97<B>Contents</B><UL> 98<LI><A HREF="#method">Deprecated Methods</A> 99<LI><A HREF="#constructor">Deprecated Constructors</A> 100</UL> 101 102<A NAME="method"><!-- --></A> 103<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 104<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 105<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 106<B>Deprecated Methods</B></FONT></TH> 107</TR> 108<TR BGCOLOR="white" CLASS="TableRowColor"> 109<TD><A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createJsonGenerator(java.io.Writer, com.fasterxml.jackson.core.io.IOContext)">com.fasterxml.jackson.core.JsonFactory._createJsonGenerator(Writer, IOContext)</A> 110<BR> 111 <I>since 2.1 -- use <A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createGenerator(java.io.Writer, com.fasterxml.jackson.core.io.IOContext)"><CODE>JsonFactory._createGenerator(Writer, IOContext)</CODE></A> instead</I> </TD> 112</TR> 113<TR BGCOLOR="white" CLASS="TableRowColor"> 114<TD><A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createJsonParser(byte[], int, int, com.fasterxml.jackson.core.io.IOContext)">com.fasterxml.jackson.core.JsonFactory._createJsonParser(byte[], int, int, IOContext)</A> 115<BR> 116 <I>since 2.1 -- use <A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createParser(byte[], int, int, com.fasterxml.jackson.core.io.IOContext)"><CODE>JsonFactory._createParser(byte[], int, int, IOContext)</CODE></A> instead</I> </TD> 117</TR> 118<TR BGCOLOR="white" CLASS="TableRowColor"> 119<TD><A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createJsonParser(java.io.InputStream, com.fasterxml.jackson.core.io.IOContext)">com.fasterxml.jackson.core.JsonFactory._createJsonParser(InputStream, IOContext)</A> 120<BR> 121 <I>since 2.1 -- use <A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createParser(java.io.InputStream, com.fasterxml.jackson.core.io.IOContext)"><CODE>JsonFactory._createParser(InputStream, IOContext)</CODE></A> instead</I> </TD> 122</TR> 123<TR BGCOLOR="white" CLASS="TableRowColor"> 124<TD><A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createJsonParser(java.io.Reader, com.fasterxml.jackson.core.io.IOContext)">com.fasterxml.jackson.core.JsonFactory._createJsonParser(Reader, IOContext)</A> 125<BR> 126 <I>since 2.1 -- use <A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createParser(java.io.Reader, com.fasterxml.jackson.core.io.IOContext)"><CODE>JsonFactory._createParser(Reader, IOContext)</CODE></A> instead</I> </TD> 127</TR> 128<TR BGCOLOR="white" CLASS="TableRowColor"> 129<TD><A HREF="com/fasterxml/jackson/core/JsonFactory.html#_createUTF8JsonGenerator(java.io.OutputStream, com.fasterxml.jackson.core.io.IOContext)">com.fasterxml.jackson.core.JsonFactory._createUTF8JsonGenerator(OutputStream, IOContext)</A> 130<BR> 131 <I>since 2.1</I> </TD> 132</TR> 133<TR BGCOLOR="white" CLASS="TableRowColor"> 134<TD><A HREF="com/fasterxml/jackson/core/ObjectCodec.html#getJsonFactory()">com.fasterxml.jackson.core.ObjectCodec.getJsonFactory()</A> 135<BR> 136 <I>Since 2.1: Use <A HREF="com/fasterxml/jackson/core/ObjectCodec.html#getFactory()"><CODE>ObjectCodec.getFactory()</CODE></A> instead.</I> </TD> 137</TR> 138<TR BGCOLOR="white" CLASS="TableRowColor"> 139<TD><A HREF="com/fasterxml/jackson/core/util/VersionUtil.html#parseVersion(java.lang.String)">com.fasterxml.jackson.core.util.VersionUtil.parseVersion(String)</A> 140<BR> 141 <I></I> </TD> 142</TR> 143</TABLE> 144 145<P> 146<A NAME="constructor"><!-- --></A> 147<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 148<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 149<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 150<B>Deprecated Constructors</B></FONT></TH> 151</TR> 152<TR BGCOLOR="white" CLASS="TableRowColor"> 153<TD><A HREF="com/fasterxml/jackson/core/Version.html#Version(int, int, int, java.lang.String)">com.fasterxml.jackson.core.Version(int, int, int, String)</A> 154<BR> 155 <I>Use variant that takes group and artifact ids</I> </TD> 156</TR> 157</TABLE> 158 159<P> 160<HR> 161 162 163<!-- ======= START OF BOTTOM NAVBAR ====== --> 164<A NAME="navbar_bottom"><!-- --></A> 165<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 166<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 167<TR><td rowspan='3'><script type="text/javascript"><!-- 168google_ad_client = "pub-1467773697956887"; 169/* Jackson-ad-small */ 170google_ad_slot = "6699487946"; 171google_ad_width = 234; 172google_ad_height = 60; 173//--> 174</script> 175<script type="text/javascript" 176src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 177</script> 178<!-- GA --> 179<script type="text/javascript"> 180var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); 181document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); 182</script> 183<script type="text/javascript"> 184try { 185var pageTracker = _gat._getTracker("UA-140287-6"); 186pageTracker._trackPageview(); 187} catch(err) {} 188</script> 189</td> 190<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 191<A NAME="navbar_bottom_firstrow"><!-- --></A> 192<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 193 <TR ALIGN="center" VALIGN="top"> 194 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 195 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> 196 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 197 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> 198 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 199 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> 200 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 201 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 202 </TR> 203</TABLE> 204</TD> 205<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 206</EM> 207</TD> 208</TR> 209 210<TR> 211<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 212 PREV 213 NEXT</FONT></TD> 214<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 215 <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> 216 <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> 217 <SCRIPT type="text/javascript"> 218 <!-- 219 if(window==top) { 220 document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); 221 } 222 //--> 223</SCRIPT> 224<NOSCRIPT> 225 <A HREF="allclasses-noframe.html"><B>All Classes</B></A> 226</NOSCRIPT> 227 228 229</FONT></TD> 230</TR> 231</TABLE> 232<A NAME="skip-navbar_bottom"></A> 233<!-- ======== END OF BOTTOM NAVBAR ======= --> 234 235<HR> 236Copyright © 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved. 237</BODY> 238</HTML> 239