Skip to content

Commit 7f6c506

Browse files
committed
Republish javadocs for 2.12 (lots of javadoc cleanup work before 2.12.1)
1 parent 0137d84 commit 7f6c506

File tree

293 files changed

+6042
-2300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+6042
-2300
lines changed

docs/javadoc/2.12/allclasses-frame.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_272) on Sat Nov 28 16:55:50 PST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_272) on Fri Jan 08 17:16:37 PST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (Jackson-core 2.12.0 API)</title>
8-
<meta name="date" content="2020-11-28">
8+
<meta name="date" content="2021-01-08">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/javadoc/2.12/allclasses-noframe.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_272) on Sat Nov 28 16:55:50 PST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_272) on Fri Jan 08 17:16:37 PST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (Jackson-core 2.12.0 API)</title>
8-
<meta name="date" content="2020-11-28">
8+
<meta name="date" content="2021-01-08">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/javadoc/2.12/com/fasterxml/jackson/core/Base64Variant.PaddingReadBehaviour.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_272) on Sat Nov 28 16:55:49 PST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_272) on Fri Jan 08 17:16:35 PST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Base64Variant.PaddingReadBehaviour (Jackson-core 2.12.0 API)</title>
8-
<meta name="date" content="2020-11-28">
8+
<meta name="date" content="2021-01-08">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
@@ -376,6 +376,6 @@ <h4>valueOf</h4>
376376
<!-- -->
377377
</a></div>
378378
<!-- ======== END OF BOTTOM NAVBAR ======= -->
379-
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
379+
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2021 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
380380
</body>
381381
</html>

docs/javadoc/2.12/com/fasterxml/jackson/core/Base64Variant.html

+82-11
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_272) on Sat Nov 28 16:55:49 PST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_272) on Fri Jan 08 17:16:35 PST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Base64Variant (Jackson-core 2.12.0 API)</title>
8-
<meta name="date" content="2020-11-28">
8+
<meta name="date" content="2021-01-08">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
@@ -326,7 +326,7 @@ <h3>Method Summary</h3>
326326
<td class="colFirst"><code>int</code></td>
327327
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/core/Base64Variant.html#encodeBase64Chunk-int-byte:A-int-">encodeBase64Chunk</a></span>(int&nbsp;b24,
328328
byte[]&nbsp;buffer,
329-
int&nbsp;ptr)</code>
329+
int&nbsp;outPtr)</code>
330330
<div class="block">Method that encodes given right-aligned (LSB) 24-bit value
331331
into 4 base64 bytes (ascii), stored in given result buffer.</div>
332332
</td>
@@ -335,7 +335,7 @@ <h3>Method Summary</h3>
335335
<td class="colFirst"><code>int</code></td>
336336
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/core/Base64Variant.html#encodeBase64Chunk-int-char:A-int-">encodeBase64Chunk</a></span>(int&nbsp;b24,
337337
char[]&nbsp;buffer,
338-
int&nbsp;ptr)</code>
338+
int&nbsp;outPtr)</code>
339339
<div class="block">Method that encodes given right-aligned (LSB) 24-bit value
340340
into 4 base64 characters, stored in given result buffer.</div>
341341
</td>
@@ -558,6 +558,13 @@ <h4>Base64Variant</h4>
558558
<div class="block">"Copy constructor" that can be used when the base alphabet is identical
559559
to one used by another variant except for the maximum line length
560560
(and obviously, name).</div>
561+
<dl>
562+
<dt><span class="paramLabel">Parameters:</span></dt>
563+
<dd><code>base</code> - Variant to use for settings not specific by other parameters</dd>
564+
<dd><code>name</code> - Name of this variant</dd>
565+
<dd><code>maxLineLength</code> - Maximum length (in characters) of lines to output before
566+
using linefeed</dd>
567+
</dl>
561568
</li>
562569
</ul>
563570
<a name="Base64Variant-com.fasterxml.jackson.core.Base64Variant-java.lang.String-boolean-char-int-">
@@ -574,6 +581,15 @@ <h4>Base64Variant</h4>
574581
<div class="block">"Copy constructor" that can be used when the base alphabet is identical
575582
to one used by another variant, but other details (padding, maximum
576583
line length) differ</div>
584+
<dl>
585+
<dt><span class="paramLabel">Parameters:</span></dt>
586+
<dd><code>base</code> - Variant to use for settings not specific by other parameters</dd>
587+
<dd><code>name</code> - Name of this variant</dd>
588+
<dd><code>writePadding</code> - Whether variant will use padding when encoding</dd>
589+
<dd><code>paddingChar</code> - Padding character used for encoding, excepted on reading, if any</dd>
590+
<dd><code>maxLineLength</code> - Maximum length (in characters) of lines to output before
591+
using linefeed</dd>
592+
</dl>
577593
</li>
578594
</ul>
579595
</li>
@@ -704,6 +720,8 @@ <h4>usesPadding</h4>
704720
<h4>requiresPaddingOnRead</h4>
705721
<pre>public&nbsp;boolean&nbsp;requiresPaddingOnRead()</pre>
706722
<dl>
723+
<dt><span class="returnLabel">Returns:</span></dt>
724+
<dd><code>True</code> if this variant requires padding on content decoded; <code>false</code> if not.</dd>
707725
<dt><span class="simpleTagLabel">Since:</span></dt>
708726
<dd>2.12</dd>
709727
</dl>
@@ -717,6 +735,8 @@ <h4>requiresPaddingOnRead</h4>
717735
<h4>acceptsPaddingOnRead</h4>
718736
<pre>public&nbsp;boolean&nbsp;acceptsPaddingOnRead()</pre>
719737
<dl>
738+
<dt><span class="returnLabel">Returns:</span></dt>
739+
<dd><code>True</code> if this variant accepts padding on content decoded; <code>false</code> if not.</dd>
720740
<dt><span class="simpleTagLabel">Since:</span></dt>
721741
<dd>2.12</dd>
722742
</dl>
@@ -751,6 +771,8 @@ <h4>paddingReadBehaviour</h4>
751771
<dt><span class="returnLabel">Returns:</span></dt>
752772
<dd>Indicator on how this Base64 encoding will handle possible padding
753773
in content when reading.</dd>
774+
<dt><span class="simpleTagLabel">Since:</span></dt>
775+
<dd>2.12</dd>
754776
</dl>
755777
</li>
756778
</ul>
@@ -789,6 +811,8 @@ <h4>getMaxLineLength</h4>
789811
<h4>decodeBase64Char</h4>
790812
<pre>public&nbsp;int&nbsp;decodeBase64Char(char&nbsp;c)</pre>
791813
<dl>
814+
<dt><span class="paramLabel">Parameters:</span></dt>
815+
<dd><code>c</code> - Character to decode</dd>
792816
<dt><span class="returnLabel">Returns:</span></dt>
793817
<dd>6-bit decoded value, if valid character;</dd>
794818
</dl>
@@ -829,9 +853,19 @@ <h4>encodeBase64BitsAsChar</h4>
829853
<h4>encodeBase64Chunk</h4>
830854
<pre>public&nbsp;int&nbsp;encodeBase64Chunk(int&nbsp;b24,
831855
char[]&nbsp;buffer,
832-
int&nbsp;ptr)</pre>
856+
int&nbsp;outPtr)</pre>
833857
<div class="block">Method that encodes given right-aligned (LSB) 24-bit value
834-
into 4 base64 characters, stored in given result buffer.</div>
858+
into 4 base64 characters, stored in given result buffer.
859+
Caller must ensure there is sufficient space for 4 encoded characters
860+
at specified position.</div>
861+
<dl>
862+
<dt><span class="paramLabel">Parameters:</span></dt>
863+
<dd><code>b24</code> - 3-byte value to encode</dd>
864+
<dd><code>buffer</code> - Output buffer to append characters to</dd>
865+
<dd><code>outPtr</code> - Starting position within <code>buffer</code> to append encoded characters</dd>
866+
<dt><span class="returnLabel">Returns:</span></dt>
867+
<dd>Pointer in output buffer after appending 4 encoded characters</dd>
868+
</dl>
835869
</li>
836870
</ul>
837871
<a name="encodeBase64Chunk-java.lang.StringBuilder-int-">
@@ -860,7 +894,12 @@ <h4>encodeBase64Partial</h4>
860894
(LSB) of int.</div>
861895
<dl>
862896
<dt><span class="paramLabel">Parameters:</span></dt>
863-
<dd><code>outputBytes</code> - Number of encoded bytes included (either 1 or 2)</dd>
897+
<dd><code>bits</code> - 24-bit chunk containing 1 or 2 bytes to encode</dd>
898+
<dd><code>outputBytes</code> - Number of input bytes to encode (either 1 or 2)</dd>
899+
<dd><code>buffer</code> - Output buffer to append characters to</dd>
900+
<dd><code>outPtr</code> - Starting position within <code>buffer</code> to append encoded characters</dd>
901+
<dt><span class="returnLabel">Returns:</span></dt>
902+
<dd>Pointer in output buffer after appending encoded characters (2, 3 or 4)</dd>
864903
</dl>
865904
</li>
866905
</ul>
@@ -892,9 +931,17 @@ <h4>encodeBase64BitsAsByte</h4>
892931
<h4>encodeBase64Chunk</h4>
893932
<pre>public&nbsp;int&nbsp;encodeBase64Chunk(int&nbsp;b24,
894933
byte[]&nbsp;buffer,
895-
int&nbsp;ptr)</pre>
934+
int&nbsp;outPtr)</pre>
896935
<div class="block">Method that encodes given right-aligned (LSB) 24-bit value
897936
into 4 base64 bytes (ascii), stored in given result buffer.</div>
937+
<dl>
938+
<dt><span class="paramLabel">Parameters:</span></dt>
939+
<dd><code>b24</code> - 3-byte value to encode</dd>
940+
<dd><code>buffer</code> - Output buffer to append characters (as bytes) to</dd>
941+
<dd><code>outPtr</code> - Starting position within <code>buffer</code> to append encoded characters</dd>
942+
<dt><span class="returnLabel">Returns:</span></dt>
943+
<dd>Pointer in output buffer after appending 4 encoded characters</dd>
944+
</dl>
898945
</li>
899946
</ul>
900947
<a name="encodeBase64Partial-int-int-byte:A-int-">
@@ -913,7 +960,12 @@ <h4>encodeBase64Partial</h4>
913960
(LSB) of int.</div>
914961
<dl>
915962
<dt><span class="paramLabel">Parameters:</span></dt>
916-
<dd><code>outputBytes</code> - Number of encoded bytes included (either 1 or 2)</dd>
963+
<dd><code>bits</code> - 24-bit chunk containing 1 or 2 bytes to encode</dd>
964+
<dd><code>outputBytes</code> - Number of input bytes to encode (either 1 or 2)</dd>
965+
<dd><code>buffer</code> - Output buffer to append characters to</dd>
966+
<dd><code>outPtr</code> - Starting position within <code>buffer</code> to append encoded characters</dd>
967+
<dt><span class="returnLabel">Returns:</span></dt>
968+
<dd>Pointer in output buffer after appending encoded characters (2, 3 or 4)</dd>
917969
</dl>
918970
</li>
919971
</ul>
@@ -930,6 +982,8 @@ <h4>encode</h4>
930982
<dl>
931983
<dt><span class="paramLabel">Parameters:</span></dt>
932984
<dd><code>input</code> - Byte array to encode</dd>
985+
<dt><span class="returnLabel">Returns:</span></dt>
986+
<dd>Base64 encoded String of encoded <code>input</code> bytes, not surrounded by quotes</dd>
933987
</dl>
934988
</li>
935989
</ul>
@@ -949,6 +1003,9 @@ <h4>encode</h4>
9491003
<dt><span class="paramLabel">Parameters:</span></dt>
9501004
<dd><code>input</code> - Byte array to encode</dd>
9511005
<dd><code>addQuotes</code> - Whether to surround resulting value in double quotes or not</dd>
1006+
<dt><span class="returnLabel">Returns:</span></dt>
1007+
<dd>Base64 encoded String of encoded <code>input</code> bytes, possibly
1008+
surrounded by quotes (if <code>addQuotes</code> enabled)</dd>
9521009
</dl>
9531010
</li>
9541011
</ul>
@@ -968,6 +1025,9 @@ <h4>encode</h4>
9681025
<dt><span class="paramLabel">Parameters:</span></dt>
9691026
<dd><code>input</code> - Byte array to encode</dd>
9701027
<dd><code>addQuotes</code> - Whether to surround resulting value in double quotes or not</dd>
1028+
<dd><code>linefeed</code> - Linefeed to use for encoded content</dd>
1029+
<dt><span class="returnLabel">Returns:</span></dt>
1030+
<dd>Base64 encoded String of encoded <code>input</code> bytes</dd>
9711031
<dt><span class="simpleTagLabel">Since:</span></dt>
9721032
<dd>2.10</dd>
9731033
</dl>
@@ -985,7 +1045,9 @@ <h4>decode</h4>
9851045
using this variant's settings.</div>
9861046
<dl>
9871047
<dt><span class="paramLabel">Parameters:</span></dt>
988-
<dd><code>input</code> - </dd>
1048+
<dd><code>input</code> - Base64-encoded input String to decode</dd>
1049+
<dt><span class="returnLabel">Returns:</span></dt>
1050+
<dd>Byte array of decoded contents</dd>
9891051
<dt><span class="throwsLabel">Throws:</span></dt>
9901052
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if input is not valid base64 encoded data</dd>
9911053
<dt><span class="simpleTagLabel">Since:</span></dt>
@@ -1010,6 +1072,9 @@ <h4>decode</h4>
10101072
assumption is that caller will ensure it is given in proper state, and
10111073
used as appropriate afterwards.</div>
10121074
<dl>
1075+
<dt><span class="paramLabel">Parameters:</span></dt>
1076+
<dd><code>str</code> - Input to decode</dd>
1077+
<dd><code>builder</code> - Builder used for assembling decoded content</dd>
10131078
<dt><span class="throwsLabel">Throws:</span></dt>
10141079
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if input is not valid base64 encoded data</dd>
10151080
<dt><span class="simpleTagLabel">Since:</span></dt>
@@ -1068,8 +1133,10 @@ <h4>_reportInvalidBase64</h4>
10681133
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre>
10691134
<dl>
10701135
<dt><span class="paramLabel">Parameters:</span></dt>
1136+
<dd><code>ch</code> - Character to report on</dd>
10711137
<dd><code>bindex</code> - Relative index within base64 character unit; between 0
10721138
and 3 (as unit has exactly 4 characters)</dd>
1139+
<dd><code>msg</code> - Base message to use for exception</dd>
10731140
<dt><span class="throwsLabel">Throws:</span></dt>
10741141
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd>
10751142
</dl>
@@ -1113,6 +1180,8 @@ <h4>unexpectedPaddingMessage</h4>
11131180
<div class="block">Helper method that will construct a message to use in exceptions for cases where input ends
11141181
prematurely in place where padding is not expected.</div>
11151182
<dl>
1183+
<dt><span class="returnLabel">Returns:</span></dt>
1184+
<dd>Exception message for indicating "unexpected padding" case</dd>
11161185
<dt><span class="simpleTagLabel">Since:</span></dt>
11171186
<dd>2.12</dd>
11181187
</dl>
@@ -1128,6 +1197,8 @@ <h4>missingPaddingMessage</h4>
11281197
<div class="block">Helper method that will construct a message to use in exceptions for cases where input ends
11291198
prematurely in place where padding would be expected.</div>
11301199
<dl>
1200+
<dt><span class="returnLabel">Returns:</span></dt>
1201+
<dd>Exception message for indicating "missing padding" case</dd>
11311202
<dt><span class="simpleTagLabel">Since:</span></dt>
11321203
<dd>2.10</dd>
11331204
</dl>
@@ -1202,6 +1273,6 @@ <h4>missingPaddingMessage</h4>
12021273
<!-- -->
12031274
</a></div>
12041275
<!-- ======== END OF BOTTOM NAVBAR ======= -->
1205-
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
1276+
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2021 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
12061277
</body>
12071278
</html>

docs/javadoc/2.12/com/fasterxml/jackson/core/Base64Variants.html

+12-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_272) on Sat Nov 28 16:55:49 PST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_272) on Fri Jan 08 17:16:35 PST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Base64Variants (Jackson-core 2.12.0 API)</title>
8-
<meta name="date" content="2020-11-28">
8+
<meta name="date" content="2021-01-08">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
@@ -354,6 +354,10 @@ <h4>getDefaultVariant</h4>
354354
where caller does not explicitly specify the variant.
355355
We will prefer no-linefeed version because linefeeds in JSON values
356356
must be escaped, making linefeed-containing variants sub-optimal.</div>
357+
<dl>
358+
<dt><span class="returnLabel">Returns:</span></dt>
359+
<dd>Default variant (<code>MIME_NO_LINEFEEDS</code>)</dd>
360+
</dl>
357361
</li>
358362
</ul>
359363
<a name="valueOf-java.lang.String-">
@@ -368,10 +372,12 @@ <h4>valueOf</h4>
368372
If name does not match any of standard variant names,
369373
a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang"><code>IllegalArgumentException</code></a> is thrown.</div>
370374
<dl>
375+
<dt><span class="paramLabel">Parameters:</span></dt>
376+
<dd><code>name</code> - Name of base64 variant to return</dd>
377+
<dt><span class="returnLabel">Returns:</span></dt>
378+
<dd>Standard base64 variant that matches given <code>name</code></dd>
371379
<dt><span class="throwsLabel">Throws:</span></dt>
372-
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd>
373-
<dt><span class="simpleTagLabel">Since:</span></dt>
374-
<dd>2.1</dd>
380+
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if no standard variant with given name exists</dd>
375381
</dl>
376382
</li>
377383
</ul>
@@ -444,6 +450,6 @@ <h4>valueOf</h4>
444450
<!-- -->
445451
</a></div>
446452
<!-- ======== END OF BOTTOM NAVBAR ======= -->
447-
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
453+
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2021 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
448454
</body>
449455
</html>

docs/javadoc/2.12/com/fasterxml/jackson/core/FormatFeature.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_272) on Sat Nov 28 16:55:49 PST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_272) on Fri Jan 08 17:16:35 PST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>FormatFeature (Jackson-core 2.12.0 API)</title>
8-
<meta name="date" content="2020-11-28">
8+
<meta name="date" content="2021-01-08">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../../script.js"></script>
1111
</head>
@@ -186,6 +186,8 @@ <h4>enabledByDefault</h4>
186186
<dl>
187187
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
188188
<dd><code><a href="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html#enabledByDefault--">enabledByDefault</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html" title="interface in com.fasterxml.jackson.core.util">JacksonFeature</a></code></dd>
189+
<dt><span class="returnLabel">Returns:</span></dt>
190+
<dd>Whether this instance is enabled by default or not</dd>
189191
</dl>
190192
</li>
191193
</ul>
@@ -201,6 +203,8 @@ <h4>getMask</h4>
201203
<dl>
202204
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
203205
<dd><code><a href="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html#getMask--">getMask</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html" title="interface in com.fasterxml.jackson.core.util">JacksonFeature</a></code></dd>
206+
<dt><span class="returnLabel">Returns:</span></dt>
207+
<dd>Bit mask of this feature</dd>
204208
</dl>
205209
</li>
206210
</ul>
@@ -215,6 +219,10 @@ <h4>enabledIn</h4>
215219
<dl>
216220
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
217221
<dd><code><a href="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html#enabledIn-int-">enabledIn</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html" title="interface in com.fasterxml.jackson.core.util">JacksonFeature</a></code></dd>
222+
<dt><span class="paramLabel">Parameters:</span></dt>
223+
<dd><code>flags</code> - Bit field that contains a set of enabled features of this type</dd>
224+
<dt><span class="returnLabel">Returns:</span></dt>
225+
<dd>True if this feature is enabled in passed bit field</dd>
218226
</dl>
219227
</li>
220228
</ul>
@@ -287,6 +295,6 @@ <h4>enabledIn</h4>
287295
<!-- -->
288296
</a></div>
289297
<!-- ======== END OF BOTTOM NAVBAR ======= -->
290-
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
298+
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2021 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
291299
</body>
292300
</html>

0 commit comments

Comments
 (0)