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>
8Overview (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="Overview (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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</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&nbsp;PREV&nbsp;
69&nbsp;NEXT</FONT></TD>
70<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
71  <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
72&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
73&nbsp;<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<H1>
94Jackson-core 2.1.1 API
95</H1>
96</CENTER>
97
98<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
99<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
100<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
101<B>Packages</B></FONT></TH>
102</TR>
103<TR BGCOLOR="white" CLASS="TableRowColor">
104<TD WIDTH="20%"><B><A HREF="com/fasterxml/jackson/core/package-summary.html">com.fasterxml.jackson.core</A></B></TD>
105<TD>Main public API classes of the core streaming JSON
106 processor: most importantly <A HREF="com/fasterxml/jackson/core/JsonFactory.html" title="class in com.fasterxml.jackson.core"><CODE>JsonFactory</CODE></A>
107 used for constructing
108 JSON parser (<A HREF="com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core"><CODE>JsonParser</CODE></A>)
109 and generator
110 (<A HREF="com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core"><CODE>JsonParser</CODE></A>)
111 instances.</TD>
112</TR>
113<TR BGCOLOR="white" CLASS="TableRowColor">
114<TD WIDTH="20%"><B><A HREF="com/fasterxml/jackson/core/base/package-summary.html">com.fasterxml.jackson.core.base</A></B></TD>
115<TD>Base classes used by concrete Parser and Generator implementations;
116 contain functionality that is not specific to JSON or input
117 abstraction (byte vs char).</TD>
118</TR>
119<TR BGCOLOR="white" CLASS="TableRowColor">
120<TD WIDTH="20%"><B><A HREF="com/fasterxml/jackson/core/format/package-summary.html">com.fasterxml.jackson.core.format</A></B></TD>
121<TD>Package that contains interfaces needed for dynamic, pluggable
122 format (auto)detection; as well as basic utility classes for
123 simple format detection functionality.</TD>
124</TR>
125<TR BGCOLOR="white" CLASS="TableRowColor">
126<TD WIDTH="20%"><B><A HREF="com/fasterxml/jackson/core/io/package-summary.html">com.fasterxml.jackson.core.io</A></B></TD>
127<TD>&nbsp;</TD>
128</TR>
129<TR BGCOLOR="white" CLASS="TableRowColor">
130<TD WIDTH="20%"><B><A HREF="com/fasterxml/jackson/core/json/package-summary.html">com.fasterxml.jackson.core.json</A></B></TD>
131<TD>JSON-specific parser and generator implementation classes that
132 Jackson defines and uses.</TD>
133</TR>
134<TR BGCOLOR="white" CLASS="TableRowColor">
135<TD WIDTH="20%"><B><A HREF="com/fasterxml/jackson/core/sym/package-summary.html">com.fasterxml.jackson.core.sym</A></B></TD>
136<TD>Internal implementation classes for efficient handling of
137 of symbols in JSON (field names in Objects)</TD>
138</TR>
139<TR BGCOLOR="white" CLASS="TableRowColor">
140<TD WIDTH="20%"><B><A HREF="com/fasterxml/jackson/core/type/package-summary.html">com.fasterxml.jackson.core.type</A></B></TD>
141<TD>Contains classes needed for type introspection, mostly used by data binding
142 functionality.</TD>
143</TR>
144<TR BGCOLOR="white" CLASS="TableRowColor">
145<TD WIDTH="20%"><B><A HREF="com/fasterxml/jackson/core/util/package-summary.html">com.fasterxml.jackson.core.util</A></B></TD>
146<TD>Utility classes used by Jackson Core functionality.</TD>
147</TR>
148</TABLE>
149
150<P>
151&nbsp;<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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT>&nbsp;</TD>
186  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
187  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
188  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
189  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
190  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
191  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
192  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
193  </TR>
194</TABLE>
195</TD>
196<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
197</EM>
198</TD>
199</TR>
200
201<TR>
202<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
203&nbsp;PREV&nbsp;
204&nbsp;NEXT</FONT></TD>
205<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
206  <A HREF="index.html?overview-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
207&nbsp;<A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
208&nbsp;<SCRIPT type="text/javascript">
209  <!--
210  if(window==top) {
211    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
212  }
213  //-->
214</SCRIPT>
215<NOSCRIPT>
216  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
217</NOSCRIPT>
218
219
220</FONT></TD>
221</TR>
222</TABLE>
223<A NAME="skip-navbar_bottom"></A>
224<!-- ======== END OF BOTTOM NAVBAR ======= -->
225
226<HR>
227Copyright &#169; 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.
228</BODY>
229</HTML>
230