You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd><code>input</code> - Base64-encoded input String to decode</dd>
1049
+
<dt><spanclass="returnLabel">Returns:</span></dt>
1050
+
<dd>Byte array of decoded contents</dd>
989
1051
<dt><spanclass="throwsLabel">Throws:</span></dt>
990
1052
<dd><code><ahref="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>
<dd><code>builder</code> - Builder used for assembling decoded content</dd>
1013
1078
<dt><spanclass="throwsLabel">Throws:</span></dt>
1014
1079
<dd><code><ahref="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>
throws <ahref="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>
<dd><code>bindex</code> - Relative index within base64 character unit; between 0
1072
1138
and 3 (as unit has exactly 4 characters)</dd>
1139
+
<dd><code>msg</code> - Base message to use for exception</dd>
1073
1140
<dt><spanclass="throwsLabel">Throws:</span></dt>
1074
1141
<dd><code><ahref="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>
If name does not match any of standard variant names,
369
373
a <ahref="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>
<dd><code>name</code> - Name of base64 variant to return</dd>
377
+
<dt><spanclass="returnLabel">Returns:</span></dt>
378
+
<dd>Standard base64 variant that matches given <code>name</code></dd>
371
379
<dt><spanclass="throwsLabel">Throws:</span></dt>
372
-
<dd><code><ahref="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>
<dd><code><ahref="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>
375
381
</dl>
376
382
</li>
377
383
</ul>
@@ -444,6 +450,6 @@ <h4>valueOf</h4>
444
450
<!-- -->
445
451
</a></div>
446
452
<!-- ======== END OF BOTTOM NAVBAR ======= -->
447
-
<pclass="legalCopy"><small>Copyright © 2008–2020<ahref="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
453
+
<pclass="legalCopy"><small>Copyright © 2008–2021<ahref="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
<dd><code><ahref="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html#enabledByDefault--">enabledByDefault</a></code> in interface <code><ahref="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html" title="interface in com.fasterxml.jackson.core.util">JacksonFeature</a></code></dd>
189
+
<dt><spanclass="returnLabel">Returns:</span></dt>
190
+
<dd>Whether this instance is enabled by default or not</dd>
<dd><code><ahref="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html#getMask--">getMask</a></code> in interface <code><ahref="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html" title="interface in com.fasterxml.jackson.core.util">JacksonFeature</a></code></dd>
<dd><code><ahref="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html#enabledIn-int-">enabledIn</a></code> in interface <code><ahref="../../../../com/fasterxml/jackson/core/util/JacksonFeature.html" title="interface in com.fasterxml.jackson.core.util">JacksonFeature</a></code></dd>
0 commit comments