You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/05/02 01:16:14 UTC

[38/51] [partial] incubator-juneau-website git commit: Add Accept/AcceptEncoding/ContentType classes.

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html
index 1434a02..eb6b68e 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Operation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Operation (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>Operation (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="Operation (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="Operation (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -214,13 +214,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-java.util.Collection-">addConsumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-java.util.Collection-">addConsumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</code>
 <div class="block">Bean property adder:  <property>consumes</property>.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-org.apache.juneau.MediaType...-">addConsumes</a></span>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;consumes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-org.apache.juneau.http.MediaType...-">addConsumes</a></span>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</code>
 <div class="block">Bean property adder:  <property>consumes</property>.</div>
 </td>
 </tr>
@@ -232,13 +232,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-java.util.Collection-">addProduces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-java.util.Collection-">addProduces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</code>
 <div class="block">Bean property adder:  <property>produces</property>.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-org.apache.juneau.MediaType...-">addProduces</a></span>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;produces)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-org.apache.juneau.http.MediaType...-">addProduces</a></span>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</code>
 <div class="block">Bean property adder:  <property>produces</property>.</div>
 </td>
 </tr>
@@ -281,14 +281,14 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i11" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#consumes-java.util.Collection-">consumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#consumes-java.util.Collection-">consumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</code>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-java.util.Collection-"><code>addConsumes(Collection)</code></a>.</div>
 </td>
 </tr>
 <tr id="i12" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#consumes-org.apache.juneau.MediaType...-">consumes</a></span>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;consumes)</code>
-<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-org.apache.juneau.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#consumes-org.apache.juneau.http.MediaType...-">consumes</a></span>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</code>
+<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-org.apache.juneau.http.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
 </td>
 </tr>
 <tr id="i13" class="rowColor">
@@ -310,7 +310,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </td>
 </tr>
 <tr id="i16" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#getConsumes--">getConsumes</a></span>()</code>
 <div class="block">Bean property getter:  <property>consumes</property>.</div>
 </td>
@@ -346,7 +346,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </td>
 </tr>
 <tr id="i22" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#getProduces--">getProduces</a></span>()</code>
 <div class="block">Bean property getter:  <property>produces</property>.</div>
 </td>
@@ -401,14 +401,14 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i31" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#produces-java.util.Collection-">produces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#produces-java.util.Collection-">produces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</code>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-java.util.Collection-"><code>addProduces(Collection)</code></a>.</div>
 </td>
 </tr>
 <tr id="i32" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#produces-org.apache.juneau.MediaType...-">produces</a></span>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;produces)</code>
-<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-org.apache.juneau.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#produces-org.apache.juneau.http.MediaType...-">produces</a></span>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</code>
+<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-org.apache.juneau.http.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
 </td>
 </tr>
 <tr id="i33" class="rowColor">
@@ -439,7 +439,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i37" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setConsumes-java.util.List-">setConsumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setConsumes-java.util.List-">setConsumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</code>
 <div class="block">Bean property setter:  <property>consumes</property>.</div>
 </td>
 </tr>
@@ -475,7 +475,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i43" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setProduces-java.util.List-">setProduces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#setProduces-java.util.List-">setProduces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</code>
 <div class="block">Bean property setter:  <property>produces</property>.</div>
 </td>
 </tr>
@@ -892,7 +892,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getConsumes</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.330">getConsumes</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.330">getConsumes</a>()</pre>
 <div class="block">Bean property getter:  <property>consumes</property>.
  <p>
  A list of MIME types the operation can consume.
@@ -911,7 +911,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.345">setConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.345">setConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Bean property setter:  <property>consumes</property>.
  <p>
  A list of MIME types the operation can consume.
@@ -926,13 +926,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </dl>
 </li>
 </ul>
-<a name="addConsumes-org.apache.juneau.MediaType...-">
+<a name="addConsumes-org.apache.juneau.http.MediaType...-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.361">addConsumes</a>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.361">addConsumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
 <div class="block">Bean property adder:  <property>consumes</property>.
  <p>
  A list of MIME types the operation can consume.
@@ -953,7 +953,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.376">addConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.376">addConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Bean property adder:  <property>consumes</property>.
  <p>
  A list of MIME types the operation can consume.
@@ -968,14 +968,14 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </dl>
 </li>
 </ul>
-<a name="consumes-org.apache.juneau.MediaType...-">
+<a name="consumes-org.apache.juneau.http.MediaType...-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>consumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.391">consumes</a>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;consumes)</pre>
-<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-org.apache.juneau.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.391">consumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
+<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-org.apache.juneau.http.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>consumes</code> - The new values to add to the <property>consumes</property> property on this bean.</dd>
@@ -990,7 +990,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>consumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.401">consumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.401">consumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addConsumes-java.util.Collection-"><code>addConsumes(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1006,7 +1006,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getProduces</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.415">getProduces</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.415">getProduces</a>()</pre>
 <div class="block">Bean property getter:  <property>produces</property>.
  <p>
  A list of MIME types the operation can produce.
@@ -1025,7 +1025,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.430">setProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.430">setProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Bean property setter:  <property>produces</property>.
  <p>
  A list of MIME types the operation can produce.
@@ -1040,13 +1040,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </dl>
 </li>
 </ul>
-<a name="addProduces-org.apache.juneau.MediaType...-">
+<a name="addProduces-org.apache.juneau.http.MediaType...-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.446">addProduces</a>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.446">addProduces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
 <div class="block">Bean property adder:  <property>produces</property>.
  <p>
  A list of MIME types the operation can produce.
@@ -1067,7 +1067,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.466">addProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.466">addProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Bean property adder:  <property>produces</property>.
  <p>
  A list of MIME types the operation can produces.
@@ -1082,14 +1082,14 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </dl>
 </li>
 </ul>
-<a name="produces-org.apache.juneau.MediaType...-">
+<a name="produces-org.apache.juneau.http.MediaType...-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>produces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.481">produces</a>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;produces)</pre>
-<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-org.apache.juneau.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.481">produces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
+<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-org.apache.juneau.http.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>produces</code> - The new value for the <property>produces</property> property on this bean.</dd>
@@ -1104,7 +1104,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>produces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.491">produces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Operation.html" title="class in org.apache.juneau.dto.swagger">Operation</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Operation.html#line.491">produces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Operation.html#addProduces-java.util.Collection-"><code>addProduces(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html b/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html
index 12849e5..612ed8b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/ParameterInfo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParameterInfo (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>ParameterInfo (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="ParameterInfo (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="ParameterInfo (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html b/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html
index 9a671c9..1e7ce18 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/ResponseInfo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ResponseInfo (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>ResponseInfo (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="ResponseInfo (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="ResponseInfo (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html b/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html
index 84fb03d..11aefb9 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SchemaInfo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SchemaInfo (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>SchemaInfo (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SchemaInfo (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="SchemaInfo (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html b/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
index 602db56..b83924c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SecurityScheme (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>SecurityScheme (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SecurityScheme (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="SecurityScheme (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html
index 9709f61..89d7e05 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Swagger.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Swagger (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>Swagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="Swagger (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="Swagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -177,13 +177,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-java.util.Collection-">addConsumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-java.util.Collection-">addConsumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</code>
 <div class="block">Bean property adder:  <property>consumes</property>.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-org.apache.juneau.MediaType...-">addConsumes</a></span>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;consumes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-org.apache.juneau.http.MediaType...-">addConsumes</a></span>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</code>
 <div class="block">Bean property adder:  <property>consumes</property>.</div>
 </td>
 </tr>
@@ -211,13 +211,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-java.util.Collection-">addProduces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-java.util.Collection-">addProduces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</code>
 <div class="block">Bean property adder:  <property>produces</property>.</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-org.apache.juneau.MediaType...-">addProduces</a></span>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;produces)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-org.apache.juneau.http.MediaType...-">addProduces</a></span>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</code>
 <div class="block">Bean property adder:  <property>produces</property>.</div>
 </td>
 </tr>
@@ -267,14 +267,14 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i14" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#consumes-java.util.Collection-">consumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#consumes-java.util.Collection-">consumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</code>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-java.util.Collection-"><code>addConsumes(Collection)</code></a>.</div>
 </td>
 </tr>
 <tr id="i15" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#consumes-org.apache.juneau.MediaType...-">consumes</a></span>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;consumes)</code>
-<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-org.apache.juneau.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#consumes-org.apache.juneau.http.MediaType...-">consumes</a></span>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</code>
+<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-org.apache.juneau.http.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
 </td>
 </tr>
 <tr id="i16" class="altColor">
@@ -290,7 +290,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </td>
 </tr>
 <tr id="i18" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#getConsumes--">getConsumes</a></span>()</code>
 <div class="block">Bean property getter:  <property>consumes</property>.</div>
 </td>
@@ -332,7 +332,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </td>
 </tr>
 <tr id="i25" class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#getProduces--">getProduces</a></span>()</code>
 <div class="block">Bean property getter:  <property>produces</property>.</div>
 </td>
@@ -402,14 +402,14 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i36" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#produces-java.util.Collection-">produces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#produces-java.util.Collection-">produces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</code>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-java.util.Collection-"><code>addProduces(Collection)</code></a>.</div>
 </td>
 </tr>
 <tr id="i37" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#produces-org.apache.juneau.MediaType...-">produces</a></span>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;produces)</code>
-<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-org.apache.juneau.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#produces-org.apache.juneau.http.MediaType...-">produces</a></span>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</code>
+<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-org.apache.juneau.http.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
 </td>
 </tr>
 <tr id="i38" class="altColor">
@@ -447,7 +447,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i43" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setConsumes-java.util.List-">setConsumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setConsumes-java.util.List-">setConsumes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</code>
 <div class="block">Bean property setter:  <property>consumes</property>.</div>
 </td>
 </tr>
@@ -489,7 +489,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </tr>
 <tr id="i50" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setProduces-java.util.List-">setProduces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#setProduces-java.util.List-">setProduces</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</code>
 <div class="block">Bean property setter:  <property>produces</property>.</div>
 </td>
 </tr>
@@ -938,7 +938,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getConsumes</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.284">getConsumes</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.284">getConsumes</a>()</pre>
 <div class="block">Bean property getter:  <property>consumes</property>.
  <p>
  A list of MIME types the APIs can consume.
@@ -956,7 +956,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.298">setConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.298">setConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Bean property setter:  <property>consumes</property>.
  <p>
  A list of MIME types the APIs can consume.
@@ -970,13 +970,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </dl>
 </li>
 </ul>
-<a name="addConsumes-org.apache.juneau.MediaType...-">
+<a name="addConsumes-org.apache.juneau.http.MediaType...-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.313">addConsumes</a>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.313">addConsumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
 <div class="block">Bean property adder:  <property>consumes</property>.
  <p>
  A list of MIME types the APIs can consume.
@@ -996,7 +996,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addConsumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.327">addConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.327">addConsumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Bean property adder:  <property>consumes</property>.
  <p>
  A list of MIME types the APIs can consume.
@@ -1010,14 +1010,14 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </dl>
 </li>
 </ul>
-<a name="consumes-org.apache.juneau.MediaType...-">
+<a name="consumes-org.apache.juneau.http.MediaType...-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>consumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.342">consumes</a>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;consumes)</pre>
-<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-org.apache.juneau.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.342">consumes</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;consumes)</pre>
+<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-org.apache.juneau.http.MediaType...-"><code>addConsumes(MediaType...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>consumes</code> - The values to add for the <property>consumes</property> property on this bean.</dd>
@@ -1032,7 +1032,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>consumes</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.352">consumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;consumes)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.352">consumes</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;consumes)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addConsumes-java.util.Collection-"><code>addConsumes(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1048,7 +1048,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getProduces</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.365">getProduces</a>()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.365">getProduces</a>()</pre>
 <div class="block">Bean property getter:  <property>produces</property>.
  <p>
  A list of MIME types the APIs can produce.
@@ -1066,7 +1066,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>setProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.379">setProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.379">setProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Bean property setter:  <property>produces</property>.
  <p>
  A list of MIME types the APIs can produce.
@@ -1080,13 +1080,13 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </dl>
 </li>
 </ul>
-<a name="addProduces-org.apache.juneau.MediaType...-">
+<a name="addProduces-org.apache.juneau.http.MediaType...-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.394">addProduces</a>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.394">addProduces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
 <div class="block">Bean property adder:  <property>produces</property>.
  <p>
  A list of MIME types the APIs can produce.
@@ -1106,7 +1106,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>addProduces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.408">addProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.408">addProduces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Bean property adder:  <property>produces</property>.
  <p>
  A list of MIME types the APIs can produce.
@@ -1120,14 +1120,14 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 </dl>
 </li>
 </ul>
-<a name="produces-org.apache.juneau.MediaType...-">
+<a name="produces-org.apache.juneau.http.MediaType...-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>produces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.423">produces</a>(<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>...&nbsp;produces)</pre>
-<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-org.apache.juneau.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.423">produces</a>(<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>...&nbsp;produces)</pre>
+<div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-org.apache.juneau.http.MediaType...-"><code>addProduces(MediaType...)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>produces</code> - The values to add for the <property>produces</property> property on this bean.</dd>
@@ -1142,7 +1142,7 @@ extends <a href="../../../../../org/apache/juneau/dto/swagger/SwaggerElement.htm
 <ul class="blockList">
 <li class="blockList">
 <h4>produces</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.433">produces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/MediaType.html" title="class in org.apache.juneau">MediaType</a>&gt;&nbsp;produces)</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" title="class in org.apache.juneau.dto.swagger">Swagger</a>&nbsp;<a href="../../../../../src-html/org/apache/juneau/dto/swagger/Swagger.html#line.433">produces</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&gt;&nbsp;produces)</pre>
 <div class="block">Synonym for <a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html#addProduces-java.util.Collection-"><code>addProduces(Collection)</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html b/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html
index 0a50cde..e18f7ac 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SwaggerBuilder (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>SwaggerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SwaggerBuilder (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="SwaggerBuilder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html b/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html
index b7e2323..52122b4 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SwaggerElement.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SwaggerElement (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>SwaggerElement (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="SwaggerElement (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="SwaggerElement (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html
index 48a738a..23b4eac 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Tag.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Tag (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>Tag (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="Tag (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="Tag (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html
index a702528..d5614db 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Xml.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Xml (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>Xml (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="Xml (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="Xml (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/package-frame.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/package-frame.html b/content/site/apidocs/org/apache/juneau/dto/swagger/package-frame.html
index 04cc766..405413c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.dto.swagger (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.dto.swagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/package-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/package-summary.html b/content/site/apidocs/org/apache/juneau/dto/swagger/package-summary.html
index 48a35a7..bf71e76 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.dto.swagger (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.dto.swagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="org.apache.juneau.dto.swagger (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.dto.swagger (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/dto/swagger/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/package-tree.html b/content/site/apidocs/org/apache/juneau/dto/swagger/package-tree.html
index 3419989..731c9a8 100644
--- a/content/site/apidocs/org/apache/juneau/dto/swagger/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.dto.swagger Class Hierarchy (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.dto.swagger Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.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="org.apache.juneau.dto.swagger Class Hierarchy (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.dto.swagger Class Hierarchy (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/e12f8e7d/content/site/apidocs/org/apache/juneau/encoders/Encoder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/encoders/Encoder.html b/content/site/apidocs/org/apache/juneau/encoders/Encoder.html
index 833e383..4327fb9 100644
--- a/content/site/apidocs/org/apache/juneau/encoders/Encoder.html
+++ b/content/site/apidocs/org/apache/juneau/encoders/Encoder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Encoder (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)</title>
+<title>Encoder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../javadoc.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="Encoder (Apache Juneau (incubating) 6.1.1-incubating-SNAPSHOT)";
+            parent.document.title="Encoder (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {