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 Thu Jan 01 17:43:58 PST 2015 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>TokenBuffer (jackson-databind 2.5.0 API)</title> 8<meta name="date" content="2015-01-01"> 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="TokenBuffer (jackson-databind 2.5.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><a href="package-summary.html">Package</a></li> 30<li class="navBarCell1Rev">Class</li> 31<li><a href="class-use/TokenBuffer.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/util/StdDateFormat.html" title="class in com.fasterxml.jackson.databind.util"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html" title="class in com.fasterxml.jackson.databind.util"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/util/TokenBuffer.html" target="_top">Frames</a></li> 45<li><a href="TokenBuffer.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<div> 63<ul class="subNavList"> 64<li>Summary: </li> 65<li><a href="#nested_class_summary">Nested</a> | </li> 66<li><a href="#field_summary">Field</a> | </li> 67<li><a href="#constructor_summary">Constr</a> | </li> 68<li><a href="#method_summary">Method</a></li> 69</ul> 70<ul class="subNavList"> 71<li>Detail: </li> 72<li><a href="#field_detail">Field</a> | </li> 73<li><a href="#constructor_detail">Constr</a> | </li> 74<li><a href="#method_detail">Method</a></li> 75</ul> 76</div> 77<a name="skip-navbar_top"> 78<!-- --> 79</a></div> 80<!-- ========= END OF TOP NAVBAR ========= --> 81<!-- ======== START OF CLASS DATA ======== --> 82<div class="header"> 83<div class="subTitle">com.fasterxml.jackson.databind.util</div> 84<h2 title="Class TokenBuffer" class="title">Class TokenBuffer</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 89<li> 90<ul class="inheritance"> 91<li>com.fasterxml.jackson.core.JsonGenerator</li> 92<li> 93<ul class="inheritance"> 94<li>com.fasterxml.jackson.databind.util.TokenBuffer</li> 95</ul> 96</li> 97</ul> 98</li> 99</ul> 100<div class="description"> 101<ul class="blockList"> 102<li class="blockList"> 103<dl> 104<dt>All Implemented Interfaces:</dt> 105<dd>com.fasterxml.jackson.core.Versioned, <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></dd> 106</dl> 107<hr> 108<br> 109<pre>public class <span class="strong">TokenBuffer</span> 110extends com.fasterxml.jackson.core.JsonGenerator</pre> 111<div class="block">Utility class used for efficient storage of <code>JsonToken</code> 112 sequences, needed for temporary buffering. 113 Space efficient for different sequence lengths (especially so for smaller 114 ones; but not significantly less efficient for larger), highly efficient 115 for linear iteration and appending. Implemented as segmented/chunked 116 linked list of tokens; only modifications are via appends. 117<p> 118 Note that before version 2.0, this class was located in the "core" 119 bundle, not data-binding; but since it was only used by data binding, 120 was moved here to reduce size of core package</div> 121</li> 122</ul> 123</div> 124<div class="summary"> 125<ul class="blockList"> 126<li class="blockList"> 127<!-- ======== NESTED CLASS SUMMARY ======== --> 128<ul class="blockList"> 129<li class="blockList"><a name="nested_class_summary"> 130<!-- --> 131</a> 132<h3>Nested Class Summary</h3> 133<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> 134<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> 135<tr> 136<th class="colFirst" scope="col">Modifier and Type</th> 137<th class="colLast" scope="col">Class and Description</th> 138</tr> 139<tr class="altColor"> 140<td class="colFirst"><code>protected static class </code></td> 141<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Parser</a></strong></code> </td> 142</tr> 143<tr class="rowColor"> 144<td class="colFirst"><code>protected static class </code></td> 145<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a></strong></code> 146<div class="block">Individual segment of TokenBuffer that can store up to 16 tokens 147 (limited by 4 bits per token type marker requirement).</div> 148</td> 149</tr> 150</table> 151<ul class="blockList"> 152<li class="blockList"><a name="nested_classes_inherited_from_class_com.fasterxml.jackson.core.JsonGenerator"> 153<!-- --> 154</a> 155<h3>Nested classes/interfaces inherited from class com.fasterxml.jackson.core.JsonGenerator</h3> 156<code>com.fasterxml.jackson.core.JsonGenerator.Feature</code></li> 157</ul> 158</li> 159</ul> 160<!-- =========== FIELD SUMMARY =========== --> 161<ul class="blockList"> 162<li class="blockList"><a name="field_summary"> 163<!-- --> 164</a> 165<h3>Field Summary</h3> 166<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 167<caption><span>Fields</span><span class="tabEnd"> </span></caption> 168<tr> 169<th class="colFirst" scope="col">Modifier and Type</th> 170<th class="colLast" scope="col">Field and Description</th> 171</tr> 172<tr class="altColor"> 173<td class="colFirst"><code>protected int</code></td> 174<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_appendAt">_appendAt</a></strong></code> 175<div class="block">Offset within last segment,</div> 176</td> 177</tr> 178<tr class="rowColor"> 179<td class="colFirst"><code>protected boolean</code></td> 180<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_closed">_closed</a></strong></code> </td> 181</tr> 182<tr class="altColor"> 183<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a></code></td> 184<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_first">_first</a></strong></code> 185<div class="block">First segment, for contents this buffer has</div> 186</td> 187</tr> 188<tr class="rowColor"> 189<td class="colFirst"><code>protected int</code></td> 190<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_generatorFeatures">_generatorFeatures</a></strong></code> 191<div class="block">Bit flag composed of bits that indicate which 192 <code>JsonGenerator.Feature</code>s 193 are enabled.</div> 194</td> 195</tr> 196<tr class="altColor"> 197<td class="colFirst"><code>protected boolean</code></td> 198<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_hasNativeId">_hasNativeId</a></strong></code> 199<div class="block">Do we currnetly have a native type or object id buffered?</div> 200</td> 201</tr> 202<tr class="rowColor"> 203<td class="colFirst"><code>protected boolean</code></td> 204<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_hasNativeObjectIds">_hasNativeObjectIds</a></strong></code> </td> 205</tr> 206<tr class="altColor"> 207<td class="colFirst"><code>protected boolean</code></td> 208<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_hasNativeTypeIds">_hasNativeTypeIds</a></strong></code> </td> 209</tr> 210<tr class="rowColor"> 211<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a></code></td> 212<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_last">_last</a></strong></code> 213<div class="block">Last segment of this buffer, one that is used 214 for appending more tokens</div> 215</td> 216</tr> 217<tr class="altColor"> 218<td class="colFirst"><code>protected boolean</code></td> 219<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_mayHaveNativeIds">_mayHaveNativeIds</a></strong></code> </td> 220</tr> 221<tr class="rowColor"> 222<td class="colFirst"><code>protected com.fasterxml.jackson.core.ObjectCodec</code></td> 223<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_objectCodec">_objectCodec</a></strong></code> 224<div class="block">Object codec to use for stream-based object 225 conversion through parser/generator interfaces.</div> 226</td> 227</tr> 228<tr class="altColor"> 229<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 230<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_objectId">_objectId</a></strong></code> 231<div class="block">If native object ids supported, this is the id for following 232 value (or first token of one) to be written.</div> 233</td> 234</tr> 235<tr class="rowColor"> 236<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 237<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_typeId">_typeId</a></strong></code> 238<div class="block">If native type ids supported, this is the id for following 239 value (or first token of one) to be written.</div> 240</td> 241</tr> 242<tr class="altColor"> 243<td class="colFirst"><code>protected com.fasterxml.jackson.core.json.JsonWriteContext</code></td> 244<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_writeContext">_writeContext</a></strong></code> </td> 245</tr> 246<tr class="rowColor"> 247<td class="colFirst"><code>protected static int</code></td> 248<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#DEFAULT_GENERATOR_FEATURES">DEFAULT_GENERATOR_FEATURES</a></strong></code> </td> 249</tr> 250</table> 251<ul class="blockList"> 252<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.core.JsonGenerator"> 253<!-- --> 254</a> 255<h3>Fields inherited from class com.fasterxml.jackson.core.JsonGenerator</h3> 256<code>_cfgPrettyPrinter</code></li> 257</ul> 258</li> 259</ul> 260<!-- ======== CONSTRUCTOR SUMMARY ======== --> 261<ul class="blockList"> 262<li class="blockList"><a name="constructor_summary"> 263<!-- --> 264</a> 265<h3>Constructor Summary</h3> 266<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 267<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 268<tr> 269<th class="colOne" scope="col">Constructor and Description</th> 270</tr> 271<tr class="altColor"> 272<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#TokenBuffer(com.fasterxml.jackson.core.JsonParser)">TokenBuffer</a></strong>(com.fasterxml.jackson.core.JsonParser jp)</code> </td> 273</tr> 274<tr class="rowColor"> 275<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#TokenBuffer(com.fasterxml.jackson.core.ObjectCodec)">TokenBuffer</a></strong>(com.fasterxml.jackson.core.ObjectCodec codec)</code> 276<div class="block"><strong>Deprecated.</strong> 277<div class="block"><i>since 2.3 preferred variant is one that takes <code>JsonParser</code> or additional boolean parameter.</i></div> 278</div> 279</td> 280</tr> 281<tr class="altColor"> 282<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#TokenBuffer(com.fasterxml.jackson.core.ObjectCodec, boolean)">TokenBuffer</a></strong>(com.fasterxml.jackson.core.ObjectCodec codec, 283 boolean hasNativeIds)</code> </td> 284</tr> 285</table> 286</li> 287</ul> 288<!-- ========== METHOD SUMMARY =========== --> 289<ul class="blockList"> 290<li class="blockList"><a name="method_summary"> 291<!-- --> 292</a> 293<h3>Method Summary</h3> 294<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 295<caption><span>Methods</span><span class="tabEnd"> </span></caption> 296<tr> 297<th class="colFirst" scope="col">Modifier and Type</th> 298<th class="colLast" scope="col">Method and Description</th> 299</tr> 300<tr class="altColor"> 301<td class="colFirst"><code>protected void</code></td> 302<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_append(com.fasterxml.jackson.core.JsonToken)">_append</a></strong>(com.fasterxml.jackson.core.JsonToken type)</code> </td> 303</tr> 304<tr class="rowColor"> 305<td class="colFirst"><code>protected void</code></td> 306<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_append(com.fasterxml.jackson.core.JsonToken, java.lang.Object)">_append</a></strong>(com.fasterxml.jackson.core.JsonToken type, 307 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> 308</tr> 309<tr class="altColor"> 310<td class="colFirst"><code>protected void</code></td> 311<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_appendRaw(int, java.lang.Object)">_appendRaw</a></strong>(int rawType, 312 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> 313</tr> 314<tr class="rowColor"> 315<td class="colFirst"><code>protected void</code></td> 316<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#_reportUnsupportedOperation()">_reportUnsupportedOperation</a></strong>()</code> </td> 317</tr> 318<tr class="altColor"> 319<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</a></code></td> 320<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#append(com.fasterxml.jackson.databind.util.TokenBuffer)">append</a></strong>(<a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</a> other)</code> 321<div class="block">Helper method that will append contents of given buffer into this 322 buffer.</div> 323</td> 324</tr> 325<tr class="rowColor"> 326<td class="colFirst"><code>com.fasterxml.jackson.core.JsonParser</code></td> 327<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#asParser()">asParser</a></strong>()</code> 328<div class="block">Method used to create a <code>JsonParser</code> that can read contents 329 stored in this buffer.</div> 330</td> 331</tr> 332<tr class="altColor"> 333<td class="colFirst"><code>com.fasterxml.jackson.core.JsonParser</code></td> 334<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#asParser(com.fasterxml.jackson.core.JsonParser)">asParser</a></strong>(com.fasterxml.jackson.core.JsonParser src)</code> </td> 335</tr> 336<tr class="rowColor"> 337<td class="colFirst"><code>com.fasterxml.jackson.core.JsonParser</code></td> 338<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#asParser(com.fasterxml.jackson.core.ObjectCodec)">asParser</a></strong>(com.fasterxml.jackson.core.ObjectCodec codec)</code> 339<div class="block">Method used to create a <code>JsonParser</code> that can read contents 340 stored in this buffer.</div> 341</td> 342</tr> 343<tr class="altColor"> 344<td class="colFirst"><code>boolean</code></td> 345<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#canWriteBinaryNatively()">canWriteBinaryNatively</a></strong>()</code> 346<div class="block">Since we can efficiently store <code>byte[]</code>, yes.</div> 347</td> 348</tr> 349<tr class="rowColor"> 350<td class="colFirst"><code>boolean</code></td> 351<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#canWriteObjectId()">canWriteObjectId</a></strong>()</code> </td> 352</tr> 353<tr class="altColor"> 354<td class="colFirst"><code>boolean</code></td> 355<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#canWriteTypeId()">canWriteTypeId</a></strong>()</code> </td> 356</tr> 357<tr class="rowColor"> 358<td class="colFirst"><code>void</code></td> 359<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#close()">close</a></strong>()</code> </td> 360</tr> 361<tr class="altColor"> 362<td class="colFirst"><code>void</code></td> 363<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#copyCurrentEvent(com.fasterxml.jackson.core.JsonParser)">copyCurrentEvent</a></strong>(com.fasterxml.jackson.core.JsonParser jp)</code> </td> 364</tr> 365<tr class="rowColor"> 366<td class="colFirst"><code>void</code></td> 367<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#copyCurrentStructure(com.fasterxml.jackson.core.JsonParser)">copyCurrentStructure</a></strong>(com.fasterxml.jackson.core.JsonParser jp)</code> </td> 368</tr> 369<tr class="altColor"> 370<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</a></code></td> 371<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext)">deserialize</a></strong>(com.fasterxml.jackson.core.JsonParser jp, 372 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt)</code> 373<div class="block">Helper method used by standard deserializer.</div> 374</td> 375</tr> 376<tr class="rowColor"> 377<td class="colFirst"><code>com.fasterxml.jackson.core.JsonGenerator</code></td> 378<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#disable(com.fasterxml.jackson.core.JsonGenerator.Feature)">disable</a></strong>(com.fasterxml.jackson.core.JsonGenerator.Feature f)</code> </td> 379</tr> 380<tr class="altColor"> 381<td class="colFirst"><code>com.fasterxml.jackson.core.JsonGenerator</code></td> 382<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#enable(com.fasterxml.jackson.core.JsonGenerator.Feature)">enable</a></strong>(com.fasterxml.jackson.core.JsonGenerator.Feature f)</code> </td> 383</tr> 384<tr class="rowColor"> 385<td class="colFirst"><code>com.fasterxml.jackson.core.JsonToken</code></td> 386<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#firstToken()">firstToken</a></strong>()</code> </td> 387</tr> 388<tr class="altColor"> 389<td class="colFirst"><code>void</code></td> 390<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#flush()">flush</a></strong>()</code> </td> 391</tr> 392<tr class="rowColor"> 393<td class="colFirst"><code>com.fasterxml.jackson.core.ObjectCodec</code></td> 394<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#getCodec()">getCodec</a></strong>()</code> </td> 395</tr> 396<tr class="altColor"> 397<td class="colFirst"><code>int</code></td> 398<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#getFeatureMask()">getFeatureMask</a></strong>()</code> </td> 399</tr> 400<tr class="rowColor"> 401<td class="colFirst"><code>com.fasterxml.jackson.core.json.JsonWriteContext</code></td> 402<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#getOutputContext()">getOutputContext</a></strong>()</code> </td> 403</tr> 404<tr class="altColor"> 405<td class="colFirst"><code>boolean</code></td> 406<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#isClosed()">isClosed</a></strong>()</code> </td> 407</tr> 408<tr class="rowColor"> 409<td class="colFirst"><code>boolean</code></td> 410<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#isEnabled(com.fasterxml.jackson.core.JsonGenerator.Feature)">isEnabled</a></strong>(com.fasterxml.jackson.core.JsonGenerator.Feature f)</code> </td> 411</tr> 412<tr class="altColor"> 413<td class="colFirst"><code>void</code></td> 414<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#serialize(com.fasterxml.jackson.core.JsonGenerator)">serialize</a></strong>(com.fasterxml.jackson.core.JsonGenerator jgen)</code> 415<div class="block">Helper method that will write all contents of this buffer 416 using given <code>JsonGenerator</code>.</div> 417</td> 418</tr> 419<tr class="rowColor"> 420<td class="colFirst"><code>com.fasterxml.jackson.core.JsonGenerator</code></td> 421<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#setCodec(com.fasterxml.jackson.core.ObjectCodec)">setCodec</a></strong>(com.fasterxml.jackson.core.ObjectCodec oc)</code> </td> 422</tr> 423<tr class="altColor"> 424<td class="colFirst"><code>com.fasterxml.jackson.core.JsonGenerator</code></td> 425<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#setFeatureMask(int)">setFeatureMask</a></strong>(int mask)</code> </td> 426</tr> 427<tr class="rowColor"> 428<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 429<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#toString()">toString</a></strong>()</code> </td> 430</tr> 431<tr class="altColor"> 432<td class="colFirst"><code>com.fasterxml.jackson.core.JsonGenerator</code></td> 433<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#useDefaultPrettyPrinter()">useDefaultPrettyPrinter</a></strong>()</code> </td> 434</tr> 435<tr class="rowColor"> 436<td class="colFirst"><code>com.fasterxml.jackson.core.Version</code></td> 437<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#version()">version</a></strong>()</code> </td> 438</tr> 439<tr class="altColor"> 440<td class="colFirst"><code>void</code></td> 441<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeBinary(com.fasterxml.jackson.core.Base64Variant, byte[], int, int)">writeBinary</a></strong>(com.fasterxml.jackson.core.Base64Variant b64variant, 442 byte[] data, 443 int offset, 444 int len)</code> </td> 445</tr> 446<tr class="rowColor"> 447<td class="colFirst"><code>int</code></td> 448<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeBinary(com.fasterxml.jackson.core.Base64Variant, java.io.InputStream, int)">writeBinary</a></strong>(com.fasterxml.jackson.core.Base64Variant b64variant, 449 <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> data, 450 int dataLength)</code> 451<div class="block">Although we could support this method, it does not necessarily make 452 sense: we can not make good use of streaming because buffer must 453 hold all the data.</div> 454</td> 455</tr> 456<tr class="altColor"> 457<td class="colFirst"><code>void</code></td> 458<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeBoolean(boolean)">writeBoolean</a></strong>(boolean state)</code> </td> 459</tr> 460<tr class="rowColor"> 461<td class="colFirst"><code>void</code></td> 462<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeEndArray()">writeEndArray</a></strong>()</code> </td> 463</tr> 464<tr class="altColor"> 465<td class="colFirst"><code>void</code></td> 466<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeEndObject()">writeEndObject</a></strong>()</code> </td> 467</tr> 468<tr class="rowColor"> 469<td class="colFirst"><code>void</code></td> 470<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeFieldName(com.fasterxml.jackson.core.SerializableString)">writeFieldName</a></strong>(com.fasterxml.jackson.core.SerializableString name)</code> </td> 471</tr> 472<tr class="altColor"> 473<td class="colFirst"><code>void</code></td> 474<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeFieldName(java.lang.String)">writeFieldName</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td> 475</tr> 476<tr class="rowColor"> 477<td class="colFirst"><code>void</code></td> 478<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNull()">writeNull</a></strong>()</code> </td> 479</tr> 480<tr class="altColor"> 481<td class="colFirst"><code>void</code></td> 482<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNumber(java.math.BigDecimal)">writeNumber</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a> dec)</code> </td> 483</tr> 484<tr class="rowColor"> 485<td class="colFirst"><code>void</code></td> 486<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNumber(java.math.BigInteger)">writeNumber</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a> v)</code> </td> 487</tr> 488<tr class="altColor"> 489<td class="colFirst"><code>void</code></td> 490<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNumber(double)">writeNumber</a></strong>(double d)</code> </td> 491</tr> 492<tr class="rowColor"> 493<td class="colFirst"><code>void</code></td> 494<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNumber(float)">writeNumber</a></strong>(float f)</code> </td> 495</tr> 496<tr class="altColor"> 497<td class="colFirst"><code>void</code></td> 498<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNumber(int)">writeNumber</a></strong>(int i)</code> </td> 499</tr> 500<tr class="rowColor"> 501<td class="colFirst"><code>void</code></td> 502<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNumber(long)">writeNumber</a></strong>(long l)</code> </td> 503</tr> 504<tr class="altColor"> 505<td class="colFirst"><code>void</code></td> 506<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNumber(short)">writeNumber</a></strong>(short i)</code> </td> 507</tr> 508<tr class="rowColor"> 509<td class="colFirst"><code>void</code></td> 510<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeNumber(java.lang.String)">writeNumber</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> encodedValue)</code> </td> 511</tr> 512<tr class="altColor"> 513<td class="colFirst"><code>void</code></td> 514<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeObject(java.lang.Object)">writeObject</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> 515</tr> 516<tr class="rowColor"> 517<td class="colFirst"><code>void</code></td> 518<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeObjectId(java.lang.Object)">writeObjectId</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> id)</code> </td> 519</tr> 520<tr class="altColor"> 521<td class="colFirst"><code>void</code></td> 522<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRaw(char)">writeRaw</a></strong>(char c)</code> </td> 523</tr> 524<tr class="rowColor"> 525<td class="colFirst"><code>void</code></td> 526<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRaw(char[], int, int)">writeRaw</a></strong>(char[] text, 527 int offset, 528 int len)</code> </td> 529</tr> 530<tr class="altColor"> 531<td class="colFirst"><code>void</code></td> 532<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRaw(com.fasterxml.jackson.core.SerializableString)">writeRaw</a></strong>(com.fasterxml.jackson.core.SerializableString text)</code> </td> 533</tr> 534<tr class="rowColor"> 535<td class="colFirst"><code>void</code></td> 536<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRaw(java.lang.String)">writeRaw</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</code> </td> 537</tr> 538<tr class="altColor"> 539<td class="colFirst"><code>void</code></td> 540<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRaw(java.lang.String, int, int)">writeRaw</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text, 541 int offset, 542 int len)</code> </td> 543</tr> 544<tr class="rowColor"> 545<td class="colFirst"><code>void</code></td> 546<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRawUTF8String(byte[], int, int)">writeRawUTF8String</a></strong>(byte[] text, 547 int offset, 548 int length)</code> </td> 549</tr> 550<tr class="altColor"> 551<td class="colFirst"><code>void</code></td> 552<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRawValue(char[], int, int)">writeRawValue</a></strong>(char[] text, 553 int offset, 554 int len)</code> </td> 555</tr> 556<tr class="rowColor"> 557<td class="colFirst"><code>void</code></td> 558<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRawValue(java.lang.String)">writeRawValue</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</code> </td> 559</tr> 560<tr class="altColor"> 561<td class="colFirst"><code>void</code></td> 562<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeRawValue(java.lang.String, int, int)">writeRawValue</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text, 563 int offset, 564 int len)</code> </td> 565</tr> 566<tr class="rowColor"> 567<td class="colFirst"><code>void</code></td> 568<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeStartArray()">writeStartArray</a></strong>()</code> </td> 569</tr> 570<tr class="altColor"> 571<td class="colFirst"><code>void</code></td> 572<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeStartObject()">writeStartObject</a></strong>()</code> </td> 573</tr> 574<tr class="rowColor"> 575<td class="colFirst"><code>void</code></td> 576<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeString(char[], int, int)">writeString</a></strong>(char[] text, 577 int offset, 578 int len)</code> </td> 579</tr> 580<tr class="altColor"> 581<td class="colFirst"><code>void</code></td> 582<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeString(com.fasterxml.jackson.core.SerializableString)">writeString</a></strong>(com.fasterxml.jackson.core.SerializableString text)</code> </td> 583</tr> 584<tr class="rowColor"> 585<td class="colFirst"><code>void</code></td> 586<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeString(java.lang.String)">writeString</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</code> </td> 587</tr> 588<tr class="altColor"> 589<td class="colFirst"><code>void</code></td> 590<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeTree(com.fasterxml.jackson.core.TreeNode)">writeTree</a></strong>(com.fasterxml.jackson.core.TreeNode node)</code> </td> 591</tr> 592<tr class="rowColor"> 593<td class="colFirst"><code>void</code></td> 594<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeTypeId(java.lang.Object)">writeTypeId</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> id)</code> </td> 595</tr> 596<tr class="altColor"> 597<td class="colFirst"><code>void</code></td> 598<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html#writeUTF8String(byte[], int, int)">writeUTF8String</a></strong>(byte[] text, 599 int offset, 600 int length)</code> </td> 601</tr> 602</table> 603<ul class="blockList"> 604<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.core.JsonGenerator"> 605<!-- --> 606</a> 607<h3>Methods inherited from class com.fasterxml.jackson.core.JsonGenerator</h3> 608<code>_reportError, _throwInternal, _writeSimpleObject, canOmitFields, canUseSchema, configure, getCharacterEscapes, getCurrentValue, getHighestEscapedChar, getOutputTarget, getPrettyPrinter, getSchema, setCharacterEscapes, setCurrentValue, setHighestNonEscapedChar, setPrettyPrinter, setRootValueSeparator, setSchema, writeArrayFieldStart, writeBinary, writeBinary, writeBinary, writeBinaryField, writeBooleanField, writeNullField, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeObjectField, writeObjectFieldStart, writeObjectRef, writeOmittedField, writeRawValue, writeStartArray, writeStringField</code></li> 609</ul> 610<ul class="blockList"> 611<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 612<!-- --> 613</a> 614<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 615<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> 616</ul> 617</li> 618</ul> 619</li> 620</ul> 621</div> 622<div class="details"> 623<ul class="blockList"> 624<li class="blockList"> 625<!-- ============ FIELD DETAIL =========== --> 626<ul class="blockList"> 627<li class="blockList"><a name="field_detail"> 628<!-- --> 629</a> 630<h3>Field Detail</h3> 631<a name="DEFAULT_GENERATOR_FEATURES"> 632<!-- --> 633</a> 634<ul class="blockList"> 635<li class="blockList"> 636<h4>DEFAULT_GENERATOR_FEATURES</h4> 637<pre>protected static final int DEFAULT_GENERATOR_FEATURES</pre> 638</li> 639</ul> 640<a name="_objectCodec"> 641<!-- --> 642</a> 643<ul class="blockList"> 644<li class="blockList"> 645<h4>_objectCodec</h4> 646<pre>protected com.fasterxml.jackson.core.ObjectCodec _objectCodec</pre> 647<div class="block">Object codec to use for stream-based object 648 conversion through parser/generator interfaces. If null, 649 such methods can not be used.</div> 650</li> 651</ul> 652<a name="_generatorFeatures"> 653<!-- --> 654</a> 655<ul class="blockList"> 656<li class="blockList"> 657<h4>_generatorFeatures</h4> 658<pre>protected int _generatorFeatures</pre> 659<div class="block">Bit flag composed of bits that indicate which 660 <code>JsonGenerator.Feature</code>s 661 are enabled. 662<p> 663 NOTE: most features have no effect on this class</div> 664</li> 665</ul> 666<a name="_closed"> 667<!-- --> 668</a> 669<ul class="blockList"> 670<li class="blockList"> 671<h4>_closed</h4> 672<pre>protected boolean _closed</pre> 673</li> 674</ul> 675<a name="_hasNativeTypeIds"> 676<!-- --> 677</a> 678<ul class="blockList"> 679<li class="blockList"> 680<h4>_hasNativeTypeIds</h4> 681<pre>protected boolean _hasNativeTypeIds</pre> 682<dl><dt><span class="strong">Since:</span></dt> 683 <dd>2.3</dd></dl> 684</li> 685</ul> 686<a name="_hasNativeObjectIds"> 687<!-- --> 688</a> 689<ul class="blockList"> 690<li class="blockList"> 691<h4>_hasNativeObjectIds</h4> 692<pre>protected boolean _hasNativeObjectIds</pre> 693<dl><dt><span class="strong">Since:</span></dt> 694 <dd>2.3</dd></dl> 695</li> 696</ul> 697<a name="_mayHaveNativeIds"> 698<!-- --> 699</a> 700<ul class="blockList"> 701<li class="blockList"> 702<h4>_mayHaveNativeIds</h4> 703<pre>protected boolean _mayHaveNativeIds</pre> 704<dl><dt><span class="strong">Since:</span></dt> 705 <dd>2.3</dd></dl> 706</li> 707</ul> 708<a name="_first"> 709<!-- --> 710</a> 711<ul class="blockList"> 712<li class="blockList"> 713<h4>_first</h4> 714<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a> _first</pre> 715<div class="block">First segment, for contents this buffer has</div> 716</li> 717</ul> 718<a name="_last"> 719<!-- --> 720</a> 721<ul class="blockList"> 722<li class="blockList"> 723<h4>_last</h4> 724<pre>protected <a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a> _last</pre> 725<div class="block">Last segment of this buffer, one that is used 726 for appending more tokens</div> 727</li> 728</ul> 729<a name="_appendAt"> 730<!-- --> 731</a> 732<ul class="blockList"> 733<li class="blockList"> 734<h4>_appendAt</h4> 735<pre>protected int _appendAt</pre> 736<div class="block">Offset within last segment,</div> 737</li> 738</ul> 739<a name="_typeId"> 740<!-- --> 741</a> 742<ul class="blockList"> 743<li class="blockList"> 744<h4>_typeId</h4> 745<pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> _typeId</pre> 746<div class="block">If native type ids supported, this is the id for following 747 value (or first token of one) to be written.</div> 748</li> 749</ul> 750<a name="_objectId"> 751<!-- --> 752</a> 753<ul class="blockList"> 754<li class="blockList"> 755<h4>_objectId</h4> 756<pre>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> _objectId</pre> 757<div class="block">If native object ids supported, this is the id for following 758 value (or first token of one) to be written.</div> 759</li> 760</ul> 761<a name="_hasNativeId"> 762<!-- --> 763</a> 764<ul class="blockList"> 765<li class="blockList"> 766<h4>_hasNativeId</h4> 767<pre>protected boolean _hasNativeId</pre> 768<div class="block">Do we currnetly have a native type or object id buffered?</div> 769</li> 770</ul> 771<a name="_writeContext"> 772<!-- --> 773</a> 774<ul class="blockListLast"> 775<li class="blockList"> 776<h4>_writeContext</h4> 777<pre>protected com.fasterxml.jackson.core.json.JsonWriteContext _writeContext</pre> 778</li> 779</ul> 780</li> 781</ul> 782<!-- ========= CONSTRUCTOR DETAIL ======== --> 783<ul class="blockList"> 784<li class="blockList"><a name="constructor_detail"> 785<!-- --> 786</a> 787<h3>Constructor Detail</h3> 788<a name="TokenBuffer(com.fasterxml.jackson.core.ObjectCodec)"> 789<!-- --> 790</a> 791<ul class="blockList"> 792<li class="blockList"> 793<h4>TokenBuffer</h4> 794<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> 795public TokenBuffer(com.fasterxml.jackson.core.ObjectCodec codec)</pre> 796<div class="block"><span class="strong">Deprecated.</span> <i>since 2.3 preferred variant is one that takes <code>JsonParser</code> or additional boolean parameter.</i></div> 797<dl><dt><span class="strong">Parameters:</span></dt><dd><code>codec</code> - Object codec to use for stream-based object 798 conversion through parser/generator interfaces. If null, 799 such methods can not be used.</dd></dl> 800</li> 801</ul> 802<a name="TokenBuffer(com.fasterxml.jackson.core.ObjectCodec, boolean)"> 803<!-- --> 804</a> 805<ul class="blockList"> 806<li class="blockList"> 807<h4>TokenBuffer</h4> 808<pre>public TokenBuffer(com.fasterxml.jackson.core.ObjectCodec codec, 809 boolean hasNativeIds)</pre> 810<dl><dt><span class="strong">Parameters:</span></dt><dd><code>codec</code> - Object codec to use for stream-based object 811 conversion through parser/generator interfaces. If null, 812 such methods can not be used.</dd><dd><code>hasNativeIds</code> - Whether resulting <code>JsonParser</code> (if created) 813 is considered to support native type and object ids</dd></dl> 814</li> 815</ul> 816<a name="TokenBuffer(com.fasterxml.jackson.core.JsonParser)"> 817<!-- --> 818</a> 819<ul class="blockListLast"> 820<li class="blockList"> 821<h4>TokenBuffer</h4> 822<pre>public TokenBuffer(com.fasterxml.jackson.core.JsonParser jp)</pre> 823<dl><dt><span class="strong">Since:</span></dt> 824 <dd>2.3</dd></dl> 825</li> 826</ul> 827</li> 828</ul> 829<!-- ============ METHOD DETAIL ========== --> 830<ul class="blockList"> 831<li class="blockList"><a name="method_detail"> 832<!-- --> 833</a> 834<h3>Method Detail</h3> 835<a name="version()"> 836<!-- --> 837</a> 838<ul class="blockList"> 839<li class="blockList"> 840<h4>version</h4> 841<pre>public com.fasterxml.jackson.core.Version version()</pre> 842<dl> 843<dt><strong>Specified by:</strong></dt> 844<dd><code>version</code> in interface <code>com.fasterxml.jackson.core.Versioned</code></dd> 845<dt><strong>Specified by:</strong></dt> 846<dd><code>version</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 847</dl> 848</li> 849</ul> 850<a name="asParser()"> 851<!-- --> 852</a> 853<ul class="blockList"> 854<li class="blockList"> 855<h4>asParser</h4> 856<pre>public com.fasterxml.jackson.core.JsonParser asParser()</pre> 857<div class="block">Method used to create a <code>JsonParser</code> that can read contents 858 stored in this buffer. Will use default <code>_objectCodec</code> for 859 object conversions. 860<p> 861 Note: instances are not synchronized, that is, they are not thread-safe 862 if there are concurrent appends to the underlying buffer.</div> 863<dl><dt><span class="strong">Returns:</span></dt><dd>Parser that can be used for reading contents stored in this buffer</dd></dl> 864</li> 865</ul> 866<a name="asParser(com.fasterxml.jackson.core.ObjectCodec)"> 867<!-- --> 868</a> 869<ul class="blockList"> 870<li class="blockList"> 871<h4>asParser</h4> 872<pre>public com.fasterxml.jackson.core.JsonParser asParser(com.fasterxml.jackson.core.ObjectCodec codec)</pre> 873<div class="block">Method used to create a <code>JsonParser</code> that can read contents 874 stored in this buffer. 875<p> 876 Note: instances are not synchronized, that is, they are not thread-safe 877 if there are concurrent appends to the underlying buffer.</div> 878<dl><dt><span class="strong">Parameters:</span></dt><dd><code>codec</code> - Object codec to use for stream-based object 879 conversion through parser/generator interfaces. If null, 880 such methods can not be used.</dd> 881<dt><span class="strong">Returns:</span></dt><dd>Parser that can be used for reading contents stored in this buffer</dd></dl> 882</li> 883</ul> 884<a name="asParser(com.fasterxml.jackson.core.JsonParser)"> 885<!-- --> 886</a> 887<ul class="blockList"> 888<li class="blockList"> 889<h4>asParser</h4> 890<pre>public com.fasterxml.jackson.core.JsonParser asParser(com.fasterxml.jackson.core.JsonParser src)</pre> 891<dl><dt><span class="strong">Parameters:</span></dt><dd><code>src</code> - Parser to use for accessing source information 892 like location, configured codec</dd></dl> 893</li> 894</ul> 895<a name="firstToken()"> 896<!-- --> 897</a> 898<ul class="blockList"> 899<li class="blockList"> 900<h4>firstToken</h4> 901<pre>public com.fasterxml.jackson.core.JsonToken firstToken()</pre> 902</li> 903</ul> 904<a name="append(com.fasterxml.jackson.databind.util.TokenBuffer)"> 905<!-- --> 906</a> 907<ul class="blockList"> 908<li class="blockList"> 909<h4>append</h4> 910<pre>public <a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</a> append(<a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</a> other) 911 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 912 com.fasterxml.jackson.core.JsonGenerationException</pre> 913<div class="block">Helper method that will append contents of given buffer into this 914 buffer. 915 Not particularly optimized; can be made faster if there is need.</div> 916<dl><dt><span class="strong">Returns:</span></dt><dd>This buffer</dd> 917<dt><span class="strong">Throws:</span></dt> 918<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 919<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 920</li> 921</ul> 922<a name="serialize(com.fasterxml.jackson.core.JsonGenerator)"> 923<!-- --> 924</a> 925<ul class="blockList"> 926<li class="blockList"> 927<h4>serialize</h4> 928<pre>public void serialize(com.fasterxml.jackson.core.JsonGenerator jgen) 929 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 930 com.fasterxml.jackson.core.JsonGenerationException</pre> 931<div class="block">Helper method that will write all contents of this buffer 932 using given <code>JsonGenerator</code>. 933<p> 934 Note: this method would be enough to implement 935 <code>JsonSerializer</code> for <code>TokenBuffer</code> type; 936 but we can not have upwards 937 references (from core to mapper package); and as such we also 938 can not take second argument.</div> 939<dl><dt><span class="strong">Throws:</span></dt> 940<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 941<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 942</li> 943</ul> 944<a name="deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext)"> 945<!-- --> 946</a> 947<ul class="blockList"> 948<li class="blockList"> 949<h4>deserialize</h4> 950<pre>public <a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer</a> deserialize(com.fasterxml.jackson.core.JsonParser jp, 951 <a href="../../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt) 952 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 953<div class="block">Helper method used by standard deserializer.</div> 954<dl><dt><span class="strong">Throws:</span></dt> 955<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd><dt><span class="strong">Since:</span></dt> 956 <dd>2.3</dd></dl> 957</li> 958</ul> 959<a name="toString()"> 960<!-- --> 961</a> 962<ul class="blockList"> 963<li class="blockList"> 964<h4>toString</h4> 965<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> 966<dl> 967<dt><strong>Overrides:</strong></dt> 968<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> 969</dl> 970</li> 971</ul> 972<a name="enable(com.fasterxml.jackson.core.JsonGenerator.Feature)"> 973<!-- --> 974</a> 975<ul class="blockList"> 976<li class="blockList"> 977<h4>enable</h4> 978<pre>public com.fasterxml.jackson.core.JsonGenerator enable(com.fasterxml.jackson.core.JsonGenerator.Feature f)</pre> 979<dl> 980<dt><strong>Specified by:</strong></dt> 981<dd><code>enable</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 982</dl> 983</li> 984</ul> 985<a name="disable(com.fasterxml.jackson.core.JsonGenerator.Feature)"> 986<!-- --> 987</a> 988<ul class="blockList"> 989<li class="blockList"> 990<h4>disable</h4> 991<pre>public com.fasterxml.jackson.core.JsonGenerator disable(com.fasterxml.jackson.core.JsonGenerator.Feature f)</pre> 992<dl> 993<dt><strong>Specified by:</strong></dt> 994<dd><code>disable</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 995</dl> 996</li> 997</ul> 998<a name="isEnabled(com.fasterxml.jackson.core.JsonGenerator.Feature)"> 999<!-- --> 1000</a> 1001<ul class="blockList"> 1002<li class="blockList"> 1003<h4>isEnabled</h4> 1004<pre>public boolean isEnabled(com.fasterxml.jackson.core.JsonGenerator.Feature f)</pre> 1005<dl> 1006<dt><strong>Specified by:</strong></dt> 1007<dd><code>isEnabled</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1008</dl> 1009</li> 1010</ul> 1011<a name="getFeatureMask()"> 1012<!-- --> 1013</a> 1014<ul class="blockList"> 1015<li class="blockList"> 1016<h4>getFeatureMask</h4> 1017<pre>public int getFeatureMask()</pre> 1018<dl> 1019<dt><strong>Specified by:</strong></dt> 1020<dd><code>getFeatureMask</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1021</dl> 1022</li> 1023</ul> 1024<a name="setFeatureMask(int)"> 1025<!-- --> 1026</a> 1027<ul class="blockList"> 1028<li class="blockList"> 1029<h4>setFeatureMask</h4> 1030<pre>public com.fasterxml.jackson.core.JsonGenerator setFeatureMask(int mask)</pre> 1031<dl> 1032<dt><strong>Specified by:</strong></dt> 1033<dd><code>setFeatureMask</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1034</dl> 1035</li> 1036</ul> 1037<a name="useDefaultPrettyPrinter()"> 1038<!-- --> 1039</a> 1040<ul class="blockList"> 1041<li class="blockList"> 1042<h4>useDefaultPrettyPrinter</h4> 1043<pre>public com.fasterxml.jackson.core.JsonGenerator useDefaultPrettyPrinter()</pre> 1044<dl> 1045<dt><strong>Specified by:</strong></dt> 1046<dd><code>useDefaultPrettyPrinter</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1047</dl> 1048</li> 1049</ul> 1050<a name="setCodec(com.fasterxml.jackson.core.ObjectCodec)"> 1051<!-- --> 1052</a> 1053<ul class="blockList"> 1054<li class="blockList"> 1055<h4>setCodec</h4> 1056<pre>public com.fasterxml.jackson.core.JsonGenerator setCodec(com.fasterxml.jackson.core.ObjectCodec oc)</pre> 1057<dl> 1058<dt><strong>Specified by:</strong></dt> 1059<dd><code>setCodec</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1060</dl> 1061</li> 1062</ul> 1063<a name="getCodec()"> 1064<!-- --> 1065</a> 1066<ul class="blockList"> 1067<li class="blockList"> 1068<h4>getCodec</h4> 1069<pre>public com.fasterxml.jackson.core.ObjectCodec getCodec()</pre> 1070<dl> 1071<dt><strong>Specified by:</strong></dt> 1072<dd><code>getCodec</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1073</dl> 1074</li> 1075</ul> 1076<a name="getOutputContext()"> 1077<!-- --> 1078</a> 1079<ul class="blockList"> 1080<li class="blockList"> 1081<h4>getOutputContext</h4> 1082<pre>public final com.fasterxml.jackson.core.json.JsonWriteContext getOutputContext()</pre> 1083<dl> 1084<dt><strong>Specified by:</strong></dt> 1085<dd><code>getOutputContext</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1086</dl> 1087</li> 1088</ul> 1089<a name="canWriteBinaryNatively()"> 1090<!-- --> 1091</a> 1092<ul class="blockList"> 1093<li class="blockList"> 1094<h4>canWriteBinaryNatively</h4> 1095<pre>public boolean canWriteBinaryNatively()</pre> 1096<div class="block">Since we can efficiently store <code>byte[]</code>, yes.</div> 1097<dl> 1098<dt><strong>Overrides:</strong></dt> 1099<dd><code>canWriteBinaryNatively</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1100</dl> 1101</li> 1102</ul> 1103<a name="flush()"> 1104<!-- --> 1105</a> 1106<ul class="blockList"> 1107<li class="blockList"> 1108<h4>flush</h4> 1109<pre>public void flush() 1110 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1111<dl> 1112<dt><strong>Specified by:</strong></dt> 1113<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Flushable.html?is-external=true#flush()" title="class or interface in java.io">flush</a></code> in interface <code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io">Flushable</a></code></dd> 1114<dt><strong>Specified by:</strong></dt> 1115<dd><code>flush</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1116<dt><span class="strong">Throws:</span></dt> 1117<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> 1118</li> 1119</ul> 1120<a name="close()"> 1121<!-- --> 1122</a> 1123<ul class="blockList"> 1124<li class="blockList"> 1125<h4>close</h4> 1126<pre>public void close() 1127 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1128<dl> 1129<dt><strong>Specified by:</strong></dt> 1130<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd> 1131<dt><strong>Specified by:</strong></dt> 1132<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd> 1133<dt><strong>Specified by:</strong></dt> 1134<dd><code>close</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1135<dt><span class="strong">Throws:</span></dt> 1136<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> 1137</li> 1138</ul> 1139<a name="isClosed()"> 1140<!-- --> 1141</a> 1142<ul class="blockList"> 1143<li class="blockList"> 1144<h4>isClosed</h4> 1145<pre>public boolean isClosed()</pre> 1146<dl> 1147<dt><strong>Specified by:</strong></dt> 1148<dd><code>isClosed</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1149</dl> 1150</li> 1151</ul> 1152<a name="writeStartArray()"> 1153<!-- --> 1154</a> 1155<ul class="blockList"> 1156<li class="blockList"> 1157<h4>writeStartArray</h4> 1158<pre>public final void writeStartArray() 1159 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1160 com.fasterxml.jackson.core.JsonGenerationException</pre> 1161<dl> 1162<dt><strong>Specified by:</strong></dt> 1163<dd><code>writeStartArray</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1164<dt><span class="strong">Throws:</span></dt> 1165<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1166<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1167</li> 1168</ul> 1169<a name="writeEndArray()"> 1170<!-- --> 1171</a> 1172<ul class="blockList"> 1173<li class="blockList"> 1174<h4>writeEndArray</h4> 1175<pre>public final void writeEndArray() 1176 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1177 com.fasterxml.jackson.core.JsonGenerationException</pre> 1178<dl> 1179<dt><strong>Specified by:</strong></dt> 1180<dd><code>writeEndArray</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1181<dt><span class="strong">Throws:</span></dt> 1182<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1183<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1184</li> 1185</ul> 1186<a name="writeStartObject()"> 1187<!-- --> 1188</a> 1189<ul class="blockList"> 1190<li class="blockList"> 1191<h4>writeStartObject</h4> 1192<pre>public final void writeStartObject() 1193 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1194 com.fasterxml.jackson.core.JsonGenerationException</pre> 1195<dl> 1196<dt><strong>Specified by:</strong></dt> 1197<dd><code>writeStartObject</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1198<dt><span class="strong">Throws:</span></dt> 1199<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1200<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1201</li> 1202</ul> 1203<a name="writeEndObject()"> 1204<!-- --> 1205</a> 1206<ul class="blockList"> 1207<li class="blockList"> 1208<h4>writeEndObject</h4> 1209<pre>public final void writeEndObject() 1210 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1211 com.fasterxml.jackson.core.JsonGenerationException</pre> 1212<dl> 1213<dt><strong>Specified by:</strong></dt> 1214<dd><code>writeEndObject</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1215<dt><span class="strong">Throws:</span></dt> 1216<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1217<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1218</li> 1219</ul> 1220<a name="writeFieldName(java.lang.String)"> 1221<!-- --> 1222</a> 1223<ul class="blockList"> 1224<li class="blockList"> 1225<h4>writeFieldName</h4> 1226<pre>public final void writeFieldName(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name) 1227 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1228 com.fasterxml.jackson.core.JsonGenerationException</pre> 1229<dl> 1230<dt><strong>Specified by:</strong></dt> 1231<dd><code>writeFieldName</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1232<dt><span class="strong">Throws:</span></dt> 1233<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1234<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1235</li> 1236</ul> 1237<a name="writeFieldName(com.fasterxml.jackson.core.SerializableString)"> 1238<!-- --> 1239</a> 1240<ul class="blockList"> 1241<li class="blockList"> 1242<h4>writeFieldName</h4> 1243<pre>public void writeFieldName(com.fasterxml.jackson.core.SerializableString name) 1244 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1245 com.fasterxml.jackson.core.JsonGenerationException</pre> 1246<dl> 1247<dt><strong>Specified by:</strong></dt> 1248<dd><code>writeFieldName</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1249<dt><span class="strong">Throws:</span></dt> 1250<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1251<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1252</li> 1253</ul> 1254<a name="writeString(java.lang.String)"> 1255<!-- --> 1256</a> 1257<ul class="blockList"> 1258<li class="blockList"> 1259<h4>writeString</h4> 1260<pre>public void writeString(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text) 1261 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1262 com.fasterxml.jackson.core.JsonGenerationException</pre> 1263<dl> 1264<dt><strong>Specified by:</strong></dt> 1265<dd><code>writeString</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1266<dt><span class="strong">Throws:</span></dt> 1267<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1268<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1269</li> 1270</ul> 1271<a name="writeString(char[], int, int)"> 1272<!-- --> 1273</a> 1274<ul class="blockList"> 1275<li class="blockList"> 1276<h4>writeString</h4> 1277<pre>public void writeString(char[] text, 1278 int offset, 1279 int len) 1280 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1281 com.fasterxml.jackson.core.JsonGenerationException</pre> 1282<dl> 1283<dt><strong>Specified by:</strong></dt> 1284<dd><code>writeString</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1285<dt><span class="strong">Throws:</span></dt> 1286<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1287<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1288</li> 1289</ul> 1290<a name="writeString(com.fasterxml.jackson.core.SerializableString)"> 1291<!-- --> 1292</a> 1293<ul class="blockList"> 1294<li class="blockList"> 1295<h4>writeString</h4> 1296<pre>public void writeString(com.fasterxml.jackson.core.SerializableString text) 1297 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1298 com.fasterxml.jackson.core.JsonGenerationException</pre> 1299<dl> 1300<dt><strong>Specified by:</strong></dt> 1301<dd><code>writeString</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1302<dt><span class="strong">Throws:</span></dt> 1303<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1304<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1305</li> 1306</ul> 1307<a name="writeRawUTF8String(byte[], int, int)"> 1308<!-- --> 1309</a> 1310<ul class="blockList"> 1311<li class="blockList"> 1312<h4>writeRawUTF8String</h4> 1313<pre>public void writeRawUTF8String(byte[] text, 1314 int offset, 1315 int length) 1316 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1317 com.fasterxml.jackson.core.JsonGenerationException</pre> 1318<dl> 1319<dt><strong>Specified by:</strong></dt> 1320<dd><code>writeRawUTF8String</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1321<dt><span class="strong">Throws:</span></dt> 1322<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1323<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1324</li> 1325</ul> 1326<a name="writeUTF8String(byte[], int, int)"> 1327<!-- --> 1328</a> 1329<ul class="blockList"> 1330<li class="blockList"> 1331<h4>writeUTF8String</h4> 1332<pre>public void writeUTF8String(byte[] text, 1333 int offset, 1334 int length) 1335 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1336 com.fasterxml.jackson.core.JsonGenerationException</pre> 1337<dl> 1338<dt><strong>Specified by:</strong></dt> 1339<dd><code>writeUTF8String</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1340<dt><span class="strong">Throws:</span></dt> 1341<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1342<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1343</li> 1344</ul> 1345<a name="writeRaw(java.lang.String)"> 1346<!-- --> 1347</a> 1348<ul class="blockList"> 1349<li class="blockList"> 1350<h4>writeRaw</h4> 1351<pre>public void writeRaw(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text) 1352 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1353 com.fasterxml.jackson.core.JsonGenerationException</pre> 1354<dl> 1355<dt><strong>Specified by:</strong></dt> 1356<dd><code>writeRaw</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1357<dt><span class="strong">Throws:</span></dt> 1358<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1359<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1360</li> 1361</ul> 1362<a name="writeRaw(java.lang.String, int, int)"> 1363<!-- --> 1364</a> 1365<ul class="blockList"> 1366<li class="blockList"> 1367<h4>writeRaw</h4> 1368<pre>public void writeRaw(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text, 1369 int offset, 1370 int len) 1371 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1372 com.fasterxml.jackson.core.JsonGenerationException</pre> 1373<dl> 1374<dt><strong>Specified by:</strong></dt> 1375<dd><code>writeRaw</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1376<dt><span class="strong">Throws:</span></dt> 1377<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1378<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1379</li> 1380</ul> 1381<a name="writeRaw(com.fasterxml.jackson.core.SerializableString)"> 1382<!-- --> 1383</a> 1384<ul class="blockList"> 1385<li class="blockList"> 1386<h4>writeRaw</h4> 1387<pre>public void writeRaw(com.fasterxml.jackson.core.SerializableString text) 1388 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1389 com.fasterxml.jackson.core.JsonGenerationException</pre> 1390<dl> 1391<dt><strong>Overrides:</strong></dt> 1392<dd><code>writeRaw</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1393<dt><span class="strong">Throws:</span></dt> 1394<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1395<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1396</li> 1397</ul> 1398<a name="writeRaw(char[], int, int)"> 1399<!-- --> 1400</a> 1401<ul class="blockList"> 1402<li class="blockList"> 1403<h4>writeRaw</h4> 1404<pre>public void writeRaw(char[] text, 1405 int offset, 1406 int len) 1407 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1408 com.fasterxml.jackson.core.JsonGenerationException</pre> 1409<dl> 1410<dt><strong>Specified by:</strong></dt> 1411<dd><code>writeRaw</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1412<dt><span class="strong">Throws:</span></dt> 1413<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1414<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1415</li> 1416</ul> 1417<a name="writeRaw(char)"> 1418<!-- --> 1419</a> 1420<ul class="blockList"> 1421<li class="blockList"> 1422<h4>writeRaw</h4> 1423<pre>public void writeRaw(char c) 1424 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1425 com.fasterxml.jackson.core.JsonGenerationException</pre> 1426<dl> 1427<dt><strong>Specified by:</strong></dt> 1428<dd><code>writeRaw</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1429<dt><span class="strong">Throws:</span></dt> 1430<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1431<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1432</li> 1433</ul> 1434<a name="writeRawValue(java.lang.String)"> 1435<!-- --> 1436</a> 1437<ul class="blockList"> 1438<li class="blockList"> 1439<h4>writeRawValue</h4> 1440<pre>public void writeRawValue(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text) 1441 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1442 com.fasterxml.jackson.core.JsonGenerationException</pre> 1443<dl> 1444<dt><strong>Specified by:</strong></dt> 1445<dd><code>writeRawValue</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1446<dt><span class="strong">Throws:</span></dt> 1447<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1448<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1449</li> 1450</ul> 1451<a name="writeRawValue(java.lang.String, int, int)"> 1452<!-- --> 1453</a> 1454<ul class="blockList"> 1455<li class="blockList"> 1456<h4>writeRawValue</h4> 1457<pre>public void writeRawValue(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text, 1458 int offset, 1459 int len) 1460 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1461 com.fasterxml.jackson.core.JsonGenerationException</pre> 1462<dl> 1463<dt><strong>Specified by:</strong></dt> 1464<dd><code>writeRawValue</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1465<dt><span class="strong">Throws:</span></dt> 1466<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1467<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1468</li> 1469</ul> 1470<a name="writeRawValue(char[], int, int)"> 1471<!-- --> 1472</a> 1473<ul class="blockList"> 1474<li class="blockList"> 1475<h4>writeRawValue</h4> 1476<pre>public void writeRawValue(char[] text, 1477 int offset, 1478 int len) 1479 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1480 com.fasterxml.jackson.core.JsonGenerationException</pre> 1481<dl> 1482<dt><strong>Specified by:</strong></dt> 1483<dd><code>writeRawValue</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1484<dt><span class="strong">Throws:</span></dt> 1485<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1486<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1487</li> 1488</ul> 1489<a name="writeNumber(short)"> 1490<!-- --> 1491</a> 1492<ul class="blockList"> 1493<li class="blockList"> 1494<h4>writeNumber</h4> 1495<pre>public void writeNumber(short i) 1496 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1497 com.fasterxml.jackson.core.JsonGenerationException</pre> 1498<dl> 1499<dt><strong>Overrides:</strong></dt> 1500<dd><code>writeNumber</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1501<dt><span class="strong">Throws:</span></dt> 1502<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1503<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1504</li> 1505</ul> 1506<a name="writeNumber(int)"> 1507<!-- --> 1508</a> 1509<ul class="blockList"> 1510<li class="blockList"> 1511<h4>writeNumber</h4> 1512<pre>public void writeNumber(int i) 1513 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1514 com.fasterxml.jackson.core.JsonGenerationException</pre> 1515<dl> 1516<dt><strong>Specified by:</strong></dt> 1517<dd><code>writeNumber</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1518<dt><span class="strong">Throws:</span></dt> 1519<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1520<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1521</li> 1522</ul> 1523<a name="writeNumber(long)"> 1524<!-- --> 1525</a> 1526<ul class="blockList"> 1527<li class="blockList"> 1528<h4>writeNumber</h4> 1529<pre>public void writeNumber(long l) 1530 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1531 com.fasterxml.jackson.core.JsonGenerationException</pre> 1532<dl> 1533<dt><strong>Specified by:</strong></dt> 1534<dd><code>writeNumber</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1535<dt><span class="strong">Throws:</span></dt> 1536<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1537<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1538</li> 1539</ul> 1540<a name="writeNumber(double)"> 1541<!-- --> 1542</a> 1543<ul class="blockList"> 1544<li class="blockList"> 1545<h4>writeNumber</h4> 1546<pre>public void writeNumber(double d) 1547 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1548 com.fasterxml.jackson.core.JsonGenerationException</pre> 1549<dl> 1550<dt><strong>Specified by:</strong></dt> 1551<dd><code>writeNumber</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1552<dt><span class="strong">Throws:</span></dt> 1553<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1554<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1555</li> 1556</ul> 1557<a name="writeNumber(float)"> 1558<!-- --> 1559</a> 1560<ul class="blockList"> 1561<li class="blockList"> 1562<h4>writeNumber</h4> 1563<pre>public void writeNumber(float f) 1564 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1565 com.fasterxml.jackson.core.JsonGenerationException</pre> 1566<dl> 1567<dt><strong>Specified by:</strong></dt> 1568<dd><code>writeNumber</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1569<dt><span class="strong">Throws:</span></dt> 1570<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1571<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1572</li> 1573</ul> 1574<a name="writeNumber(java.math.BigDecimal)"> 1575<!-- --> 1576</a> 1577<ul class="blockList"> 1578<li class="blockList"> 1579<h4>writeNumber</h4> 1580<pre>public void writeNumber(<a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a> dec) 1581 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1582 com.fasterxml.jackson.core.JsonGenerationException</pre> 1583<dl> 1584<dt><strong>Specified by:</strong></dt> 1585<dd><code>writeNumber</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1586<dt><span class="strong">Throws:</span></dt> 1587<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1588<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1589</li> 1590</ul> 1591<a name="writeNumber(java.math.BigInteger)"> 1592<!-- --> 1593</a> 1594<ul class="blockList"> 1595<li class="blockList"> 1596<h4>writeNumber</h4> 1597<pre>public void writeNumber(<a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a> v) 1598 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1599 com.fasterxml.jackson.core.JsonGenerationException</pre> 1600<dl> 1601<dt><strong>Specified by:</strong></dt> 1602<dd><code>writeNumber</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1603<dt><span class="strong">Throws:</span></dt> 1604<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1605<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1606</li> 1607</ul> 1608<a name="writeNumber(java.lang.String)"> 1609<!-- --> 1610</a> 1611<ul class="blockList"> 1612<li class="blockList"> 1613<h4>writeNumber</h4> 1614<pre>public void writeNumber(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> encodedValue) 1615 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1616 com.fasterxml.jackson.core.JsonGenerationException</pre> 1617<dl> 1618<dt><strong>Specified by:</strong></dt> 1619<dd><code>writeNumber</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1620<dt><span class="strong">Throws:</span></dt> 1621<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1622<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1623</li> 1624</ul> 1625<a name="writeBoolean(boolean)"> 1626<!-- --> 1627</a> 1628<ul class="blockList"> 1629<li class="blockList"> 1630<h4>writeBoolean</h4> 1631<pre>public void writeBoolean(boolean state) 1632 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1633 com.fasterxml.jackson.core.JsonGenerationException</pre> 1634<dl> 1635<dt><strong>Specified by:</strong></dt> 1636<dd><code>writeBoolean</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1637<dt><span class="strong">Throws:</span></dt> 1638<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1639<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1640</li> 1641</ul> 1642<a name="writeNull()"> 1643<!-- --> 1644</a> 1645<ul class="blockList"> 1646<li class="blockList"> 1647<h4>writeNull</h4> 1648<pre>public void writeNull() 1649 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1650 com.fasterxml.jackson.core.JsonGenerationException</pre> 1651<dl> 1652<dt><strong>Specified by:</strong></dt> 1653<dd><code>writeNull</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1654<dt><span class="strong">Throws:</span></dt> 1655<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1656<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1657</li> 1658</ul> 1659<a name="writeObject(java.lang.Object)"> 1660<!-- --> 1661</a> 1662<ul class="blockList"> 1663<li class="blockList"> 1664<h4>writeObject</h4> 1665<pre>public void writeObject(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value) 1666 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1667<dl> 1668<dt><strong>Specified by:</strong></dt> 1669<dd><code>writeObject</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1670<dt><span class="strong">Throws:</span></dt> 1671<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> 1672</li> 1673</ul> 1674<a name="writeTree(com.fasterxml.jackson.core.TreeNode)"> 1675<!-- --> 1676</a> 1677<ul class="blockList"> 1678<li class="blockList"> 1679<h4>writeTree</h4> 1680<pre>public void writeTree(com.fasterxml.jackson.core.TreeNode node) 1681 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 1682<dl> 1683<dt><strong>Specified by:</strong></dt> 1684<dd><code>writeTree</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1685<dt><span class="strong">Throws:</span></dt> 1686<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> 1687</li> 1688</ul> 1689<a name="writeBinary(com.fasterxml.jackson.core.Base64Variant, byte[], int, int)"> 1690<!-- --> 1691</a> 1692<ul class="blockList"> 1693<li class="blockList"> 1694<h4>writeBinary</h4> 1695<pre>public void writeBinary(com.fasterxml.jackson.core.Base64Variant b64variant, 1696 byte[] data, 1697 int offset, 1698 int len) 1699 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1700 com.fasterxml.jackson.core.JsonGenerationException</pre> 1701<dl> 1702<dt><strong>Specified by:</strong></dt> 1703<dd><code>writeBinary</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1704<dt><span class="strong">Throws:</span></dt> 1705<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1706<dd><code>com.fasterxml.jackson.core.JsonGenerationException</code></dd></dl> 1707</li> 1708</ul> 1709<a name="writeBinary(com.fasterxml.jackson.core.Base64Variant, java.io.InputStream, int)"> 1710<!-- --> 1711</a> 1712<ul class="blockList"> 1713<li class="blockList"> 1714<h4>writeBinary</h4> 1715<pre>public int writeBinary(com.fasterxml.jackson.core.Base64Variant b64variant, 1716 <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> data, 1717 int dataLength)</pre> 1718<div class="block">Although we could support this method, it does not necessarily make 1719 sense: we can not make good use of streaming because buffer must 1720 hold all the data. Because of this, currently this will simply 1721 throw <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang"><code>UnsupportedOperationException</code></a></div> 1722<dl> 1723<dt><strong>Specified by:</strong></dt> 1724<dd><code>writeBinary</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1725</dl> 1726</li> 1727</ul> 1728<a name="canWriteTypeId()"> 1729<!-- --> 1730</a> 1731<ul class="blockList"> 1732<li class="blockList"> 1733<h4>canWriteTypeId</h4> 1734<pre>public boolean canWriteTypeId()</pre> 1735<dl> 1736<dt><strong>Overrides:</strong></dt> 1737<dd><code>canWriteTypeId</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1738</dl> 1739</li> 1740</ul> 1741<a name="canWriteObjectId()"> 1742<!-- --> 1743</a> 1744<ul class="blockList"> 1745<li class="blockList"> 1746<h4>canWriteObjectId</h4> 1747<pre>public boolean canWriteObjectId()</pre> 1748<dl> 1749<dt><strong>Overrides:</strong></dt> 1750<dd><code>canWriteObjectId</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1751</dl> 1752</li> 1753</ul> 1754<a name="writeTypeId(java.lang.Object)"> 1755<!-- --> 1756</a> 1757<ul class="blockList"> 1758<li class="blockList"> 1759<h4>writeTypeId</h4> 1760<pre>public void writeTypeId(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> id)</pre> 1761<dl> 1762<dt><strong>Overrides:</strong></dt> 1763<dd><code>writeTypeId</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1764</dl> 1765</li> 1766</ul> 1767<a name="writeObjectId(java.lang.Object)"> 1768<!-- --> 1769</a> 1770<ul class="blockList"> 1771<li class="blockList"> 1772<h4>writeObjectId</h4> 1773<pre>public void writeObjectId(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> id)</pre> 1774<dl> 1775<dt><strong>Overrides:</strong></dt> 1776<dd><code>writeObjectId</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1777</dl> 1778</li> 1779</ul> 1780<a name="copyCurrentEvent(com.fasterxml.jackson.core.JsonParser)"> 1781<!-- --> 1782</a> 1783<ul class="blockList"> 1784<li class="blockList"> 1785<h4>copyCurrentEvent</h4> 1786<pre>public void copyCurrentEvent(com.fasterxml.jackson.core.JsonParser jp) 1787 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1788 com.fasterxml.jackson.core.JsonProcessingException</pre> 1789<dl> 1790<dt><strong>Overrides:</strong></dt> 1791<dd><code>copyCurrentEvent</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1792<dt><span class="strong">Throws:</span></dt> 1793<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1794<dd><code>com.fasterxml.jackson.core.JsonProcessingException</code></dd></dl> 1795</li> 1796</ul> 1797<a name="copyCurrentStructure(com.fasterxml.jackson.core.JsonParser)"> 1798<!-- --> 1799</a> 1800<ul class="blockList"> 1801<li class="blockList"> 1802<h4>copyCurrentStructure</h4> 1803<pre>public void copyCurrentStructure(com.fasterxml.jackson.core.JsonParser jp) 1804 throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, 1805 com.fasterxml.jackson.core.JsonProcessingException</pre> 1806<dl> 1807<dt><strong>Overrides:</strong></dt> 1808<dd><code>copyCurrentStructure</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1809<dt><span class="strong">Throws:</span></dt> 1810<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> 1811<dd><code>com.fasterxml.jackson.core.JsonProcessingException</code></dd></dl> 1812</li> 1813</ul> 1814<a name="_append(com.fasterxml.jackson.core.JsonToken)"> 1815<!-- --> 1816</a> 1817<ul class="blockList"> 1818<li class="blockList"> 1819<h4>_append</h4> 1820<pre>protected final void _append(com.fasterxml.jackson.core.JsonToken type)</pre> 1821</li> 1822</ul> 1823<a name="_append(com.fasterxml.jackson.core.JsonToken, java.lang.Object)"> 1824<!-- --> 1825</a> 1826<ul class="blockList"> 1827<li class="blockList"> 1828<h4>_append</h4> 1829<pre>protected final void _append(com.fasterxml.jackson.core.JsonToken type, 1830 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> 1831</li> 1832</ul> 1833<a name="_appendRaw(int, java.lang.Object)"> 1834<!-- --> 1835</a> 1836<ul class="blockList"> 1837<li class="blockList"> 1838<h4>_appendRaw</h4> 1839<pre>protected final void _appendRaw(int rawType, 1840 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> 1841</li> 1842</ul> 1843<a name="_reportUnsupportedOperation()"> 1844<!-- --> 1845</a> 1846<ul class="blockListLast"> 1847<li class="blockList"> 1848<h4>_reportUnsupportedOperation</h4> 1849<pre>protected void _reportUnsupportedOperation()</pre> 1850<dl> 1851<dt><strong>Overrides:</strong></dt> 1852<dd><code>_reportUnsupportedOperation</code> in class <code>com.fasterxml.jackson.core.JsonGenerator</code></dd> 1853</dl> 1854</li> 1855</ul> 1856</li> 1857</ul> 1858</li> 1859</ul> 1860</div> 1861</div> 1862<!-- ========= END OF CLASS DATA ========= --> 1863<!-- ======= START OF BOTTOM NAVBAR ====== --> 1864<div class="bottomNav"><a name="navbar_bottom"> 1865<!-- --> 1866</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 1867<!-- --> 1868</a> 1869<ul class="navList" title="Navigation"> 1870<li><a href="../../../../../overview-summary.html">Overview</a></li> 1871<li><a href="package-summary.html">Package</a></li> 1872<li class="navBarCell1Rev">Class</li> 1873<li><a href="class-use/TokenBuffer.html">Use</a></li> 1874<li><a href="package-tree.html">Tree</a></li> 1875<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 1876<li><a href="../../../../../index-all.html">Index</a></li> 1877<li><a href="../../../../../help-doc.html">Help</a></li> 1878</ul> 1879</div> 1880<div class="subNav"> 1881<ul class="navList"> 1882<li><a href="../../../../../com/fasterxml/jackson/databind/util/StdDateFormat.html" title="class in com.fasterxml.jackson.databind.util"><span class="strong">Prev Class</span></a></li> 1883<li><a href="../../../../../com/fasterxml/jackson/databind/util/TokenBuffer.Parser.html" title="class in com.fasterxml.jackson.databind.util"><span class="strong">Next Class</span></a></li> 1884</ul> 1885<ul class="navList"> 1886<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/util/TokenBuffer.html" target="_top">Frames</a></li> 1887<li><a href="TokenBuffer.html" target="_top">No Frames</a></li> 1888</ul> 1889<ul class="navList" id="allclasses_navbar_bottom"> 1890<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 1891</ul> 1892<div> 1893<script type="text/javascript"><!-- 1894 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 1895 if(window==top) { 1896 allClassesLink.style.display = "block"; 1897 } 1898 else { 1899 allClassesLink.style.display = "none"; 1900 } 1901 //--> 1902</script> 1903</div> 1904<div> 1905<ul class="subNavList"> 1906<li>Summary: </li> 1907<li><a href="#nested_class_summary">Nested</a> | </li> 1908<li><a href="#field_summary">Field</a> | </li> 1909<li><a href="#constructor_summary">Constr</a> | </li> 1910<li><a href="#method_summary">Method</a></li> 1911</ul> 1912<ul class="subNavList"> 1913<li>Detail: </li> 1914<li><a href="#field_detail">Field</a> | </li> 1915<li><a href="#constructor_detail">Constr</a> | </li> 1916<li><a href="#method_detail">Method</a></li> 1917</ul> 1918</div> 1919<a name="skip-navbar_bottom"> 1920<!-- --> 1921</a></div> 1922<!-- ======== END OF BOTTOM NAVBAR ======= --> 1923<p class="legalCopy"><small>Copyright © 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 1924</body> 1925</html> 1926