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 Sat Nov 16 21:43:20 PST 2013 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>Constant Field Values (jackson-databind 2.3.0 API)</title> 8<meta name="date" content="2013-11-16"> 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="Constant Field Values (jackson-databind 2.3.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>Package</li> 30<li>Class</li> 31<li>Use</li> 32<li><a href="overview-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>Prev</li> 41<li>Next</li> 42</ul> 43<ul class="navList"> 44<li><a href="index.html?constant-values.html" target="_top">Frames</a></li> 45<li><a href="constant-values.html" target="_top">No Frames</a></li> 46</ul> 47<ul class="navList" id="allclasses_navbar_top"> 48<li><a href="allclasses-noframe.html">All Classes</a></li> 49</ul> 50<div> 51<script type="text/javascript"><!-- 52 allClassesLink = document.getElementById("allclasses_navbar_top"); 53 if(window==top) { 54 allClassesLink.style.display = "block"; 55 } 56 else { 57 allClassesLink.style.display = "none"; 58 } 59 //--> 60</script> 61</div> 62<a name="skip-navbar_top"> 63<!-- --> 64</a></div> 65<!-- ========= END OF TOP NAVBAR ========= --> 66<div class="header"> 67<h1 title="Constant Field Values" class="title">Constant Field Values</h1> 68<h2 title="Contents">Contents</h2> 69<ul> 70<li><a href="#com.fasterxml">com.fasterxml.*</a></li> 71</ul> 72</div> 73<div class="constantValuesContainer"><a name="com.fasterxml"> 74<!-- --> 75</a> 76<h2 title="com.fasterxml">com.fasterxml.*</h2> 77<ul class="blockList"> 78<li class="blockList"> 79<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> 80<caption><span>com.fasterxml.jackson.databind.<a href="com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a></span><span class="tabEnd"> </span></caption> 81<tr> 82<th class="colFirst" scope="col">Modifier and Type</th> 83<th scope="col">Constant Field</th> 84<th class="colLast" scope="col">Value</th> 85</tr> 86<tbody> 87<tr class="altColor"> 88<td class="colFirst"><a name="com.fasterxml.jackson.databind.SerializerProvider.CACHE_UNKNOWN_MAPPINGS"> 89<!-- --> 90</a><code>protected static final boolean</code></td> 91<td><code><a href="com/fasterxml/jackson/databind/SerializerProvider.html#CACHE_UNKNOWN_MAPPINGS">CACHE_UNKNOWN_MAPPINGS</a></code></td> 92<td class="colLast"><code>false</code></td> 93</tr> 94</tbody> 95</table> 96</li> 97</ul> 98<ul class="blockList"> 99<li class="blockList"> 100<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> 101<caption><span>com.fasterxml.jackson.databind.deser.<a href="com/fasterxml/jackson/databind/deser/DataFormatReaders.html" title="class in com.fasterxml.jackson.databind.deser">DataFormatReaders</a></span><span class="tabEnd"> </span></caption> 102<tr> 103<th class="colFirst" scope="col">Modifier and Type</th> 104<th scope="col">Constant Field</th> 105<th class="colLast" scope="col">Value</th> 106</tr> 107<tbody> 108<tr class="altColor"> 109<td class="colFirst"><a name="com.fasterxml.jackson.databind.deser.DataFormatReaders.DEFAULT_MAX_INPUT_LOOKAHEAD"> 110<!-- --> 111</a><code>public static final int</code></td> 112<td><code><a href="com/fasterxml/jackson/databind/deser/DataFormatReaders.html#DEFAULT_MAX_INPUT_LOOKAHEAD">DEFAULT_MAX_INPUT_LOOKAHEAD</a></code></td> 113<td class="colLast"><code>64</code></td> 114</tr> 115</tbody> 116</table> 117</li> 118</ul> 119<ul class="blockList"> 120<li class="blockList"> 121<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> 122<caption><span>com.fasterxml.jackson.databind.deser.std.<a href="com/fasterxml/jackson/databind/deser/std/ThrowableDeserializer.html" title="class in com.fasterxml.jackson.databind.deser.std">ThrowableDeserializer</a></span><span class="tabEnd"> </span></caption> 123<tr> 124<th class="colFirst" scope="col">Modifier and Type</th> 125<th scope="col">Constant Field</th> 126<th class="colLast" scope="col">Value</th> 127</tr> 128<tbody> 129<tr class="altColor"> 130<td class="colFirst"><a name="com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer.PROP_NAME_MESSAGE"> 131<!-- --> 132</a><code>protected static final <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> 133<td><code><a href="com/fasterxml/jackson/databind/deser/std/ThrowableDeserializer.html#PROP_NAME_MESSAGE">PROP_NAME_MESSAGE</a></code></td> 134<td class="colLast"><code>"message"</code></td> 135</tr> 136</tbody> 137</table> 138</li> 139</ul> 140<ul class="blockList"> 141<li class="blockList"> 142<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> 143<caption><span>com.fasterxml.jackson.databind.jsonschema.<a href="com/fasterxml/jackson/databind/jsonschema/JsonSerializableSchema.html" title="annotation in com.fasterxml.jackson.databind.jsonschema">JsonSerializableSchema</a></span><span class="tabEnd"> </span></caption> 144<tr> 145<th class="colFirst" scope="col">Modifier and Type</th> 146<th scope="col">Constant Field</th> 147<th class="colLast" scope="col">Value</th> 148</tr> 149<tbody> 150<tr class="altColor"> 151<td class="colFirst"><a name="com.fasterxml.jackson.databind.jsonschema.JsonSerializableSchema.NO_VALUE"> 152<!-- --> 153</a><code>public static final <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> 154<td><code><a href="com/fasterxml/jackson/databind/jsonschema/JsonSerializableSchema.html#NO_VALUE">NO_VALUE</a></code></td> 155<td class="colLast"><code>"##irrelevant"</code></td> 156</tr> 157</tbody> 158</table> 159</li> 160</ul> 161<ul class="blockList"> 162<li class="blockList"> 163<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> 164<caption><span>com.fasterxml.jackson.databind.util.<a href="com/fasterxml/jackson/databind/util/StdDateFormat.html" title="class in com.fasterxml.jackson.databind.util">StdDateFormat</a></span><span class="tabEnd"> </span></caption> 165<tr> 166<th class="colFirst" scope="col">Modifier and Type</th> 167<th scope="col">Constant Field</th> 168<th class="colLast" scope="col">Value</th> 169</tr> 170<tbody> 171<tr class="altColor"> 172<td class="colFirst"><a name="com.fasterxml.jackson.databind.util.StdDateFormat.DATE_FORMAT_STR_ISO8601"> 173<!-- --> 174</a><code>protected static final <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> 175<td><code><a href="com/fasterxml/jackson/databind/util/StdDateFormat.html#DATE_FORMAT_STR_ISO8601">DATE_FORMAT_STR_ISO8601</a></code></td> 176<td class="colLast"><code>"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ"</code></td> 177</tr> 178<tr class="rowColor"> 179<td class="colFirst"><a name="com.fasterxml.jackson.databind.util.StdDateFormat.DATE_FORMAT_STR_ISO8601_Z"> 180<!-- --> 181</a><code>protected static final <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> 182<td><code><a href="com/fasterxml/jackson/databind/util/StdDateFormat.html#DATE_FORMAT_STR_ISO8601_Z">DATE_FORMAT_STR_ISO8601_Z</a></code></td> 183<td class="colLast"><code>"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'"</code></td> 184</tr> 185<tr class="altColor"> 186<td class="colFirst"><a name="com.fasterxml.jackson.databind.util.StdDateFormat.DATE_FORMAT_STR_PLAIN"> 187<!-- --> 188</a><code>protected static final <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> 189<td><code><a href="com/fasterxml/jackson/databind/util/StdDateFormat.html#DATE_FORMAT_STR_PLAIN">DATE_FORMAT_STR_PLAIN</a></code></td> 190<td class="colLast"><code>"yyyy-MM-dd"</code></td> 191</tr> 192<tr class="rowColor"> 193<td class="colFirst"><a name="com.fasterxml.jackson.databind.util.StdDateFormat.DATE_FORMAT_STR_RFC1123"> 194<!-- --> 195</a><code>protected static final <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> 196<td><code><a href="com/fasterxml/jackson/databind/util/StdDateFormat.html#DATE_FORMAT_STR_RFC1123">DATE_FORMAT_STR_RFC1123</a></code></td> 197<td class="colLast"><code>"EEE, dd MMM yyyy HH:mm:ss zzz"</code></td> 198</tr> 199</tbody> 200</table> 201</li> 202<li class="blockList"> 203<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> 204<caption><span>com.fasterxml.jackson.databind.util.<a href="com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html" title="class in com.fasterxml.jackson.databind.util">TokenBuffer.Segment</a></span><span class="tabEnd"> </span></caption> 205<tr> 206<th class="colFirst" scope="col">Modifier and Type</th> 207<th scope="col">Constant Field</th> 208<th class="colLast" scope="col">Value</th> 209</tr> 210<tbody> 211<tr class="altColor"> 212<td class="colFirst"><a name="com.fasterxml.jackson.databind.util.TokenBuffer.Segment.TOKENS_PER_SEGMENT"> 213<!-- --> 214</a><code>public static final int</code></td> 215<td><code><a href="com/fasterxml/jackson/databind/util/TokenBuffer.Segment.html#TOKENS_PER_SEGMENT">TOKENS_PER_SEGMENT</a></code></td> 216<td class="colLast"><code>16</code></td> 217</tr> 218</tbody> 219</table> 220</li> 221</ul> 222</div> 223<!-- ======= START OF BOTTOM NAVBAR ====== --> 224<div class="bottomNav"><a name="navbar_bottom"> 225<!-- --> 226</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 227<!-- --> 228</a> 229<ul class="navList" title="Navigation"> 230<li><a href="overview-summary.html">Overview</a></li> 231<li>Package</li> 232<li>Class</li> 233<li>Use</li> 234<li><a href="overview-tree.html">Tree</a></li> 235<li><a href="deprecated-list.html">Deprecated</a></li> 236<li><a href="index-all.html">Index</a></li> 237<li><a href="help-doc.html">Help</a></li> 238</ul> 239</div> 240<div class="subNav"> 241<ul class="navList"> 242<li>Prev</li> 243<li>Next</li> 244</ul> 245<ul class="navList"> 246<li><a href="index.html?constant-values.html" target="_top">Frames</a></li> 247<li><a href="constant-values.html" target="_top">No Frames</a></li> 248</ul> 249<ul class="navList" id="allclasses_navbar_bottom"> 250<li><a href="allclasses-noframe.html">All Classes</a></li> 251</ul> 252<div> 253<script type="text/javascript"><!-- 254 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 255 if(window==top) { 256 allClassesLink.style.display = "block"; 257 } 258 else { 259 allClassesLink.style.display = "none"; 260 } 261 //--> 262</script> 263</div> 264<a name="skip-navbar_bottom"> 265<!-- --> 266</a></div> 267<!-- ======== END OF BOTTOM NAVBAR ======= --> 268<p class="legalCopy"><small>Copyright © 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 269</body> 270</html> 271