This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tomee-site-pub.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c11f1d6  [site-publish] source tomee-site-generator 
https://github.com/apache/tomee-site-generator 
https://ci-builds.apache.org/job/Tomee/job/site-publish
c11f1d6 is described below

commit c11f1d6f4d05c765ea4ba9f8a37e046c562d3fe9
Author: jenkins <[email protected]>
AuthorDate: Mon May 31 12:43:40 2021 +0000

    [site-publish] source tomee-site-generator
    https://github.com/apache/tomee-site-generator
    https://ci-builds.apache.org/job/Tomee/job/site-publish
---
 jakartaee-9.0/javadoc/jakarta/json/bind/Jsonb.html | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/jakartaee-9.0/javadoc/jakarta/json/bind/Jsonb.html 
b/jakartaee-9.0/javadoc/jakarta/json/bind/Jsonb.html
index 01565bf..baa2398 100644
--- a/jakartaee-9.0/javadoc/jakarta/json/bind/Jsonb.html
+++ b/jakartaee-9.0/javadoc/jakarta/json/bind/Jsonb.html
@@ -520,7 +520,8 @@ extends java.lang.AutoCloseable</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>object</code> - The root object of the object content tree to be 
serialized. Must not be null.</dd>
-<dd><code>runtimeType</code> - Runtime type of the content tree's root 
object.</dd>
+<dd><code>runtimeType</code> - Runtime type of the content tree's root object. 
Provided type needs to be
+      related to the type of the instance.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>String instance with serialized JSON data.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
@@ -570,7 +571,8 @@ extends java.lang.AutoCloseable</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>object</code> - The object content tree to be serialized.</dd>
-<dd><code>runtimeType</code> - Runtime type of the content tree's root 
object.</dd>
+<dd><code>runtimeType</code> - Runtime type of the content tree's root object. 
Provided type needs to be
+      related to the type of the instance.</dd>
 <dd><code>writer</code> - The JSON will be sent as a character stream to the 
given
       <code>Writer</code>.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
@@ -621,7 +623,8 @@ extends java.lang.AutoCloseable</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>object</code> - The object content tree to be serialized.</dd>
-<dd><code>runtimeType</code> - Runtime type of the content tree's root 
object.</dd>
+<dd><code>runtimeType</code> - Runtime type of the content tree's root object. 
Provided type needs to be
+      related to the type of the instance.</dd>
 <dd><code>stream</code> - The JSON will be sent as a byte stream to the given
       <code>OutputStream</code>. Upon a successful completion, the stream will 
be closed
       by this method.</dd>

Reply via email to