Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPatchImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPatchImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPatchImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPatchImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonPatchImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonPatchImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonPatchImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonPatchImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { @@ -164,6 +164,10 @@ implements javax.json.JsonPatch</pre> <td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPatchImpl.html#patches">patches</a></span></code> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>private javax.json.spi.JsonProvider</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPatchImpl.html#provider">provider</a></span></code> </td> +</tr> </table> </li> </ul> @@ -179,10 +183,12 @@ implements javax.json.JsonPatch</pre> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPatchImpl.html#JsonPatchImpl-org.apache.johnzon.core.JsonPatchImpl.PatchValue...-">JsonPatchImpl</a></span>(<a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>... patches)</code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPatchImpl.html#JsonPatchImpl-javax.json.spi.JsonProvider-org.apache.johnzon.core.JsonPatchImpl.PatchValue...-">JsonPatchImpl</a></span>(javax.json.spi.JsonProvider provider, + <a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>... patches)</code> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPatchImpl.html#JsonPatchImpl-java.util.List-">JsonPatchImpl</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>> patches)</code> </td> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPatchImpl.html#JsonPatchImpl-javax.json.spi.JsonProvider-java.util.List-">JsonPatchImpl</a></span>(javax.json.spi.JsonProvider provider, + <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>> patches)</code> </td> </tr> </table> </li> @@ -237,6 +243,15 @@ implements javax.json.JsonPatch</pre> <!-- --> </a> <h3>Field Detail</h3> +<a name="provider"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>provider</h4> +<pre>private final javax.json.spi.JsonProvider provider</pre> +</li> +</ul> <a name="patches"> <!-- --> </a> @@ -254,22 +269,24 @@ implements javax.json.JsonPatch</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="JsonPatchImpl-org.apache.johnzon.core.JsonPatchImpl.PatchValue...-"> +<a name="JsonPatchImpl-javax.json.spi.JsonProvider-org.apache.johnzon.core.JsonPatchImpl.PatchValue...-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>JsonPatchImpl</h4> -<pre>JsonPatchImpl(<a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>... patches)</pre> +<pre>JsonPatchImpl(javax.json.spi.JsonProvider provider, + <a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>... patches)</pre> </li> </ul> -<a name="JsonPatchImpl-java.util.List-"> +<a name="JsonPatchImpl-javax.json.spi.JsonProvider-java.util.List-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JsonPatchImpl</h4> -<pre>JsonPatchImpl(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>> patches)</pre> +<pre>JsonPatchImpl(javax.json.spi.JsonProvider provider, + <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/johnzon/core/JsonPatchImpl.PatchValue.html" title="class in org.apache.johnzon.core">JsonPatchImpl.PatchValue</a>> patches)</pre> </li> </ul> </li>
Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPointerImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPointerImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPointerImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPointerImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonPointerImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonPointerImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,13 +12,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonPointerImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonPointerImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -143,6 +143,10 @@ implements javax.json.JsonPointer</pre> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#lastReferenceToken">lastReferenceToken</a></span></code> </td> </tr> <tr class="altColor"> +<td class="colFirst"><code>private javax.json.spi.JsonProvider</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#provider">provider</a></span></code> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#referenceTokens">referenceTokens</a></span></code> </td> </tr> @@ -161,7 +165,8 @@ implements javax.json.JsonPointer</pre> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#JsonPointerImpl-java.lang.String-">JsonPointerImpl</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> jsonPointer)</code> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#JsonPointerImpl-javax.json.spi.JsonProvider-java.lang.String-">JsonPointerImpl</a></span>(javax.json.spi.JsonProvider provider, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> jsonPointer)</code> <div class="block">Constructs and initializes a JsonPointer.</div> </td> </tr> @@ -259,44 +264,48 @@ implements javax.json.JsonPointer</pre> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#isEmptyJsonPointer--">isEmptyJsonPointer</a></span>()</code> </td> </tr> <tr id="i13" class="rowColor"> +<td class="colFirst"><code>private boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#isPositionToAdd-java.util.List-">isPositionToAdd</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> currentPath)</code> </td> +</tr> +<tr id="i14" class="altColor"> <td class="colFirst"><code>javax.json.JsonArray</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#remove-javax.json.JsonArray-">remove</a></span>(javax.json.JsonArray target)</code> <div class="block">Removes the value at the reference location in the specified <code>target</code></div> </td> </tr> -<tr id="i14" class="altColor"> +<tr id="i15" class="rowColor"> <td class="colFirst"><code>javax.json.JsonObject</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#remove-javax.json.JsonObject-">remove</a></span>(javax.json.JsonObject target)</code> <div class="block">Removes the value at the reference location in the specified <code>target</code></div> </td> </tr> -<tr id="i15" class="rowColor"> +<tr id="i16" class="altColor"> <td class="colFirst"><code>javax.json.JsonStructure</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#remove-javax.json.JsonStructure-">remove</a></span>(javax.json.JsonStructure target)</code> <div class="block">Removes the value at the reference location in the specified <code>target</code></div> </td> </tr> -<tr id="i16" class="altColor"> +<tr id="i17" class="rowColor"> <td class="colFirst"><code>private javax.json.JsonValue</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#remove-javax.json.JsonValue-int-int-">remove</a></span>(javax.json.JsonValue jsonValue, int currentPosition, int referencePosition)</code> </td> </tr> -<tr id="i17" class="rowColor"> +<tr id="i18" class="altColor"> <td class="colFirst"><code>javax.json.JsonArray</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#replace-javax.json.JsonArray-javax.json.JsonValue-">replace</a></span>(javax.json.JsonArray target, javax.json.JsonValue value)</code> <div class="block">Replaces the value at the referenced location in the specified</div> </td> </tr> -<tr id="i18" class="altColor"> +<tr id="i19" class="rowColor"> <td class="colFirst"><code>javax.json.JsonObject</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#replace-javax.json.JsonObject-javax.json.JsonValue-">replace</a></span>(javax.json.JsonObject target, javax.json.JsonValue value)</code> <div class="block">Replaces the value at the referenced location in the specified</div> </td> </tr> -<tr id="i19" class="rowColor"> +<tr id="i20" class="altColor"> <td class="colFirst"><code>javax.json.JsonStructure</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#replace-javax.json.JsonStructure-javax.json.JsonValue-">replace</a></span>(javax.json.JsonStructure target, javax.json.JsonValue value)</code> @@ -304,26 +313,26 @@ implements javax.json.JsonPointer</pre> <code>target</code> with the specified <code>value</code>.</div> </td> </tr> -<tr id="i20" class="altColor"> +<tr id="i21" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#validateAdd-javax.json.JsonValue-">validateAdd</a></span>(javax.json.JsonValue target)</code> </td> </tr> -<tr id="i21" class="rowColor"> +<tr id="i22" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#validateArrayIndex-java.lang.String-">validateArrayIndex</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> referenceToken)</code> </td> </tr> -<tr id="i22" class="altColor"> +<tr id="i23" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#validateArraySize-javax.json.JsonArray-int-int-">validateArraySize</a></span>(javax.json.JsonArray jsonArray, int arrayIndex, int arraySize)</code> </td> </tr> -<tr id="i23" class="rowColor"> +<tr id="i24" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#validateJsonPointer-javax.json.JsonValue-int-">validateJsonPointer</a></span>(javax.json.JsonValue target, int size)</code> </td> </tr> -<tr id="i24" class="altColor"> +<tr id="i25" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/johnzon/core/JsonPointerImpl.html#validateRemove-javax.json.JsonValue-">validateRemove</a></span>(javax.json.JsonValue target)</code> </td> </tr> @@ -349,6 +358,15 @@ implements javax.json.JsonPointer</pre> <!-- --> </a> <h3>Field Detail</h3> +<a name="provider"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>provider</h4> +<pre>private final javax.json.spi.JsonProvider provider</pre> +</li> +</ul> <a name="jsonPointer"> <!-- --> </a> @@ -384,13 +402,14 @@ implements javax.json.JsonPointer</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="JsonPointerImpl-java.lang.String-"> +<a name="JsonPointerImpl-javax.json.spi.JsonProvider-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JsonPointerImpl</h4> -<pre>public JsonPointerImpl(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> jsonPointer)</pre> +<pre>public JsonPointerImpl(javax.json.spi.JsonProvider provider, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> jsonPointer)</pre> <div class="block">Constructs and initializes a JsonPointer.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -780,6 +799,15 @@ implements javax.json.JsonPointer</pre> <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> currentPath)</pre> </li> </ul> +<a name="isPositionToAdd-java.util.List-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isPositionToAdd</h4> +<pre>private boolean isPositionToAdd(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> currentPath)</pre> +</li> +</ul> <a name="remove-javax.json.JsonValue-int-int-"> <!-- --> </a> Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPointerUtil.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPointerUtil.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPointerUtil.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonPointerUtil.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonPointerUtil (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonPointerUtil (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonPointerUtil (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonPointerUtil (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonProviderImpl.JsonProviderDelegate.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonProviderImpl.JsonProviderDelegate.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonProviderImpl.JsonProviderDelegate.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonProviderImpl.JsonProviderDelegate.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonProviderImpl.JsonProviderDelegate (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonProviderImpl.JsonProviderDelegate (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonProviderImpl.JsonProviderDelegate (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonProviderImpl.JsonProviderDelegate (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonProviderImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonProviderImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonProviderImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonProviderImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonProviderImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonProviderImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonProviderImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonProviderImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonReaderFactoryImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonReaderFactoryImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonReaderFactoryImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonReaderFactoryImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonReaderFactoryImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonReaderFactoryImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonReaderFactoryImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonReaderFactoryImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonReaderImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonReaderImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonReaderImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonReaderImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonReaderImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonReaderImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonReaderImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonReaderImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStreamParserImpl.StructureElement.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStreamParserImpl.StructureElement.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStreamParserImpl.StructureElement.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStreamParserImpl.StructureElement.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonStreamParserImpl.StructureElement (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonStreamParserImpl.StructureElement (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonStreamParserImpl.StructureElement (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonStreamParserImpl.StructureElement (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStreamParserImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStreamParserImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStreamParserImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStreamParserImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonStreamParserImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonStreamParserImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonStreamParserImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonStreamParserImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStringImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStringImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStringImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonStringImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonStringImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonStringImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonStringImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonStringImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonWriterFactoryImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonWriterFactoryImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonWriterFactoryImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonWriterFactoryImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonWriterFactoryImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonWriterFactoryImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonWriterFactoryImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonWriterFactoryImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonWriterImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonWriterImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonWriterImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/JsonWriterImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>JsonWriterImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>JsonWriterImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonWriterImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="JsonWriterImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/RFC4627AwareInputStreamReader.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/RFC4627AwareInputStreamReader.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/RFC4627AwareInputStreamReader.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/RFC4627AwareInputStreamReader.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RFC4627AwareInputStreamReader (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>RFC4627AwareInputStreamReader (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RFC4627AwareInputStreamReader (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="RFC4627AwareInputStreamReader (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/SerializableValue.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/SerializableValue.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/SerializableValue.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/SerializableValue.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SerializableValue (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>SerializableValue (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SerializableValue (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="SerializableValue (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/SimpleStack.Element.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/SimpleStack.Element.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/SimpleStack.Element.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/SimpleStack.Element.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SimpleStack.Element (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>SimpleStack.Element (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SimpleStack.Element (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="SimpleStack.Element (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/SimpleStack.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/SimpleStack.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/SimpleStack.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/SimpleStack.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SimpleStack (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>SimpleStack (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SimpleStack (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="SimpleStack (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/Strings.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/Strings.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/Strings.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/Strings.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Strings (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Strings (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Strings (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Strings (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/ThreadLocalBufferCache.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/ThreadLocalBufferCache.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/ThreadLocalBufferCache.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/ThreadLocalBufferCache.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ThreadLocalBufferCache (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>ThreadLocalBufferCache (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ThreadLocalBufferCache (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="ThreadLocalBufferCache (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/AbstractJsonFactory.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/AbstractJsonFactory.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/AbstractJsonFactory.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/AbstractJsonFactory.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.AbstractJsonFactory (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.AbstractJsonFactory (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.AbstractJsonFactory (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.AbstractJsonFactory (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.BufferProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.BufferProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.BufferProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.BufferProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.johnzon.core.BufferStrategy.BufferProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Interface org.apache.johnzon.core.BufferStrategy.BufferProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.johnzon.core.BufferStrategy.BufferProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.johnzon.core.BufferStrategy.BufferProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferByInstanceProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferByInstanceProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferByInstanceProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferByInstanceProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferByInstanceProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferByInstanceProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferByInstanceProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferByInstanceProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferQueueProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferQueueProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferQueueProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferQueueProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferQueueProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferQueueProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferQueueProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferQueueProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferSingletonProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferSingletonProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferSingletonProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferSingletonProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferSingletonProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferSingletonProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferSingletonProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferSingletonProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferThreadLocalProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferThreadLocalProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferThreadLocalProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.CharBufferThreadLocalProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferThreadLocalProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferThreadLocalProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferThreadLocalProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.CharBufferThreadLocalProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.QueueProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.QueueProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.QueueProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.QueueProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.QueueProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.QueueProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.QueueProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.QueueProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.SingletonProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.SingletonProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.SingletonProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.SingletonProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.SingletonProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.SingletonProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.SingletonProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.SingletonProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderByInstanceProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderByInstanceProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderByInstanceProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderByInstanceProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderByInstanceProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderByInstanceProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderByInstanceProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderByInstanceProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderQueueProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderQueueProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderQueueProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderQueueProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderQueueProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderQueueProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderQueueProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderQueueProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderSingletonProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderSingletonProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderSingletonProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderSingletonProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderSingletonProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderSingletonProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderSingletonProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderSingletonProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderThreadLocalProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderThreadLocalProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderThreadLocalProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.StringBuilderThreadLocalProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderThreadLocalProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderThreadLocalProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderThreadLocalProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.StringBuilderThreadLocalProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.ThreadLocalProvider.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.ThreadLocalProvider.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.ThreadLocalProvider.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.ThreadLocalProvider.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy.ThreadLocalProvider (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy.ThreadLocalProvider (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.ThreadLocalProvider (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy.ThreadLocalProvider (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/BufferStrategy.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.BufferStrategy (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.BufferStrategy (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.BufferStrategy (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/CommentsJsonStreamParserImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/CommentsJsonStreamParserImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/CommentsJsonStreamParserImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/CommentsJsonStreamParserImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.CommentsJsonStreamParserImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.CommentsJsonStreamParserImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.CommentsJsonStreamParserImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.CommentsJsonStreamParserImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/DiffBase.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/DiffBase.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/DiffBase.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/DiffBase.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.DiffBase (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.DiffBase (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.DiffBase (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.DiffBase (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/Experimental.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/Experimental.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/Experimental.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/Experimental.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.Experimental (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.Experimental (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.Experimental (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.Experimental (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/HStack.Node.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/HStack.Node.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/HStack.Node.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/HStack.Node.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.HStack.Node (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.HStack.Node (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.HStack.Node (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.HStack.Node (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/HStack.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/HStack.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/HStack.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/HStack.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.HStack (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.HStack (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.HStack (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.HStack (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParser.JohnzonJsonParserWrapper.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParser.JohnzonJsonParserWrapper.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParser.JohnzonJsonParserWrapper.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParser.JohnzonJsonParserWrapper.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JohnzonJsonParser.JohnzonJsonParserWrapper (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JohnzonJsonParser.JohnzonJsonParserWrapper (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JohnzonJsonParser.JohnzonJsonParserWrapper (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JohnzonJsonParser.JohnzonJsonParserWrapper (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParser.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParser.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParser.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParser.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.johnzon.core.JohnzonJsonParser (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Interface org.apache.johnzon.core.JohnzonJsonParser (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.johnzon.core.JohnzonJsonParser (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.johnzon.core.JohnzonJsonParser (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParserImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParserImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParserImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JohnzonJsonParserImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JohnzonJsonParserImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JohnzonJsonParserImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JohnzonJsonParserImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JohnzonJsonParserImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonArrayBuilderImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonArrayBuilderImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonArrayBuilderImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonArrayBuilderImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JsonArrayBuilderImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JsonArrayBuilderImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JsonArrayBuilderImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JsonArrayBuilderImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonArrayImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonArrayImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonArrayImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonArrayImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JsonArrayImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JsonArrayImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JsonArrayImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JsonArrayImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonBuilderFactoryImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonBuilderFactoryImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonBuilderFactoryImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonBuilderFactoryImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JsonBuilderFactoryImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JsonBuilderFactoryImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JsonBuilderFactoryImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JsonBuilderFactoryImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonChars.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonChars.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonChars.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonChars.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.johnzon.core.JsonChars (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Interface org.apache.johnzon.core.JsonChars (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.johnzon.core.JsonChars (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.johnzon.core.JsonChars (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonDoubleImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonDoubleImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonDoubleImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonDoubleImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JsonDoubleImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JsonDoubleImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JsonDoubleImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JsonDoubleImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorFactoryImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorFactoryImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorFactoryImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorFactoryImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JsonGeneratorFactoryImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JsonGeneratorFactoryImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JsonGeneratorFactoryImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JsonGeneratorFactoryImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorImpl.GeneratorState.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorImpl.GeneratorState.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorImpl.GeneratorState.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorImpl.GeneratorState.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JsonGeneratorImpl.GeneratorState (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JsonGeneratorImpl.GeneratorState (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JsonGeneratorImpl.GeneratorState (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JsonGeneratorImpl.GeneratorState (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorImpl.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorImpl.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorImpl.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonGeneratorImpl.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JsonGeneratorImpl (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JsonGeneratorImpl (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JsonGeneratorImpl (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JsonGeneratorImpl (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) { Modified: johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonInMemoryParser.ArrayIterator.html URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonInMemoryParser.ArrayIterator.html?rev=1834806&r1=1834805&r2=1834806&view=diff ============================================================================== --- johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonInMemoryParser.ArrayIterator.html (original) +++ johnzon/site/publish/apidocs/org/apache/johnzon/core/class-use/JsonInMemoryParser.ArrayIterator.html Sun Jul 1 20:58:34 2018 @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.johnzon.core.JsonInMemoryParser.ArrayIterator (Apache Johnzon 1.1.8-SNAPSHOT API)</title> +<title>Uses of Class org.apache.johnzon.core.JsonInMemoryParser.ArrayIterator (Apache Johnzon 1.1.9-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.johnzon.core.JsonInMemoryParser.ArrayIterator (Apache Johnzon 1.1.8-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.johnzon.core.JsonInMemoryParser.ArrayIterator (Apache Johnzon 1.1.9-SNAPSHOT API)"; } } catch(err) {
