1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_25) on Mon Jun 02 17:48:58 PDT 2014 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>com.fasterxml.jackson.databind.util (jackson-databind 2.4.0 API)</title> 8<meta name="date" content="2014-06-02"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10</head> 11<body> 12<script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="com.fasterxml.jackson.databind.util (jackson-databind 2.4.0 API)"; 15 } 16//--> 17</script> 18<noscript> 19<div>JavaScript is disabled on your browser.</div> 20</noscript> 21<!-- ========= START OF TOP NAVBAR ======= --> 22<div class="topNav"><a name="navbar_top"> 23<!-- --> 24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 25<!-- --> 26</a> 27<ul class="navList" title="Navigation"> 28<li><a href="../../../../../overview-summary.html">Overview</a></li> 29<li class="navBarCell1Rev">Package</li> 30<li>Class</li> 31<li><a href="package-use.html">Use</a></li> 32<li><a href="package-tree.html">Tree</a></li> 33<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 34<li><a href="../../../../../index-all.html">Index</a></li> 35<li><a href="../../../../../help-doc.html">Help</a></li> 36</ul> 37</div> 38<div class="subNav"> 39<ul class="navList"> 40<li><a href="../../../../../com/fasterxml/jackson/databind/type/package-summary.html">Prev Package</a></li> 41<li>Next Package</li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/util/package-summary.html" target="_top">Frames</a></li> 45<li><a href="package-summary.html" target="_top">No Frames</a></li> 46</ul> 47<ul class="navList" id="allclasses_navbar_top"> 48<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 49</ul> 50<div> 51<script type="text/javascript"><!-- 52 allClassesLink = document.getElementById("allclasses_navbar_top"); 53 if(window==top) { 54 allClassesLink.style.display = "block"; 55 } 56 else { 57 allClassesLink.style.display = "none"; 58 } 59 //--> 60</script> 61</div> 62<a name="skip-navbar_top"> 63<!-- --> 64</a></div> 65<!-- ========= END OF TOP NAVBAR ========= --> 66<div class="header"> 67<h1 title="Package" class="title">Package com.fasterxml.jackson.databind.util</h1> 68<div class="docSummary"> 69<div class="block">Utility classes for Mapper package.</div> 70</div> 71<p>See: <a href="#package_description">Description</a></p> 72</div> 73<div class="contentContainer"> 74<ul class="blockList"> 75<li class="blockList"> 76<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> 77<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> 78<tr> 79<th class="colFirst" scope="col">Interface</th> 80<th class="colLast" scope="col">Description</th> 81</tr> 82<tbody> 83<tr class="altColor"> 84<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/Annotations.html" title="interface in com.fasterxml.jackson.databind.util">Annotations</a></td> 85<td class="colLast"> 86<div class="block">Interface that defines interface for accessing contents of a 87 collection of annotations.</div> 88</td> 89</tr> 90<tr class="rowColor"> 91<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util">Converter</a><IN,OUT></td> 92<td class="colLast"> 93<div class="block">Helper interface for things that convert Objects of 94 one type to another.</div> 95</td> 96</tr> 97<tr class="altColor"> 98<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/Named.html" title="interface in com.fasterxml.jackson.databind.util">Named</a></td> 99<td class="colLast"> 100<div class="block">Simple tag interface mostly to allow sorting by name.</div> 101</td> 102</tr> 103</tbody> 104</table> 105</li> 106<li class="blockList"> 107<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> 108<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> 109<tr> 110<th class="colFirst" scope="col">Class</th> 111<th class="colLast" scope="col">Description</th> 112</tr> 113<tbody> 114<tr class="altColor"> 115<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders</a></td> 116<td class="colLast"> 117<div class="block">Helper class that contains set of distinct builders for different 118 arrays of primitive values.</div> 119</td> 120</tr> 121<tr class="rowColor"> 122<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.BooleanBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.BooleanBuilder</a></td> 123<td class="colLast"> </td> 124</tr> 125<tr class="altColor"> 126<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.ByteBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.ByteBuilder</a></td> 127<td class="colLast"> </td> 128</tr> 129<tr class="rowColor"> 130<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.DoubleBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.DoubleBuilder</a></td> 131<td class="colLast"> </td> 132</tr> 133<tr class="altColor"> 134<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.FloatBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.FloatBuilder</a></td> 135<td class="colLast"> </td> 136</tr> 137<tr class="rowColor"> 138<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.IntBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.IntBuilder</a></td> 139<td class="colLast"> </td> 140</tr> 141<tr class="altColor"> 142<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.LongBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.LongBuilder</a></td> 143<td class="colLast"> </td> 144</tr> 145<tr class="rowColor"> 146<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayBuilders.ShortBuilder.html" title="class in com.fasterxml.jackson.databind.util">ArrayBuilders.ShortBuilder</a></td> 147<td class="colLast"> </td> 148</tr> 149<tr class="altColor"> 150<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ArrayIterator.html" title="class in com.fasterxml.jackson.databind.util">ArrayIterator</a><T></td> 151<td class="colLast"> 152<div class="block">Iterator implementation used to efficiently expose contents of an 153 Array as read-only iterator.</div> 154</td> 155</tr> 156<tr class="rowColor"> 157<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/BeanUtil.html" title="class in com.fasterxml.jackson.databind.util">BeanUtil</a></td> 158<td class="colLast"> 159<div class="block">Helper class that contains functionality needed by both serialization 160 and deserialization side.</div> 161</td> 162</tr> 163<tr class="altColor"> 164<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ByteBufferBackedInputStream.html" title="class in com.fasterxml.jackson.databind.util">ByteBufferBackedInputStream</a></td> 165<td class="colLast"> 166<div class="block">Simple <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> implementation that exposes currently 167 available content of a <a href="http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a>.</div> 168</td> 169</tr> 170<tr class="rowColor"> 171<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ByteBufferBackedOutputStream.html" title="class in com.fasterxml.jackson.databind.util">ByteBufferBackedOutputStream</a></td> 172<td class="colLast"> 173<div class="block">Simple <a href="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> implementation that appends content 174 written in given <a href="http://docs.oracle.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> instance.</div> 175</td> 176</tr> 177<tr class="altColor"> 178<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ClassUtil.html" title="class in com.fasterxml.jackson.databind.util">ClassUtil</a></td> 179<td class="colLast"> </td> 180</tr> 181<tr class="rowColor"> 182<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ContainerBuilder.html" title="class in com.fasterxml.jackson.databind.util">ContainerBuilder</a></td> 183<td class="colLast"> 184<div class="block">Helper class used for constructing "untyped" <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a>, 185 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> and <code>Object[]</code> values.</div> 186</td> 187</tr> 188<tr class="altColor"> 189<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/Converter.None.html" title="class in com.fasterxml.jackson.databind.util">Converter.None</a></td> 190<td class="colLast"> 191<div class="block">This marker class is only to be used with annotations, to 192 indicate that <b>no converter is to be used</b>.</div> 193</td> 194</tr> 195<tr class="rowColor"> 196<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/EmptyIterator.html" title="class in com.fasterxml.jackson.databind.util">EmptyIterator</a><T></td> 197<td class="colLast"> 198<div class="block">Implementation of <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> for Empty collections.</div> 199</td> 200</tr> 201<tr class="altColor"> 202<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/EnumResolver.html" title="class in com.fasterxml.jackson.databind.util">EnumResolver</a><T extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><T>></td> 203<td class="colLast"> 204<div class="block">Helper class used to resolve String values (either JSON Object field 205 names or regular String values) into Java Enum instances.</div> 206</td> 207</tr> 208<tr class="rowColor"> 209<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/EnumValues.html" title="class in com.fasterxml.jackson.databind.util">EnumValues</a></td> 210<td class="colLast"> 211<div class="block">Helper class used for storing String serializations of 212 enumerations.</div> 213</td> 214</tr> 215<tr class="altColor"> 216<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ISO8601DateFormat.html" title="class in com.fasterxml.jackson.databind.util">ISO8601DateFormat</a></td> 217<td class="colLast"> 218<div class="block">Provide a fast thread-safe formatter/parser DateFormat for ISO8601 dates ONLY.</div> 219</td> 220</tr> 221<tr class="rowColor"> 222<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ISO8601Utils.html" title="class in com.fasterxml.jackson.databind.util">ISO8601Utils</a></td> 223<td class="colLast"> 224<div class="block">Utilities methods for manipulating dates in iso8601 format.</div> 225</td> 226</tr> 227<tr class="altColor"> 228<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/JSONPObject.html" title="class in com.fasterxml.jackson.databind.util">JSONPObject</a></td> 229<td class="colLast"> 230<div class="block">Container class that can be used to wrap any Object instances (including 231 nulls), and will serialize embedded in 232 <a href="http://en.wikipedia.org/wiki/JSONP">JSONP</a> wrapping.</div> 233</td> 234</tr> 235<tr class="rowColor"> 236<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/JSONWrappedObject.html" title="class in com.fasterxml.jackson.databind.util">JSONWrappedObject</a></td> 237<td class="colLast"> 238<div class="block">General-purpose wrapper class that can be used to decorate serialized 239 value with arbitrary literal prefix and suffix.</div> 240</td> 241</tr> 242<tr class="altColor"> 243<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/LinkedNode.html" title="class in com.fasterxml.jackson.databind.util">LinkedNode</a><T></td> 244<td class="colLast"> 245<div class="block">Node of a forward-only linked list.</div> 246</td> 247</tr> 248<tr class="rowColor"> 249<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/LRUMap.html" title="class in com.fasterxml.jackson.databind.util">LRUMap</a><K,V></td> 250<td class="colLast"> 251<div class="block">Helper for simple bounded LRU maps used for reusing lookup values.</div> 252</td> 253</tr> 254<tr class="altColor"> 255<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/NameTransformer.html" title="class in com.fasterxml.jackson.databind.util">NameTransformer</a></td> 256<td class="colLast"> 257<div class="block">Helper class used to encapsulate details of name mangling, transforming 258 of names using different strategies (prefixes, suffixes).</div> 259</td> 260</tr> 261<tr class="rowColor"> 262<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/NameTransformer.Chained.html" title="class in com.fasterxml.jackson.databind.util">NameTransformer.Chained</a></td> 263<td class="colLast"> </td> 264</tr> 265<tr class="altColor"> 266<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ObjectBuffer.html" title="class in com.fasterxml.jackson.databind.util">ObjectBuffer</a></td> 267<td class="colLast"> 268<div class="block">Helper class to use for constructing Object arrays by appending entries 269 to create arrays of various lengths (length that is not known a priori).</div> 270</td> 271</tr> 272<tr class="rowColor"> 273<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ObjectIdMap.html" title="class in com.fasterxml.jackson.databind.util">ObjectIdMap</a></td> 274<td class="colLast"> 275<div class="block">Map used during serialization, to keep track of referable Objects 276 along with lazily evaluated ids.</div> 277</td> 278</tr> 279<tr class="altColor"> 280<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/PrimitiveArrayBuilder.html" title="class in com.fasterxml.jackson.databind.util">PrimitiveArrayBuilder</a><T></td> 281<td class="colLast"> 282<div class="block">Base class for specialized primitive array builders.</div> 283</td> 284</tr> 285<tr class="rowColor"> 286<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/RootNameLookup.html" title="class in com.fasterxml.jackson.databind.util">RootNameLookup</a></td> 287<td class="colLast"> 288<div class="block">Helper class for caching resolved root names.</div> 289</td> 290</tr> 291<tr class="altColor"> 292<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/SimpleBeanPropertyDefinition.html" title="class in com.fasterxml.jackson.databind.util">SimpleBeanPropertyDefinition</a></td> 293<td class="colLast"> 294<div class="block">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 295 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 296 accessor (getter) or mutator (setter, constructor parameter) 297 (or both, for fields).</div> 298</td> 299</tr> 300<tr class="rowColor"> 301<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/StdConverter.html" title="class in com.fasterxml.jackson.databind.util">StdConverter</a><IN,OUT></td> 302<td class="colLast"> 303<div class="block">Standard implementation of <a href="../../../../../com/fasterxml/jackson/databind/util/Converter.html" title="interface in com.fasterxml.jackson.databind.util"><code>Converter</code></a> that supports explicit 304 type access, instead of relying type detection of generic type 305 parameters.</div> 306</td> 307</tr> 308<tr class="altColor"> 309<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/StdDateFormat.html" title="class in com.fasterxml.jackson.databind.util">StdDateFormat</a></td> 310<td class="colLast"> 311<div class="block">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 312 serializers and deserializers.</div> 313</td> 314</tr> 315<tr class="rowColor"> 316<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</a></td> 317<td class="colLast"> 318<div class="block">Utility class used for efficient storage of <a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonToken</code></a> 319 sequences, needed for temporary buffering.</div> 320</td> 321</tr> 322<tr class="altColor"> 323<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Parser</a></td> 324<td class="colLast"> </td> 325</tr> 326<tr class="rowColor"> 327<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a></td> 328<td class="colLast"> 329<div class="block">Individual segment of TokenBuffer that can store up to 16 tokens 330 (limited by 4 bits per token type marker requirement).</div> 331</td> 332</tr> 333<tr class="altColor"> 334<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/util/ViewMatcher.html" title="class in com.fasterxml.jackson.databind.util">ViewMatcher</a></td> 335<td class="colLast"> 336<div class="block">Helper class used for checking whether a property is visible 337 in the active view</div> 338</td> 339</tr> 340</tbody> 341</table> 342</li> 343</ul> 344<a name="package_description"> 345<!-- --> 346</a> 347<h2 title="Package com.fasterxml.jackson.databind.util Description">Package com.fasterxml.jackson.databind.util Description</h2> 348<div class="block">Utility classes for Mapper package.</div> 349</div> 350<!-- ======= START OF BOTTOM NAVBAR ====== --> 351<div class="bottomNav"><a name="navbar_bottom"> 352<!-- --> 353</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 354<!-- --> 355</a> 356<ul class="navList" title="Navigation"> 357<li><a href="../../../../../overview-summary.html">Overview</a></li> 358<li class="navBarCell1Rev">Package</li> 359<li>Class</li> 360<li><a href="package-use.html">Use</a></li> 361<li><a href="package-tree.html">Tree</a></li> 362<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 363<li><a href="../../../../../index-all.html">Index</a></li> 364<li><a href="../../../../../help-doc.html">Help</a></li> 365</ul> 366</div> 367<div class="subNav"> 368<ul class="navList"> 369<li><a href="../../../../../com/fasterxml/jackson/databind/type/package-summary.html">Prev Package</a></li> 370<li>Next Package</li> 371</ul> 372<ul class="navList"> 373<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/util/package-summary.html" target="_top">Frames</a></li> 374<li><a href="package-summary.html" target="_top">No Frames</a></li> 375</ul> 376<ul class="navList" id="allclasses_navbar_bottom"> 377<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 378</ul> 379<div> 380<script type="text/javascript"><!-- 381 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 382 if(window==top) { 383 allClassesLink.style.display = "block"; 384 } 385 else { 386 allClassesLink.style.display = "none"; 387 } 388 //--> 389</script> 390</div> 391<a name="skip-navbar_bottom"> 392<!-- --> 393</a></div> 394<!-- ======== END OF BOTTOM NAVBAR ======= --> 395<p class="legalCopy"><small>Copyright © 2014 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 396</body> 397</html> 398