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.util (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.util (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/type/package-summary.html"><B>PREV PACKAGE</B></A> 60 NEXT PACKAGE</FONT></TD> 61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 62 <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/util/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.util 85</H2> 86Utility classes for Mapper package. 87<P> 88<B>See:</B> 89<BR> 90 <A HREF="#package_description"><B>Description</B></A> 91<P> 92 93<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 94<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 95<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 96<B>Interface Summary</B></FONT></TH> 97</TR> 98<TR BGCOLOR="white" CLASS="TableRowColor"> 99<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</A></B></TD> 100<TD>Interface that defines interface for accessing contents of a 101 collection of annotations.</TD> 102</TR> 103<TR BGCOLOR="white" CLASS="TableRowColor"> 104<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util">Converter<IN,OUT></A></B></TD> 105<TD>Helper interface for things that convert Objects of 106 one type to another.</TD> 107</TR> 108<TR BGCOLOR="white" CLASS="TableRowColor"> 109<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/Named.html" title="interface in com.fasterxml.jackson.databind.util">Named</A></B></TD> 110<TD>Simple tag interface mostly to allow sorting by name.</TD> 111</TR> 112<TR BGCOLOR="white" CLASS="TableRowColor"> 113<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/Provider.html" title="interface in com.fasterxml.jackson.databind.util">Provider<T></A></B></TD> 114<TD>Simple helper class used for decoupling instantiation of 115 optionally loaded handlers, like deserializers and deserializers 116 for libraries that are only present on some platforms.</TD> 117</TR> 118<TR BGCOLOR="white" CLASS="TableRowColor"> 119<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/Setter.html" title="interface in com.fasterxml.jackson.databind.util">Setter</A></B></TD> 120<TD>Mix-in interface exposed by things that expose a single 121 property whose value can be set.</TD> 122</TR> 123</TABLE> 124 125 126<P> 127 128<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 129<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 130<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 131<B>Class Summary</B></FONT></TH> 132</TR> 133<TR BGCOLOR="white" CLASS="TableRowColor"> 134<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders</A></B></TD> 135<TD>Helper class that contains set of distinct builders for different 136 arrays of primitive values.</TD> 137</TR> 138<TR BGCOLOR="white" CLASS="TableRowColor"> 139<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.BooleanBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.BooleanBuilder</A></B></TD> 140<TD> </TD> 141</TR> 142<TR BGCOLOR="white" CLASS="TableRowColor"> 143<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.ByteBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.ByteBuilder</A></B></TD> 144<TD> </TD> 145</TR> 146<TR BGCOLOR="white" CLASS="TableRowColor"> 147<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.DoubleBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.DoubleBuilder</A></B></TD> 148<TD> </TD> 149</TR> 150<TR BGCOLOR="white" CLASS="TableRowColor"> 151<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.FloatBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.FloatBuilder</A></B></TD> 152<TD> </TD> 153</TR> 154<TR BGCOLOR="white" CLASS="TableRowColor"> 155<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.IntBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.IntBuilder</A></B></TD> 156<TD> </TD> 157</TR> 158<TR BGCOLOR="white" CLASS="TableRowColor"> 159<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.LongBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.LongBuilder</A></B></TD> 160<TD> </TD> 161</TR> 162<TR BGCOLOR="white" CLASS="TableRowColor"> 163<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.ShortBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.ShortBuilder</A></B></TD> 164<TD> </TD> 165</TR> 166<TR BGCOLOR="white" CLASS="TableRowColor"> 167<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/BeanUtil.html" title="class in com.fasterxml.jackson.databind.util">BeanUtil</A></B></TD> 168<TD>Helper class that contains functionality needed by both serialization 169 and deserialization side.</TD> 170</TR> 171<TR BGCOLOR="white" CLASS="TableRowColor"> 172<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ClassUtil.html" title="class in com.fasterxml.jackson.databind.util">ClassUtil</A></B></TD> 173<TD> </TD> 174</TR> 175<TR BGCOLOR="white" CLASS="TableRowColor"> 176<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/Comparators.html" title="class in com.fasterxml.jackson.databind.util">Comparators</A></B></TD> 177<TD>Helper class for constructing objects for comparing content values</TD> 178</TR> 179<TR BGCOLOR="white" CLASS="TableRowColor"> 180<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/EnumResolver.html" title="class in com.fasterxml.jackson.databind.util">EnumResolver<T extends Enum<T>></A></B></TD> 181<TD>Helper class used to resolve String values (either JSON Object field 182 names or regular String values) into Java Enum instances.</TD> 183</TR> 184<TR BGCOLOR="white" CLASS="TableRowColor"> 185<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/EnumValues.html" title="class in com.fasterxml.jackson.databind.util">EnumValues</A></B></TD> 186<TD>Helper class used for storing String serializations of 187 enumerations.</TD> 188</TR> 189<TR BGCOLOR="white" CLASS="TableRowColor"> 190<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ISO8601DateFormat.html" title="class in com.fasterxml.jackson.databind.util">ISO8601DateFormat</A></B></TD> 191<TD>Provide a fast thread-safe formatter/parser DateFormat for ISO8601 dates ONLY.</TD> 192</TR> 193<TR BGCOLOR="white" CLASS="TableRowColor"> 194<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ISO8601Utils.html" title="class in com.fasterxml.jackson.databind.util">ISO8601Utils</A></B></TD> 195<TD>Utilities methods for manipulating dates in iso8601 format.</TD> 196</TR> 197<TR BGCOLOR="white" CLASS="TableRowColor"> 198<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/JSONPObject.html" title="class in com.fasterxml.jackson.databind.util">JSONPObject</A></B></TD> 199<TD>Container class that can be used to wrap any Object instances (including 200 nulls), and will serialize embedded in 201 <a href="http://en.wikipedia.org/wiki/JSONP">JSONP</a> wrapping.</TD> 202</TR> 203<TR BGCOLOR="white" CLASS="TableRowColor"> 204<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/JSONWrappedObject.html" title="class in com.fasterxml.jackson.databind.util">JSONWrappedObject</A></B></TD> 205<TD>General-purpose wrapper class that can be used to decorate serialized 206 value with arbitrary literal prefix and suffix.</TD> 207</TR> 208<TR BGCOLOR="white" CLASS="TableRowColor"> 209<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/LinkedNode.html" title="class in com.fasterxml.jackson.databind.util">LinkedNode<T></A></B></TD> 210<TD>Node of a forward-only linked list.</TD> 211</TR> 212<TR BGCOLOR="white" CLASS="TableRowColor"> 213<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/LRUMap.html" title="class in com.fasterxml.jackson.databind.util">LRUMap<K,V></A></B></TD> 214<TD>Helper for simple bounded LRU maps used for reusing lookup values.</TD> 215</TR> 216<TR BGCOLOR="white" CLASS="TableRowColor"> 217<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/NameTransformer.html" title="class in com.fasterxml.jackson.databind.util">NameTransformer</A></B></TD> 218<TD>Helper class used to encapsulate details of name mangling, transforming 219 of names using different strategies (prefixes, suffixes).</TD> 220</TR> 221<TR BGCOLOR="white" CLASS="TableRowColor"> 222<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/NameTransformer.Chained.html" title="class in com.fasterxml.jackson.databind.util">NameTransformer.Chained</A></B></TD> 223<TD> </TD> 224</TR> 225<TR BGCOLOR="white" CLASS="TableRowColor"> 226<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ObjectBuffer.html" title="class in com.fasterxml.jackson.databind.util">ObjectBuffer</A></B></TD> 227<TD>Helper class to use for constructing Object arrays by appending entries 228 to create arrays of various lengths (length that is not known a priori).</TD> 229</TR> 230<TR BGCOLOR="white" CLASS="TableRowColor"> 231<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ObjectIdMap.html" title="class in com.fasterxml.jackson.databind.util">ObjectIdMap</A></B></TD> 232<TD>Map used during serialization, to keep track of referable Objects 233 along with lazily evaluated ids.</TD> 234</TR> 235<TR BGCOLOR="white" CLASS="TableRowColor"> 236<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/PrimitiveArrayBuilder.html" title="class in com.fasterxml.jackson.databind.util">PrimitiveArrayBuilder<T></A></B></TD> 237<TD>Base class for specialized primitive array builders.</TD> 238</TR> 239<TR BGCOLOR="white" CLASS="TableRowColor"> 240<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/RootNameLookup.html" title="class in com.fasterxml.jackson.databind.util">RootNameLookup</A></B></TD> 241<TD>Helper class for caching resolved root names.</TD> 242</TR> 243<TR BGCOLOR="white" CLASS="TableRowColor"> 244<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/SimpleBeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.util">SimpleBeanPropertyDefinition</A></B></TD> 245<TD>Simple immutable <A HREF="../../../../../com/fasterxml/jackson/databind/introspect/BeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.introspect"><CODE>BeanPropertyDefinition</CODE></A> implementation that can 246 be wrapped around a <A HREF="../../../../../com/fasterxml/jackson/databind/introspect/AnnotatedMember.html" title="class in com.fasterxml.jackson.databind.introspect"><CODE>AnnotatedMember</CODE></A> that is a simple 247 accessor (getter) or mutator (setter, constructor parameter) 248 (or both, for fields).</TD> 249</TR> 250<TR BGCOLOR="white" CLASS="TableRowColor"> 251<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/StdDateFormat.html" title="class in com.fasterxml.jackson.databind.util">StdDateFormat</A></B></TD> 252<TD>Default <A HREF="http://docs.oracle.com/javase/6/docs/api/java/text/DateFormat.html?is-external=true" title="class or interface in java.text"><CODE>DateFormat</CODE></A> implementation used by standard Date 253 serializers and deserializers.</TD> 254</TR> 255<TR BGCOLOR="white" CLASS="TableRowColor"> 256<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</A></B></TD> 257<TD>Utility class used for efficient storage of <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><CODE>JsonToken</CODE></A> 258 sequences, needed for temporary buffering.</TD> 259</TR> 260<TR BGCOLOR="white" CLASS="TableRowColor"> 261<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Parser</A></B></TD> 262<TD> </TD> 263</TR> 264<TR BGCOLOR="white" CLASS="TableRowColor"> 265<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</A></B></TD> 266<TD>Individual segment of TokenBuffer that can store up to 16 tokens 267 (limited by 4 bits per token type marker requirement).</TD> 268</TR> 269<TR BGCOLOR="white" CLASS="TableRowColor"> 270<TD WIDTH="15%"><B><A HREF="../../../../../com/fasterxml/jackson/databind/util/ViewMatcher.html" title="class in com.fasterxml.jackson.databind.util">ViewMatcher</A></B></TD> 271<TD>Helper class used for checking whether a property is visible 272 in the active view</TD> 273</TR> 274</TABLE> 275 276 277<P> 278<A NAME="package_description"><!-- --></A><H2> 279Package com.fasterxml.jackson.databind.util Description 280</H2> 281 282<P> 283Utility classes for Mapper package. 284<P> 285 286<P> 287<DL> 288</DL> 289<HR> 290 291 292<!-- ======= START OF BOTTOM NAVBAR ====== --> 293<A NAME="navbar_bottom"><!-- --></A> 294<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 295<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 296<TR> 297<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 298<A NAME="navbar_bottom_firstrow"><!-- --></A> 299<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 300 <TR ALIGN="center" VALIGN="top"> 301 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 302 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> 303 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 304 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 305 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 306 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 307 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 308 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 309 </TR> 310</TABLE> 311</TD> 312<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 313</EM> 314</TD> 315</TR> 316 317<TR> 318<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 319 <A HREF="../../../../../com/fasterxml/jackson/databind/type/package-summary.html"><B>PREV PACKAGE</B></A> 320 NEXT PACKAGE</FONT></TD> 321<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 322 <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/util/package-summary.html" target="_top"><B>FRAMES</B></A> 323 <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> 324 <SCRIPT type="text/javascript"> 325 <!-- 326 if(window==top) { 327 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 328 } 329 //--> 330</SCRIPT> 331<NOSCRIPT> 332 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> 333</NOSCRIPT> 334 335 336</FONT></TD> 337</TR> 338</TABLE> 339<A NAME="skip-navbar_bottom"></A> 340<!-- ======== END OF BOTTOM NAVBAR ======= --> 341 342<HR> 343Copyright © 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved. 344</BODY> 345</HTML> 346