• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 Wed Jul 20 08:39:13 PDT 2016 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>BigIntegerNode (jackson-databind 2.8.0 API)</title>
8<meta name="date" content="2016-07-20">
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="BigIntegerNode (jackson-databind 2.8.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/BigIntegerNode.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/BaseJsonNode.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/BinaryNode.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/BigIntegerNode.html" target="_top">Frames</a></li>
45<li><a href="BigIntegerNode.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:&nbsp;</li>
65<li>Nested&nbsp;|&nbsp;</li>
66<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
67<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
68<li><a href="#method_summary">Method</a></li>
69</ul>
70<ul class="subNavList">
71<li>Detail:&nbsp;</li>
72<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
73<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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 BigIntegerNode" class="title">Class BigIntegerNode</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><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">com.fasterxml.jackson.databind.node.NumericNode</a></li>
104<li>
105<ul class="inheritance">
106<li>com.fasterxml.jackson.databind.node.BigIntegerNode</li>
107</ul>
108</li>
109</ul>
110</li>
111</ul>
112</li>
113</ul>
114</li>
115</ul>
116</li>
117</ul>
118</li>
119</ul>
120<div class="description">
121<ul class="blockList">
122<li class="blockList">
123<dl>
124<dt>All Implemented Interfaces:</dt>
125<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>&lt;<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a>&gt;</dd>
126</dl>
127<hr>
128<br>
129<pre>public class <span class="strong">BigIntegerNode</span>
130extends <a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></pre>
131<div class="block">Numeric node that contains simple 64-bit integer values.</div>
132</li>
133</ul>
134</div>
135<div class="summary">
136<ul class="blockList">
137<li class="blockList">
138<!-- ======== NESTED CLASS SUMMARY ======== -->
139<ul class="blockList">
140<li class="blockList"><a name="nested_class_summary">
141<!--   -->
142</a>
143<h3>Nested Class Summary</h3>
144<ul class="blockList">
145<li class="blockList"><a name="nested_classes_inherited_from_class_com.fasterxml.jackson.databind.JsonSerializable">
146<!--   -->
147</a>
148<h3>Nested classes/interfaces inherited from interface&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></h3>
149<code><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a></code></li>
150</ul>
151</li>
152</ul>
153<!-- =========== FIELD SUMMARY =========== -->
154<ul class="blockList">
155<li class="blockList"><a name="field_summary">
156<!--   -->
157</a>
158<h3>Field Summary</h3>
159<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
160<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
161<tr>
162<th class="colFirst" scope="col">Modifier and Type</th>
163<th class="colLast" scope="col">Field and Description</th>
164</tr>
165<tr class="altColor">
166<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></code></td>
167<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#_value">_value</a></strong></code>&nbsp;</td>
168</tr>
169</table>
170</li>
171</ul>
172<!-- ======== CONSTRUCTOR SUMMARY ======== -->
173<ul class="blockList">
174<li class="blockList"><a name="constructor_summary">
175<!--   -->
176</a>
177<h3>Constructor Summary</h3>
178<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
179<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
180<tr>
181<th class="colOne" scope="col">Constructor and Description</th>
182</tr>
183<tr class="altColor">
184<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#BigIntegerNode(java.math.BigInteger)">BigIntegerNode</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;v)</code>&nbsp;</td>
185</tr>
186</table>
187</li>
188</ul>
189<!-- ========== METHOD SUMMARY =========== -->
190<ul class="blockList">
191<li class="blockList"><a name="method_summary">
192<!--   -->
193</a>
194<h3>Method Summary</h3>
195<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
196<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
197<tr>
198<th class="colFirst" scope="col">Modifier and Type</th>
199<th class="colLast" scope="col">Method and Description</th>
200</tr>
201<tr class="altColor">
202<td class="colFirst"><code>boolean</code></td>
203<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#asBoolean(boolean)">asBoolean</a></strong>(boolean&nbsp;defaultValue)</code>
204<div class="block">Method that will try to convert value of this node to a Java <b>boolean</b>.</div>
205</td>
206</tr>
207<tr class="rowColor">
208<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>
209<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#asText()">asText</a></strong>()</code>
210<div class="block">Method that will return a valid String representation of
211 the container value, if the node is a value node
212 (method <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isValueNode()"><code>JsonNode.isValueNode()</code></a> returns true),
213 otherwise empty String.</div>
214</td>
215</tr>
216<tr class="altColor">
217<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>
218<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#asToken()">asToken</a></strong>()</code>
219<div class="block">Method that can be used for efficient type detection
220 when using stream abstraction for traversing nodes.</div>
221</td>
222</tr>
223<tr class="rowColor">
224<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></code></td>
225<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#bigIntegerValue()">bigIntegerValue</a></strong>()</code>&nbsp;</td>
226</tr>
227<tr class="altColor">
228<td class="colFirst"><code>boolean</code></td>
229<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#canConvertToInt()">canConvertToInt</a></strong>()</code>
230<div class="block">Method that can be used to check whether this node is a numeric
231 node (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> would return true) AND its value fits
232 within Java's 32-bit signed integer type, <code>int</code>.</div>
233</td>
234</tr>
235<tr class="rowColor">
236<td class="colFirst"><code>boolean</code></td>
237<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#canConvertToLong()">canConvertToLong</a></strong>()</code>
238<div class="block">Method that can be used to check whether this node is a numeric
239 node (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> would return true) AND its value fits
240 within Java's 64-bit signed integer type, <code>long</code>.</div>
241</td>
242</tr>
243<tr class="altColor">
244<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a></code></td>
245<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#decimalValue()">decimalValue</a></strong>()</code>&nbsp;</td>
246</tr>
247<tr class="rowColor">
248<td class="colFirst"><code>double</code></td>
249<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#doubleValue()">doubleValue</a></strong>()</code>
250<div class="block">Returns 64-bit floating point (double) value for this node, <b>if and only if</b>
251 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true).</div>
252</td>
253</tr>
254<tr class="altColor">
255<td class="colFirst"><code>boolean</code></td>
256<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.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>&nbsp;o)</code>
257<div class="block">Equality for node objects is defined as full (deep) value
258 equality.</div>
259</td>
260</tr>
261<tr class="rowColor">
262<td class="colFirst"><code>float</code></td>
263<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#floatValue()">floatValue</a></strong>()</code>
264<div class="block">Returns 32-bit floating value for this node, <b>if and only if</b>
265 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true).</div>
266</td>
267</tr>
268<tr class="altColor">
269<td class="colFirst"><code>int</code></td>
270<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
271</tr>
272<tr class="rowColor">
273<td class="colFirst"><code>int</code></td>
274<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#intValue()">intValue</a></strong>()</code>
275<div class="block">Returns integer value for this node, <b>if and only if</b>
276 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true).</div>
277</td>
278</tr>
279<tr class="altColor">
280<td class="colFirst"><code>boolean</code></td>
281<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#isBigInteger()">isBigInteger</a></strong>()</code>&nbsp;</td>
282</tr>
283<tr class="rowColor">
284<td class="colFirst"><code>boolean</code></td>
285<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#isIntegralNumber()">isIntegralNumber</a></strong>()</code>&nbsp;</td>
286</tr>
287<tr class="altColor">
288<td class="colFirst"><code>long</code></td>
289<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#longValue()">longValue</a></strong>()</code>
290<div class="block">Returns 64-bit long value for this node, <b>if and only if</b>
291 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true).</div>
292</td>
293</tr>
294<tr class="rowColor">
295<td class="colFirst"><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonParser.NumberType.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser.NumberType</a></code></td>
296<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#numberType()">numberType</a></strong>()</code>
297<div class="block">Returns code that identifies type of underlying numeric
298 value, if (and only if) node is a number node.</div>
299</td>
300</tr>
301<tr class="altColor">
302<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a></code></td>
303<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#numberValue()">numberValue</a></strong>()</code>
304<div class="block">Returns numeric value for this node, <b>if and only if</b>
305 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true); otherwise
306 returns null</div>
307</td>
308</tr>
309<tr class="rowColor">
310<td class="colFirst"><code>void</code></td>
311<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.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>&nbsp;jg,
312         <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a>&nbsp;provider)</code>
313<div class="block">Method called to serialize node instances using given generator.</div>
314</td>
315</tr>
316<tr class="altColor">
317<td class="colFirst"><code>short</code></td>
318<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#shortValue()">shortValue</a></strong>()</code>
319<div class="block">Returns 16-bit short value for this node, <b>if and only if</b>
320 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true).</div>
321</td>
322</tr>
323<tr class="rowColor">
324<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html" title="class in com.fasterxml.jackson.databind.node">BigIntegerNode</a></code></td>
325<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html#valueOf(java.math.BigInteger)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;v)</code>&nbsp;</td>
326</tr>
327</table>
328<ul class="blockList">
329<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.node.NumericNode">
330<!--   -->
331</a>
332<h3>Methods inherited from class&nbsp;com.fasterxml.jackson.databind.node.<a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></h3>
333<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#asDouble()">asDouble</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#asDouble(double)">asDouble</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#asInt()">asInt</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#asInt(int)">asInt</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#asLong()">asLong</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#asLong(long)">asLong</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#getNodeType()">getNodeType</a></code></li>
334</ul>
335<ul class="blockList">
336<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.node.ValueNode">
337<!--   -->
338</a>
339<h3>Methods inherited from class&nbsp;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>
340<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>
341</ul>
342<ul class="blockList">
343<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.node.BaseJsonNode">
344<!--   -->
345</a>
346<h3>Methods inherited from class&nbsp;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>
347<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#traverse()">traverse</a>, <a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#traverse(com.fasterxml.jackson.core.ObjectCodec)">traverse</a></code></li>
348</ul>
349<ul class="blockList">
350<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.JsonNode">
351<!--   -->
352</a>
353<h3>Methods inherited from class&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></h3>
354<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asBoolean()">asBoolean</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#binaryValue()">binaryValue</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#booleanValue()">booleanValue</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#isArray()">isArray</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isBigDecimal()">isBigDecimal</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#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#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>
355</ul>
356<ul class="blockList">
357<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.JsonSerializable.Base">
358<!--   -->
359</a>
360<h3>Methods inherited from class&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html" title="class in com.fasterxml.jackson.databind">JsonSerializable.Base</a></h3>
361<code><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.Base.html#isEmpty(com.fasterxml.jackson.databind.SerializerProvider)">isEmpty</a></code></li>
362</ul>
363<ul class="blockList">
364<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
365<!--   -->
366</a>
367<h3>Methods inherited from class&nbsp;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>
368<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>
369</ul>
370</li>
371</ul>
372</li>
373</ul>
374</div>
375<div class="details">
376<ul class="blockList">
377<li class="blockList">
378<!-- ============ FIELD DETAIL =========== -->
379<ul class="blockList">
380<li class="blockList"><a name="field_detail">
381<!--   -->
382</a>
383<h3>Field Detail</h3>
384<a name="_value">
385<!--   -->
386</a>
387<ul class="blockListLast">
388<li class="blockList">
389<h4>_value</h4>
390<pre>protected final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a> _value</pre>
391</li>
392</ul>
393</li>
394</ul>
395<!-- ========= CONSTRUCTOR DETAIL ======== -->
396<ul class="blockList">
397<li class="blockList"><a name="constructor_detail">
398<!--   -->
399</a>
400<h3>Constructor Detail</h3>
401<a name="BigIntegerNode(java.math.BigInteger)">
402<!--   -->
403</a>
404<ul class="blockListLast">
405<li class="blockList">
406<h4>BigIntegerNode</h4>
407<pre>public&nbsp;BigIntegerNode(<a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;v)</pre>
408</li>
409</ul>
410</li>
411</ul>
412<!-- ============ METHOD DETAIL ========== -->
413<ul class="blockList">
414<li class="blockList"><a name="method_detail">
415<!--   -->
416</a>
417<h3>Method Detail</h3>
418<a name="valueOf(java.math.BigInteger)">
419<!--   -->
420</a>
421<ul class="blockList">
422<li class="blockList">
423<h4>valueOf</h4>
424<pre>public static&nbsp;<a href="../../../../../com/fasterxml/jackson/databind/node/BigIntegerNode.html" title="class in com.fasterxml.jackson.databind.node">BigIntegerNode</a>&nbsp;valueOf(<a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;v)</pre>
425</li>
426</ul>
427<a name="asToken()">
428<!--   -->
429</a>
430<ul class="blockList">
431<li class="blockList">
432<h4>asToken</h4>
433<pre>public&nbsp;<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>&nbsp;asToken()</pre>
434<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#asToken()">BaseJsonNode</a></code></strong></div>
435<div class="block">Method that can be used for efficient type detection
436 when using stream abstraction for traversing nodes.
437 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
438 stream event would produce (for most nodes there is just
439 one token but for structured/container types multiple)</div>
440<dl>
441<dt><strong>Specified by:</strong></dt>
442<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>&nbsp;in interface&nbsp;<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>
443<dt><strong>Specified by:</strong></dt>
444<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html#asToken()">asToken</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node">ValueNode</a></code></dd>
445</dl>
446</li>
447</ul>
448<a name="numberType()">
449<!--   -->
450</a>
451<ul class="blockList">
452<li class="blockList">
453<h4>numberType</h4>
454<pre>public&nbsp;<a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonParser.NumberType.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser.NumberType</a>&nbsp;numberType()</pre>
455<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#numberType()">BaseJsonNode</a></code></strong></div>
456<div class="block">Returns code that identifies type of underlying numeric
457 value, if (and only if) node is a number node.</div>
458<dl>
459<dt><strong>Specified by:</strong></dt>
460<dd><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/TreeNode.html?is-external=true#numberType()" title="class or interface in com.fasterxml.jackson.core">numberType</a></code>&nbsp;in interface&nbsp;<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>
461<dt><strong>Specified by:</strong></dt>
462<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#numberType()">numberType</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
463</dl>
464</li>
465</ul>
466<a name="isIntegralNumber()">
467<!--   -->
468</a>
469<ul class="blockList">
470<li class="blockList">
471<h4>isIntegralNumber</h4>
472<pre>public&nbsp;boolean&nbsp;isIntegralNumber()</pre>
473<dl>
474<dt><strong>Overrides:</strong></dt>
475<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isIntegralNumber()">isIntegralNumber</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd>
476<dt><span class="strong">Returns:</span></dt><dd>True if this node represents an integral (integer)
477   numeric JSON value</dd></dl>
478</li>
479</ul>
480<a name="isBigInteger()">
481<!--   -->
482</a>
483<ul class="blockList">
484<li class="blockList">
485<h4>isBigInteger</h4>
486<pre>public&nbsp;boolean&nbsp;isBigInteger()</pre>
487<dl>
488<dt><strong>Overrides:</strong></dt>
489<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isBigInteger()">isBigInteger</a></code>&nbsp;in class&nbsp;<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="canConvertToInt()">
494<!--   -->
495</a>
496<ul class="blockList">
497<li class="blockList">
498<h4>canConvertToInt</h4>
499<pre>public&nbsp;boolean&nbsp;canConvertToInt()</pre>
500<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#canConvertToInt()">JsonNode</a></code></strong></div>
501<div class="block">Method that can be used to check whether this node is a numeric
502 node (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> would return true) AND its value fits
503 within Java's 32-bit signed integer type, <code>int</code>.
504 Note that floating-point numbers are convertible if the integral
505 part fits without overflow (as per standard Java coercion rules)
506<p>
507 NOTE: this method does not consider possible value type conversion
508 from JSON String into Number; so even if this method returns false,
509 it is possible that <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asInt()"><code>JsonNode.asInt()</code></a> could still succeed
510 if node is a JSON String representing integral number, or boolean.</div>
511<dl>
512<dt><strong>Specified by:</strong></dt>
513<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#canConvertToInt()">canConvertToInt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
514</dl>
515</li>
516</ul>
517<a name="canConvertToLong()">
518<!--   -->
519</a>
520<ul class="blockList">
521<li class="blockList">
522<h4>canConvertToLong</h4>
523<pre>public&nbsp;boolean&nbsp;canConvertToLong()</pre>
524<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#canConvertToLong()">JsonNode</a></code></strong></div>
525<div class="block">Method that can be used to check whether this node is a numeric
526 node (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> would return true) AND its value fits
527 within Java's 64-bit signed integer type, <code>long</code>.
528 Note that floating-point numbers are convertible if the integral
529 part fits without overflow (as per standard Java coercion rules)
530<p>
531 NOTE: this method does not consider possible value type conversion
532 from JSON String into Number; so even if this method returns false,
533 it is possible that <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asLong()"><code>JsonNode.asLong()</code></a> could still succeed
534 if node is a JSON String representing integral number, or boolean.</div>
535<dl>
536<dt><strong>Specified by:</strong></dt>
537<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#canConvertToLong()">canConvertToLong</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
538</dl>
539</li>
540</ul>
541<a name="numberValue()">
542<!--   -->
543</a>
544<ul class="blockList">
545<li class="blockList">
546<h4>numberValue</h4>
547<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;numberValue()</pre>
548<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#numberValue()">JsonNode</a></code></strong></div>
549<div class="block">Returns numeric value for this node, <b>if and only if</b>
550 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true); otherwise
551 returns null</div>
552<dl>
553<dt><strong>Specified by:</strong></dt>
554<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#numberValue()">numberValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
555<dt><span class="strong">Returns:</span></dt><dd>Number value this node contains, if any (null for non-number
556   nodes).</dd></dl>
557</li>
558</ul>
559<a name="shortValue()">
560<!--   -->
561</a>
562<ul class="blockList">
563<li class="blockList">
564<h4>shortValue</h4>
565<pre>public&nbsp;short&nbsp;shortValue()</pre>
566<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#shortValue()">JsonNode</a></code></strong></div>
567<div class="block">Returns 16-bit short value for this node, <b>if and only if</b>
568 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true). For other
569 types returns 0.
570 For floating-point numbers, value is truncated using default
571 Java coercion, similar to how cast from double to short operates.</div>
572<dl>
573<dt><strong>Overrides:</strong></dt>
574<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#shortValue()">shortValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd>
575<dt><span class="strong">Returns:</span></dt><dd>Short value this node contains, if any; 0 for non-number
576   nodes.</dd></dl>
577</li>
578</ul>
579<a name="intValue()">
580<!--   -->
581</a>
582<ul class="blockList">
583<li class="blockList">
584<h4>intValue</h4>
585<pre>public&nbsp;int&nbsp;intValue()</pre>
586<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#intValue()">JsonNode</a></code></strong></div>
587<div class="block">Returns integer value for this node, <b>if and only if</b>
588 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true). For other
589 types returns 0.
590 For floating-point numbers, value is truncated using default
591 Java coercion, similar to how cast from double to int operates.</div>
592<dl>
593<dt><strong>Specified by:</strong></dt>
594<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#intValue()">intValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
595<dt><span class="strong">Returns:</span></dt><dd>Integer value this node contains, if any; 0 for non-number
596   nodes.</dd></dl>
597</li>
598</ul>
599<a name="longValue()">
600<!--   -->
601</a>
602<ul class="blockList">
603<li class="blockList">
604<h4>longValue</h4>
605<pre>public&nbsp;long&nbsp;longValue()</pre>
606<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#longValue()">JsonNode</a></code></strong></div>
607<div class="block">Returns 64-bit long value for this node, <b>if and only if</b>
608 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true). For other
609 types returns 0.
610 For floating-point numbers, value is truncated using default
611 Java coercion, similar to how cast from double to long operates.</div>
612<dl>
613<dt><strong>Specified by:</strong></dt>
614<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#longValue()">longValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
615<dt><span class="strong">Returns:</span></dt><dd>Long value this node contains, if any; 0 for non-number
616   nodes.</dd></dl>
617</li>
618</ul>
619<a name="bigIntegerValue()">
620<!--   -->
621</a>
622<ul class="blockList">
623<li class="blockList">
624<h4>bigIntegerValue</h4>
625<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;bigIntegerValue()</pre>
626<dl>
627<dt><strong>Specified by:</strong></dt>
628<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#bigIntegerValue()">bigIntegerValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
629</dl>
630</li>
631</ul>
632<a name="floatValue()">
633<!--   -->
634</a>
635<ul class="blockList">
636<li class="blockList">
637<h4>floatValue</h4>
638<pre>public&nbsp;float&nbsp;floatValue()</pre>
639<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#floatValue()">JsonNode</a></code></strong></div>
640<div class="block">Returns 32-bit floating value for this node, <b>if and only if</b>
641 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true). For other
642 types returns 0.0.
643 For integer values, conversion is done using coercion; this means
644 that an overflow is possible for `long` values</div>
645<dl>
646<dt><strong>Overrides:</strong></dt>
647<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#floatValue()">floatValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd>
648<dt><span class="strong">Returns:</span></dt><dd>32-bit float value this node contains, if any; 0.0 for non-number nodes.</dd></dl>
649</li>
650</ul>
651<a name="doubleValue()">
652<!--   -->
653</a>
654<ul class="blockList">
655<li class="blockList">
656<h4>doubleValue</h4>
657<pre>public&nbsp;double&nbsp;doubleValue()</pre>
658<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#doubleValue()">JsonNode</a></code></strong></div>
659<div class="block">Returns 64-bit floating point (double) value for this node, <b>if and only if</b>
660 this node is numeric (<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isNumber()"><code>JsonNode.isNumber()</code></a> returns true). For other
661 types returns 0.0.
662 For integer values, conversion is done using coercion; this may result
663 in overflows with <a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><code>BigInteger</code></a> values.</div>
664<dl>
665<dt><strong>Specified by:</strong></dt>
666<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#doubleValue()">doubleValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
667<dt><span class="strong">Returns:</span></dt><dd>64-bit double value this node contains, if any; 0.0 for non-number nodes.</dd></dl>
668</li>
669</ul>
670<a name="decimalValue()">
671<!--   -->
672</a>
673<ul class="blockList">
674<li class="blockList">
675<h4>decimalValue</h4>
676<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a>&nbsp;decimalValue()</pre>
677<dl>
678<dt><strong>Specified by:</strong></dt>
679<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#decimalValue()">decimalValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
680</dl>
681</li>
682</ul>
683<a name="asText()">
684<!--   -->
685</a>
686<ul class="blockList">
687<li class="blockList">
688<h4>asText</h4>
689<pre>public&nbsp;<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>&nbsp;asText()</pre>
690<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asText()">JsonNode</a></code></strong></div>
691<div class="block">Method that will return a valid String representation of
692 the container value, if the node is a value node
693 (method <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#isValueNode()"><code>JsonNode.isValueNode()</code></a> returns true),
694 otherwise empty String.</div>
695<dl>
696<dt><strong>Specified by:</strong></dt>
697<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html#asText()">asText</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/NumericNode.html" title="class in com.fasterxml.jackson.databind.node">NumericNode</a></code></dd>
698</dl>
699</li>
700</ul>
701<a name="asBoolean(boolean)">
702<!--   -->
703</a>
704<ul class="blockList">
705<li class="blockList">
706<h4>asBoolean</h4>
707<pre>public&nbsp;boolean&nbsp;asBoolean(boolean&nbsp;defaultValue)</pre>
708<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asBoolean(boolean)">JsonNode</a></code></strong></div>
709<div class="block">Method that will try to convert value of this node to a Java <b>boolean</b>.
710 JSON booleans map naturally; integer numbers other than 0 map to true, and
711 0 maps to false
712 and Strings 'true' and 'false' map to corresponding values.
713<p>
714 If representation can not be converted to a boolean value (including structured types
715 like Objects and Arrays),
716 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
717<dl>
718<dt><strong>Overrides:</strong></dt>
719<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#asBoolean(boolean)">asBoolean</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd>
720</dl>
721</li>
722</ul>
723<a name="serialize(com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider)">
724<!--   -->
725</a>
726<ul class="blockList">
727<li class="blockList">
728<h4>serialize</h4>
729<pre>public final&nbsp;void&nbsp;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>&nbsp;jg,
730             <a href="../../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a>&nbsp;provider)
731                     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>,
732                            <a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></pre>
733<div class="block"><strong>Description copied from class:&nbsp;<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>
734<div class="block">Method called to serialize node instances using given generator.</div>
735<dl>
736<dt><strong>Specified by:</strong></dt>
737<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html#serialize(com.fasterxml.jackson.core.JsonGenerator,%20com.fasterxml.jackson.databind.SerializerProvider)">serialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonSerializable.html" title="interface in com.fasterxml.jackson.databind">JsonSerializable</a></code></dd>
738<dt><strong>Specified by:</strong></dt>
739<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>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node">BaseJsonNode</a></code></dd>
740<dt><span class="strong">Throws:</span></dt>
741<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>
742<dd><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.7/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></code></dd></dl>
743</li>
744</ul>
745<a name="equals(java.lang.Object)">
746<!--   -->
747</a>
748<ul class="blockList">
749<li class="blockList">
750<h4>equals</h4>
751<pre>public&nbsp;boolean&nbsp;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>&nbsp;o)</pre>
752<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#equals(java.lang.Object)">JsonNode</a></code></strong></div>
753<div class="block">Equality for node objects is defined as full (deep) value
754 equality. This means that it is possible to compare complete
755 JSON trees for equality by comparing equality of root nodes.
756<p>
757 Note: marked as abstract to ensure all implementation
758 classes define it properly and not rely on definition
759 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>
760<dl>
761<dt><strong>Specified by:</strong></dt>
762<dd><code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html#equals(java.lang.Object)">equals</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></dd>
763</dl>
764</li>
765</ul>
766<a name="hashCode()">
767<!--   -->
768</a>
769<ul class="blockListLast">
770<li class="blockList">
771<h4>hashCode</h4>
772<pre>public&nbsp;int&nbsp;hashCode()</pre>
773<dl>
774<dt><strong>Specified by:</strong></dt>
775<dd><code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html#hashCode()">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node">BaseJsonNode</a></code></dd>
776</dl>
777</li>
778</ul>
779</li>
780</ul>
781</li>
782</ul>
783</div>
784</div>
785<!-- ========= END OF CLASS DATA ========= -->
786<!-- ======= START OF BOTTOM NAVBAR ====== -->
787<div class="bottomNav"><a name="navbar_bottom">
788<!--   -->
789</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
790<!--   -->
791</a>
792<ul class="navList" title="Navigation">
793<li><a href="../../../../../overview-summary.html">Overview</a></li>
794<li><a href="package-summary.html">Package</a></li>
795<li class="navBarCell1Rev">Class</li>
796<li><a href="class-use/BigIntegerNode.html">Use</a></li>
797<li><a href="package-tree.html">Tree</a></li>
798<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
799<li><a href="../../../../../index-all.html">Index</a></li>
800<li><a href="../../../../../help-doc.html">Help</a></li>
801</ul>
802</div>
803<div class="subNav">
804<ul class="navList">
805<li><a href="../../../../../com/fasterxml/jackson/databind/node/BaseJsonNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="strong">Prev Class</span></a></li>
806<li><a href="../../../../../com/fasterxml/jackson/databind/node/BinaryNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="strong">Next Class</span></a></li>
807</ul>
808<ul class="navList">
809<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/node/BigIntegerNode.html" target="_top">Frames</a></li>
810<li><a href="BigIntegerNode.html" target="_top">No Frames</a></li>
811</ul>
812<ul class="navList" id="allclasses_navbar_bottom">
813<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
814</ul>
815<div>
816<script type="text/javascript"><!--
817  allClassesLink = document.getElementById("allclasses_navbar_bottom");
818  if(window==top) {
819    allClassesLink.style.display = "block";
820  }
821  else {
822    allClassesLink.style.display = "none";
823  }
824  //-->
825</script>
826</div>
827<div>
828<ul class="subNavList">
829<li>Summary:&nbsp;</li>
830<li>Nested&nbsp;|&nbsp;</li>
831<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
832<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
833<li><a href="#method_summary">Method</a></li>
834</ul>
835<ul class="subNavList">
836<li>Detail:&nbsp;</li>
837<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
838<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
839<li><a href="#method_detail">Method</a></li>
840</ul>
841</div>
842<a name="skip-navbar_bottom">
843<!--   -->
844</a></div>
845<!-- ======== END OF BOTTOM NAVBAR ======= -->
846<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
847</body>
848</html>
849