<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_37) on Sun Nov 11 15:44:02 PST 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Deprecated List (Jackson-core 2.1.1 API) </TITLE> <META NAME="date" CONTENT="2012-11-11"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Deprecated List (Jackson-core 2.1.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><script type="text/javascript"><!-- google_ad_client = "pub-1467773697956887"; /* Jackson-ad-small */ google_ad_slot = "6699487946"; google_ad_width = 234; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Deprecated API</B></H2> </CENTER> <HR SIZE="4" NOSHADE> <B>Contents</B><UL> <LI><A HREF="#method">Deprecated Methods</A> <LI><A HREF="#constructor">Deprecated Constructors</A> </UL> <A NAME="method"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Deprecated Methods</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <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> <BR> <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> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <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> <BR> <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> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <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> <BR> <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> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <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> <BR> <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> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <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> <BR> <I>since 2.1</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fasterxml/jackson/core/ObjectCodec.html#getJsonFactory()">com.fasterxml.jackson.core.ObjectCodec.getJsonFactory()</A> <BR> <I>Since 2.1: Use <A HREF="com/fasterxml/jackson/core/ObjectCodec.html#getFactory()"><CODE>ObjectCodec.getFactory()</CODE></A> instead.</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fasterxml/jackson/core/util/VersionUtil.html#parseVersion(java.lang.String)">com.fasterxml.jackson.core.util.VersionUtil.parseVersion(String)</A> <BR> <I></I> </TD> </TR> </TABLE> <P> <A NAME="constructor"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Deprecated Constructors</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <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> <BR> <I>Use variant that takes group and artifact ids</I> </TD> </TR> </TABLE> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR><td rowspan='3'><script type="text/javascript"><!-- google_ad_client = "pub-1467773697956887"; /* Jackson-ad-small */ google_ad_slot = "6699487946"; google_ad_width = 234; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <!-- GA --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-140287-6"); pageTracker._trackPageview(); } catch(err) {} </script> </td> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A> <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright © 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved. </BODY> </HTML>