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_79) on Fri Jan 15 20:28:43 PST 2016 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>BooleanNode (jackson-databind 2.7.0 API)</title> 8<meta name="date" content="2016-01-15"> 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="BooleanNode (jackson-databind 2.7.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/BooleanNode.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/node/BinaryNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="strong">Prev Class</span></a></li> 41<li><a href="../../../../../com/fasterxml/jackson/databind/node/ContainerNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="strong">Next Class</span></a></li> 42</ul> 43<ul class="navList"> 44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/node/BooleanNode.html" target="_top">Frames</a></li> 45<li><a href="BooleanNode.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>Nested | </li> 66<li><a href="#field_summary">Field</a> | </li> 67<li>Constr | </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>Constr | </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.node</div> 84<h2 title="Class BooleanNode" class="title">Class BooleanNode</h2> 85</div> 86<div class="contentContainer"> 87<ul class="inheritance"> 88<li><a href="http://docs.oracle.com/javase/7/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><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">com.fasterxml.jackson.databind.JsonSerializable.Base</a></li> 92<li> 93<ul class="inheritance"> 94<li><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">com.fasterxml.jackson.databind.JsonNode</a></li> 95<li> 96<ul class="inheritance"> 97<li><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node">com.fasterxml.jackson.databind.node.BaseJsonNode</a></li> 98<li> 99<ul class="inheritance"> 100<li><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node">com.fasterxml.jackson.databind.node.ValueNode</a></li> 101<li> 102<ul class="inheritance"> 103<li>com.fasterxml.jackson.databind.node.BooleanNode</li> 104</ul> 105</li> 106</ul> 107</li> 108</ul> 109</li> 110</ul> 111</li> 112</ul> 113</li> 114</ul> 115<div class="description"> 116<ul class="blockList"> 117<li class="blockList"> 118<dl> 119<dt>All Implemented Interfaces:</dt> 120<dd><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/TreeNode.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">TreeNode</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a>></dd> 121</dl> 122<hr> 123<br> 124<pre>public class <span class="strong">BooleanNode</span> 125extends <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node">ValueNode</a></pre> 126<div class="block">This concrete value class is used to contain boolean (true / false) 127 values. Only two instances are ever created, to minimize memory 128 usage.</div> 129</li> 130</ul> 131</div> 132<div class="summary"> 133<ul class="blockList"> 134<li class="blockList"> 135<!-- ======== NESTED CLASS SUMMARY ======== --> 136<ul class="blockList"> 137<li class="blockList"><a name="nested_class_summary"> 138<!-- --> 139</a> 140<h3>Nested Class Summary</h3> 141<ul class="blockList"> 142<li class="blockList"><a name="nested_classes_inherited_from_class_com.fasterxml.jackson.databind.JsonSerializable"> 143<!-- --> 144</a> 145<h3>Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></h3> 146<code><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a></code></li> 147</ul> 148</li> 149</ul> 150<!-- =========== FIELD SUMMARY =========== --> 151<ul class="blockList"> 152<li class="blockList"><a name="field_summary"> 153<!-- --> 154</a> 155<h3>Field Summary</h3> 156<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 157<caption><span>Fields</span><span class="tabEnd"> </span></caption> 158<tr> 159<th class="colFirst" scope="col">Modifier and Type</th> 160<th class="colLast" scope="col">Field and Description</th> 161</tr> 162<tr class="altColor"> 163<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a></code></td> 164<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#FALSE">FALSE</a></strong></code> </td> 165</tr> 166<tr class="rowColor"> 167<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a></code></td> 168<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#TRUE">TRUE</a></strong></code> </td> 169</tr> 170</table> 171</li> 172</ul> 173<!-- ========== METHOD SUMMARY =========== --> 174<ul class="blockList"> 175<li class="blockList"><a name="method_summary"> 176<!-- --> 177</a> 178<h3>Method Summary</h3> 179<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 180<caption><span>Methods</span><span class="tabEnd"> </span></caption> 181<tr> 182<th class="colFirst" scope="col">Modifier and Type</th> 183<th class="colLast" scope="col">Method and Description</th> 184</tr> 185<tr class="altColor"> 186<td class="colFirst"><code>boolean</code></td> 187<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#asBoolean()">asBoolean</a></strong>()</code> 188<div class="block">Method that will try to convert value of this node to a Java <b>boolean</b>.</div> 189</td> 190</tr> 191<tr class="rowColor"> 192<td class="colFirst"><code>boolean</code></td> 193<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#asBoolean(boolean)">asBoolean</a></strong>(boolean defaultValue)</code> 194<div class="block">Method that will try to convert value of this node to a Java <b>boolean</b>.</div> 195</td> 196</tr> 197<tr class="altColor"> 198<td class="colFirst"><code>double</code></td> 199<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#asDouble(double)">asDouble</a></strong>(double defaultValue)</code> 200<div class="block">Method that will try to convert value of this node to a Java <b>double</b>.</div> 201</td> 202</tr> 203<tr class="rowColor"> 204<td class="colFirst"><code>int</code></td> 205<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#asInt(int)">asInt</a></strong>(int defaultValue)</code> 206<div class="block">Method that will try to convert value of this node to a Java <b>int</b>.</div> 207</td> 208</tr> 209<tr class="altColor"> 210<td class="colFirst"><code>long</code></td> 211<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#asLong(long)">asLong</a></strong>(long defaultValue)</code> 212<div class="block">Method that will try to convert value of this node to a Java <b>long</b>.</div> 213</td> 214</tr> 215<tr class="rowColor"> 216<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 217<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#asText()">asText</a></strong>()</code> 218<div class="block">Method that will return a valid String representation of 219 the container value, if the node is a value node 220 (method <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isValueNode()"><code>JsonNode.isValueNode()</code></a> returns true), 221 otherwise empty String.</div> 222</td> 223</tr> 224<tr class="altColor"> 225<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonToken</a></code></td> 226<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#asToken()">asToken</a></strong>()</code> 227<div class="block">Method that can be used for efficient type detection 228 when using stream abstraction for traversing nodes.</div> 229</td> 230</tr> 231<tr class="rowColor"> 232<td class="colFirst"><code>boolean</code></td> 233<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#booleanValue()">booleanValue</a></strong>()</code> 234<div class="block">Method to use for accessing JSON boolean values (value 235 literals 'true' and 'false').</div> 236</td> 237</tr> 238<tr class="altColor"> 239<td class="colFirst"><code>boolean</code></td> 240<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</code> 241<div class="block">Equality for node objects is defined as full (deep) value 242 equality.</div> 243</td> 244</tr> 245<tr class="rowColor"> 246<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a></code></td> 247<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#getFalse()">getFalse</a></strong>()</code> </td> 248</tr> 249<tr class="altColor"> 250<td class="colFirst"><code><a href="../../../../../com/fasterxml/jackson/databind/node/JsonNodeType.html" title="enum in com.fasterxml.jackson.databind.node">JsonNodeType</a></code></td> 251<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#getNodeType()">getNodeType</a></strong>()</code> 252<div class="block">Return the type of this node</div> 253</td> 254</tr> 255<tr class="rowColor"> 256<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a></code></td> 257<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#getTrue()">getTrue</a></strong>()</code> </td> 258</tr> 259<tr class="altColor"> 260<td class="colFirst"><code>int</code></td> 261<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#hashCode()">hashCode</a></strong>()</code> </td> 262</tr> 263<tr class="rowColor"> 264<td class="colFirst"><code>void</code></td> 265<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#serialize(com.fasterxml.jackson.core.JsonGenerator,%20com.fasterxml.jackson.databind.SerializerProvider)">serialize</a></strong>(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonGenerator</a> g, 266 <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a> provider)</code> 267<div class="block">Method called to serialize node instances using given generator.</div> 268</td> 269</tr> 270<tr class="altColor"> 271<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a></code></td> 272<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html#valueOf(boolean)">valueOf</a></strong>(boolean b)</code> </td> 273</tr> 274</table> 275<ul class="blockList"> 276<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.node.ValueNode"> 277<!-- --> 278</a> 279<h3>Methods inherited from class com.fasterxml.jackson.databind.node.<a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node">ValueNode</a></h3> 280<code><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#_at(com.fasterxml.jackson.core.JsonPointer)">_at</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#deepCopy()">deepCopy</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#findParent(java.lang.String)">findParent</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#findParents(java.lang.String,%20java.util.List)">findParents</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#findValue(java.lang.String)">findValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#findValues(java.lang.String,%20java.util.List)">findValues</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#findValuesAsText(java.lang.String,%20java.util.List)">findValuesAsText</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#get(int)">get</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#get(java.lang.String)">get</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#has(int)">has</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#has(java.lang.String)">has</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#hasNonNull(int)">hasNonNull</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#hasNonNull(java.lang.String)">hasNonNull</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#path(int)">path</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#path(java.lang.String)">path</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#serializeWithType(com.fasterxml.jackson.core.JsonGenerator,%20com.fasterxml.jackson.databind.SerializerProvider,%20com.fasterxml.jackson.databind.jsontype.TypeSerializer)">serializeWithType</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#toString()">toString</a></code></li> 281</ul> 282<ul class="blockList"> 283<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.node.BaseJsonNode"> 284<!-- --> 285</a> 286<h3>Methods inherited from class com.fasterxml.jackson.databind.node.<a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node">BaseJsonNode</a></h3> 287<code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#findPath(java.lang.String)">findPath</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#numberType()">numberType</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#traverse()">traverse</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#traverse(com.fasterxml.jackson.core.ObjectCodec)">traverse</a></code></li> 288</ul> 289<ul class="blockList"> 290<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.JsonNode"> 291<!-- --> 292</a> 293<h3>Methods inherited from class com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></h3> 294<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asDouble()">asDouble</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asInt()">asInt</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asLong()">asLong</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asText(java.lang.String)">asText</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#at(com.fasterxml.jackson.core.JsonPointer)">at</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#at(java.lang.String)">at</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#bigIntegerValue()">bigIntegerValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#binaryValue()">binaryValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#canConvertToInt()">canConvertToInt</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#canConvertToLong()">canConvertToLong</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#decimalValue()">decimalValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#doubleValue()">doubleValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#elements()">elements</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#equals(java.util.Comparator,%20com.fasterxml.jackson.databind.JsonNode)">equals</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#fieldNames()">fieldNames</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#fields()">fields</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#findParents(java.lang.String)">findParents</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#findValues(java.lang.String)">findValues</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#findValuesAsText(java.lang.String)">findValuesAsText</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#floatValue()">floatValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#intValue()">intValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isArray()">isArray</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isBigDecimal()">isBigDecimal</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isBigInteger()">isBigInteger</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isBinary()">isBinary</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isBoolean()">isBoolean</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isContainerNode()">isContainerNode</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isDouble()">isDouble</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isFloat()">isFloat</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isFloatingPointNumber()">isFloatingPointNumber</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isInt()">isInt</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isIntegralNumber()">isIntegralNumber</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isLong()">isLong</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isMissingNode()">isMissingNode</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNull()">isNull</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()">isNumber</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isObject()">isObject</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isPojo()">isPojo</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isShort()">isShort</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isTextual()">isTextual</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isValueNode()">isValueNode</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#iterator()">iterator</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#longValue()">longValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#numberValue()">numberValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#shortValue()">shortValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#size()">size</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#textValue()">textValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#with(java.lang.String)">with</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#withArray(java.lang.String)">withArray</a></code></li> 295</ul> 296<ul class="blockList"> 297<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.JsonSerializable.Base"> 298<!-- --> 299</a> 300<h3>Methods inherited from class com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a></h3> 301<code><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html#isEmpty(com.fasterxml.jackson.databind.SerializerProvider)">isEmpty</a></code></li> 302</ul> 303<ul class="blockList"> 304<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 305<!-- --> 306</a> 307<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 308<code><a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> 309</ul> 310</li> 311</ul> 312</li> 313</ul> 314</div> 315<div class="details"> 316<ul class="blockList"> 317<li class="blockList"> 318<!-- ============ FIELD DETAIL =========== --> 319<ul class="blockList"> 320<li class="blockList"><a name="field_detail"> 321<!-- --> 322</a> 323<h3>Field Detail</h3> 324<a name="TRUE"> 325<!-- --> 326</a> 327<ul class="blockList"> 328<li class="blockList"> 329<h4>TRUE</h4> 330<pre>public static final <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a> TRUE</pre> 331</li> 332</ul> 333<a name="FALSE"> 334<!-- --> 335</a> 336<ul class="blockListLast"> 337<li class="blockList"> 338<h4>FALSE</h4> 339<pre>public static final <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a> FALSE</pre> 340</li> 341</ul> 342</li> 343</ul> 344<!-- ============ METHOD DETAIL ========== --> 345<ul class="blockList"> 346<li class="blockList"><a name="method_detail"> 347<!-- --> 348</a> 349<h3>Method Detail</h3> 350<a name="getTrue()"> 351<!-- --> 352</a> 353<ul class="blockList"> 354<li class="blockList"> 355<h4>getTrue</h4> 356<pre>public static <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a> getTrue()</pre> 357</li> 358</ul> 359<a name="getFalse()"> 360<!-- --> 361</a> 362<ul class="blockList"> 363<li class="blockList"> 364<h4>getFalse</h4> 365<pre>public static <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a> getFalse()</pre> 366</li> 367</ul> 368<a name="valueOf(boolean)"> 369<!-- --> 370</a> 371<ul class="blockList"> 372<li class="blockList"> 373<h4>valueOf</h4> 374<pre>public static <a href="../../../../../com/fasterxml/jackson/databind/node/BooleanNode.html" title="class in com.fasterxml.jackson.databind.node">BooleanNode</a> valueOf(boolean b)</pre> 375</li> 376</ul> 377<a name="getNodeType()"> 378<!-- --> 379</a> 380<ul class="blockList"> 381<li class="blockList"> 382<h4>getNodeType</h4> 383<pre>public <a href="../../../../../com/fasterxml/jackson/databind/node/JsonNodeType.html" title="enum in com.fasterxml.jackson.databind.node">JsonNodeType</a> getNodeType()</pre> 384<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#getNodeType()">JsonNode</a></code></strong></div> 385<div class="block">Return the type of this node</div> 386<dl> 387<dt><strong>Specified by:</strong></dt> 388<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#getNodeType()">getNodeType</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 389<dt><span class="strong">Returns:</span></dt><dd>the node type as a <a href="../../../../../com/fasterxml/jackson/databind/node/JsonNodeType.html" title="enum in com.fasterxml.jackson.databind.node"><code>JsonNodeType</code></a> enum value</dd></dl> 390</li> 391</ul> 392<a name="asToken()"> 393<!-- --> 394</a> 395<ul class="blockList"> 396<li class="blockList"> 397<h4>asToken</h4> 398<pre>public <a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonToken</a> asToken()</pre> 399<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#asToken()">BaseJsonNode</a></code></strong></div> 400<div class="block">Method that can be used for efficient type detection 401 when using stream abstraction for traversing nodes. 402 Will return the first <a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonToken</code></a> that equivalent 403 stream event would produce (for most nodes there is just 404 one token but for structured/container types multiple)</div> 405<dl> 406<dt><strong>Specified by:</strong></dt> 407<dd><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/TreeNode.html?is-external=true#asToken()" title="class or interface in com.fasterxml.jackson.core">asToken</a></code> in interface <code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/TreeNode.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">TreeNode</a></code></dd> 408<dt><strong>Specified by:</strong></dt> 409<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#asToken()">asToken</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node">ValueNode</a></code></dd> 410</dl> 411</li> 412</ul> 413<a name="booleanValue()"> 414<!-- --> 415</a> 416<ul class="blockList"> 417<li class="blockList"> 418<h4>booleanValue</h4> 419<pre>public boolean booleanValue()</pre> 420<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#booleanValue()">JsonNode</a></code></strong></div> 421<div class="block">Method to use for accessing JSON boolean values (value 422 literals 'true' and 'false'). 423 For other types, always returns false.</div> 424<dl> 425<dt><strong>Overrides:</strong></dt> 426<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#booleanValue()">booleanValue</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 427<dt><span class="strong">Returns:</span></dt><dd>Textual value this node contains, iff it is a textual 428 json node (comes from JSON String value entry)</dd></dl> 429</li> 430</ul> 431<a name="asText()"> 432<!-- --> 433</a> 434<ul class="blockList"> 435<li class="blockList"> 436<h4>asText</h4> 437<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> asText()</pre> 438<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asText()">JsonNode</a></code></strong></div> 439<div class="block">Method that will return a valid String representation of 440 the container value, if the node is a value node 441 (method <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isValueNode()"><code>JsonNode.isValueNode()</code></a> returns true), 442 otherwise empty String.</div> 443<dl> 444<dt><strong>Specified by:</strong></dt> 445<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asText()">asText</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 446</dl> 447</li> 448</ul> 449<a name="asBoolean()"> 450<!-- --> 451</a> 452<ul class="blockList"> 453<li class="blockList"> 454<h4>asBoolean</h4> 455<pre>public boolean asBoolean()</pre> 456<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asBoolean()">JsonNode</a></code></strong></div> 457<div class="block">Method that will try to convert value of this node to a Java <b>boolean</b>. 458 JSON booleans map naturally; integer numbers other than 0 map to true, and 459 0 maps to false 460 and Strings 'true' and 'false' map to corresponding values. 461<p> 462 If representation can not be converted to a boolean value (including structured types 463 like Objects and Arrays), 464 default value of <b>false</b> will be returned; no exceptions are thrown.</div> 465<dl> 466<dt><strong>Overrides:</strong></dt> 467<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asBoolean()">asBoolean</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 468</dl> 469</li> 470</ul> 471<a name="asBoolean(boolean)"> 472<!-- --> 473</a> 474<ul class="blockList"> 475<li class="blockList"> 476<h4>asBoolean</h4> 477<pre>public boolean asBoolean(boolean defaultValue)</pre> 478<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asBoolean(boolean)">JsonNode</a></code></strong></div> 479<div class="block">Method that will try to convert value of this node to a Java <b>boolean</b>. 480 JSON booleans map naturally; integer numbers other than 0 map to true, and 481 0 maps to false 482 and Strings 'true' and 'false' map to corresponding values. 483<p> 484 If representation can not be converted to a boolean value (including structured types 485 like Objects and Arrays), 486 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div> 487<dl> 488<dt><strong>Overrides:</strong></dt> 489<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asBoolean(boolean)">asBoolean</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 490</dl> 491</li> 492</ul> 493<a name="asInt(int)"> 494<!-- --> 495</a> 496<ul class="blockList"> 497<li class="blockList"> 498<h4>asInt</h4> 499<pre>public int asInt(int defaultValue)</pre> 500<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asInt(int)">JsonNode</a></code></strong></div> 501<div class="block">Method that will try to convert value of this node to a Java <b>int</b>. 502 Numbers are coerced using default Java rules; booleans convert to 0 (false) 503 and 1 (true), and Strings are parsed using default Java language integer 504 parsing rules. 505<p> 506 If representation can not be converted to an int (including structured types 507 like Objects and Arrays), 508 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div> 509<dl> 510<dt><strong>Overrides:</strong></dt> 511<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asInt(int)">asInt</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 512</dl> 513</li> 514</ul> 515<a name="asLong(long)"> 516<!-- --> 517</a> 518<ul class="blockList"> 519<li class="blockList"> 520<h4>asLong</h4> 521<pre>public long asLong(long defaultValue)</pre> 522<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asLong(long)">JsonNode</a></code></strong></div> 523<div class="block">Method that will try to convert value of this node to a Java <b>long</b>. 524 Numbers are coerced using default Java rules; booleans convert to 0 (false) 525 and 1 (true), and Strings are parsed using default Java language integer 526 parsing rules. 527<p> 528 If representation can not be converted to an long (including structured types 529 like Objects and Arrays), 530 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div> 531<dl> 532<dt><strong>Overrides:</strong></dt> 533<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asLong(long)">asLong</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 534</dl> 535</li> 536</ul> 537<a name="asDouble(double)"> 538<!-- --> 539</a> 540<ul class="blockList"> 541<li class="blockList"> 542<h4>asDouble</h4> 543<pre>public double asDouble(double defaultValue)</pre> 544<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asDouble(double)">JsonNode</a></code></strong></div> 545<div class="block">Method that will try to convert value of this node to a Java <b>double</b>. 546 Numbers are coerced using default Java rules; booleans convert to 0.0 (false) 547 and 1.0 (true), and Strings are parsed using default Java language integer 548 parsing rules. 549<p> 550 If representation can not be converted to an int (including structured types 551 like Objects and Arrays), 552 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div> 553<dl> 554<dt><strong>Overrides:</strong></dt> 555<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asDouble(double)">asDouble</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 556</dl> 557</li> 558</ul> 559<a name="serialize(com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider)"> 560<!-- --> 561</a> 562<ul class="blockList"> 563<li class="blockList"> 564<h4>serialize</h4> 565<pre>public final void serialize(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonGenerator</a> g, 566 <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a> provider) 567 throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> 568<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#serialize(com.fasterxml.jackson.core.JsonGenerator,%20com.fasterxml.jackson.databind.SerializerProvider)">BaseJsonNode</a></code></strong></div> 569<div class="block">Method called to serialize node instances using given generator.</div> 570<dl> 571<dt><strong>Specified by:</strong></dt> 572<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html#serialize(com.fasterxml.jackson.core.JsonGenerator,%20com.fasterxml.jackson.databind.SerializerProvider)">serialize</a></code> in interface <code><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></code></dd> 573<dt><strong>Specified by:</strong></dt> 574<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#serialize(com.fasterxml.jackson.core.JsonGenerator,%20com.fasterxml.jackson.databind.SerializerProvider)">serialize</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node">BaseJsonNode</a></code></dd> 575<dt><span class="strong">Throws:</span></dt> 576<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl> 577</li> 578</ul> 579<a name="hashCode()"> 580<!-- --> 581</a> 582<ul class="blockList"> 583<li class="blockList"> 584<h4>hashCode</h4> 585<pre>public int hashCode()</pre> 586<dl> 587<dt><strong>Specified by:</strong></dt> 588<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#hashCode()">hashCode</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node">BaseJsonNode</a></code></dd> 589</dl> 590</li> 591</ul> 592<a name="equals(java.lang.Object)"> 593<!-- --> 594</a> 595<ul class="blockListLast"> 596<li class="blockList"> 597<h4>equals</h4> 598<pre>public boolean equals(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</pre> 599<div class="block"><strong>Description copied from class: <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#equals(java.lang.Object)">JsonNode</a></code></strong></div> 600<div class="block">Equality for node objects is defined as full (deep) value 601 equality. This means that it is possible to compare complete 602 JSON trees for equality by comparing equality of root nodes. 603<p> 604 Note: marked as abstract to ensure all implementation 605 classes define it properly and not rely on definition 606 from <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a>.</div> 607<dl> 608<dt><strong>Specified by:</strong></dt> 609<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#equals(java.lang.Object)">equals</a></code> in class <code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd> 610</dl> 611</li> 612</ul> 613</li> 614</ul> 615</li> 616</ul> 617</div> 618</div> 619<!-- ========= END OF CLASS DATA ========= --> 620<!-- ======= START OF BOTTOM NAVBAR ====== --> 621<div class="bottomNav"><a name="navbar_bottom"> 622<!-- --> 623</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 624<!-- --> 625</a> 626<ul class="navList" title="Navigation"> 627<li><a href="../../../../../overview-summary.html">Overview</a></li> 628<li><a href="package-summary.html">Package</a></li> 629<li class="navBarCell1Rev">Class</li> 630<li><a href="class-use/BooleanNode.html">Use</a></li> 631<li><a href="package-tree.html">Tree</a></li> 632<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 633<li><a href="../../../../../index-all.html">Index</a></li> 634<li><a href="../../../../../help-doc.html">Help</a></li> 635</ul> 636</div> 637<div class="subNav"> 638<ul class="navList"> 639<li><a href="../../../../../com/fasterxml/jackson/databind/node/BinaryNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="strong">Prev Class</span></a></li> 640<li><a href="../../../../../com/fasterxml/jackson/databind/node/ContainerNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="strong">Next Class</span></a></li> 641</ul> 642<ul class="navList"> 643<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/node/BooleanNode.html" target="_top">Frames</a></li> 644<li><a href="BooleanNode.html" target="_top">No Frames</a></li> 645</ul> 646<ul class="navList" id="allclasses_navbar_bottom"> 647<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 648</ul> 649<div> 650<script type="text/javascript"><!-- 651 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 652 if(window==top) { 653 allClassesLink.style.display = "block"; 654 } 655 else { 656 allClassesLink.style.display = "none"; 657 } 658 //--> 659</script> 660</div> 661<div> 662<ul class="subNavList"> 663<li>Summary: </li> 664<li>Nested | </li> 665<li><a href="#field_summary">Field</a> | </li> 666<li>Constr | </li> 667<li><a href="#method_summary">Method</a></li> 668</ul> 669<ul class="subNavList"> 670<li>Detail: </li> 671<li><a href="#field_detail">Field</a> | </li> 672<li>Constr | </li> 673<li><a href="#method_detail">Method</a></li> 674</ul> 675</div> 676<a name="skip-navbar_bottom"> 677<!-- --> 678</a></div> 679<!-- ======== END OF BOTTOM NAVBAR ======= --> 680<p class="legalCopy"><small>Copyright © 2008–2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 681</body> 682</html> 683