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/03/27 01:21:41 UTC

[31/37] incubator-juneau-website git commit: Update javadocs

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/236aea45/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html b/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
index 8c7c352..47abc04 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
@@ -138,6 +138,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Clone an existing parser group builder.</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html#ParserGroupBuilder-org.apache.juneau.PropertyStore-">ParserGroupBuilder</a></span>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;propertyStore)</code>
+<div class="block">Create an empty parser group using the specified property store for settings.</div>
+</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -612,13 +617,29 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <div class="block">Create an empty parser group builder.</div>
 </li>
 </ul>
+<a name="ParserGroupBuilder-org.apache.juneau.PropertyStore-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ParserGroupBuilder</h4>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.45">ParserGroupBuilder</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;propertyStore)</pre>
+<div class="block">Create an empty parser group using the specified property store for settings.
+ <p>
+ Note:  Modifying the specified property store externally will also modify it here.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>propertyStore</code> - The property store containing all settings common to all parsers in this group.</dd>
+</dl>
+</li>
+</ul>
 <a name="ParserGroupBuilder-org.apache.juneau.parser.ParserGroup-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ParserGroupBuilder</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.42">ParserGroupBuilder</a>(<a href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser">ParserGroup</a>&nbsp;copyFrom)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.54">ParserGroupBuilder</a>(<a href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser">ParserGroup</a>&nbsp;copyFrom)</pre>
 <div class="block">Clone an existing parser group builder.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -640,7 +661,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.53">append</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;p)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.65">append</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;p)</pre>
 <div class="block">Registers the specified parsers with this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -656,7 +677,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.64">append</a>(<a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser">Parser</a>...&nbsp;p)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.76">append</a>(<a href="../../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser">Parser</a>...&nbsp;p)</pre>
 <div class="block">Registers the specified parsers with this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -672,7 +693,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>append</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.75">append</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/parser/Parser.html" title="class in org.apache.juneau.parser">Parser</a>&gt;&nbsp;p)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.87">append</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/parser/Parser.html" title="class in org.apache.juneau.parser">Parser</a>&gt;&nbsp;p)</pre>
 <div class="block">Registers the specified parsers with this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -688,7 +709,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>build</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser">ParserGroup</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.88">build</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser">ParserGroup</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.100">build</a>()</pre>
 <div class="block">Creates a new <a href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser"><code>ParserGroup</code></a> object using a snapshot of the settings defined in this builder.
  <p>
  This method can be called multiple times to produce multiple parser groups.</div>
@@ -704,7 +725,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>property</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.124">property</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.136">property</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block">Sets a property on all parsers in this group.</div>
 <dl>
@@ -724,7 +745,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>properties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.136">properties</a>(<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;properties)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.148">properties</a>(<a href="../../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a>&nbsp;properties)</pre>
 <div class="block">Sets a set of properties on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -742,7 +763,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>addToProperty</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.149">addToProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.161">addToProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block">Adds a value to a SET property on all parsers in this group.</div>
 <dl>
@@ -762,7 +783,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>putToProperty</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.163">putToProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.175">putToProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;key,
                                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block">Adds or overwrites a value to a MAP property on all parsers in this group.</div>
@@ -784,7 +805,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>putToProperty</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.176">putToProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.188">putToProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block">Adds or overwrites a value to a MAP property on all parsers in this group.</div>
 <dl>
@@ -804,7 +825,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeFromProperty</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.189">removeFromProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.201">removeFromProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                                              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
 <div class="block">Removes a value from a SET property on all parsers in this group.</div>
 <dl>
@@ -824,7 +845,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>trimStrings</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.201">trimStrings</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.213">trimStrings</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_trimStrings"><code>ParserContext.PARSER_trimStrings</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -842,7 +863,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>strict</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.212">strict</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.224">strict</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_strict"><code>ParserContext.PARSER_strict</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -860,7 +881,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>inputStreamCharset</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.223">inputStreamCharset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.235">inputStreamCharset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_inputStreamCharset"><code>ParserContext.PARSER_inputStreamCharset</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -878,7 +899,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>fileCharset</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.234">fileCharset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.246">fileCharset</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/parser/ParserContext.html#PARSER_fileCharset"><code>ParserContext.PARSER_fileCharset</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -896,7 +917,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beansRequireDefaultConstructor</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.245">beansRequireDefaultConstructor</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.257">beansRequireDefaultConstructor</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireDefaultConstructor"><code>BeanContext.BEAN_beansRequireDefaultConstructor</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -914,7 +935,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beansRequireSerializable</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.256">beansRequireSerializable</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.268">beansRequireSerializable</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSerializable"><code>BeanContext.BEAN_beansRequireSerializable</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -932,7 +953,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beansRequireSettersForGetters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.267">beansRequireSettersForGetters</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.279">beansRequireSettersForGetters</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSettersForGetters"><code>BeanContext.BEAN_beansRequireSettersForGetters</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -950,7 +971,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beansRequireSomeProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.278">beansRequireSomeProperties</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.290">beansRequireSomeProperties</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSomeProperties"><code>BeanContext.BEAN_beansRequireSomeProperties</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -968,7 +989,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanMapPutReturnsOldValue</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.289">beanMapPutReturnsOldValue</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.301">beanMapPutReturnsOldValue</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanMapPutReturnsOldValue"><code>BeanContext.BEAN_beanMapPutReturnsOldValue</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -986,7 +1007,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanConstructorVisibility</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.300">beanConstructorVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.312">beanConstructorVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanConstructorVisibility"><code>BeanContext.BEAN_beanConstructorVisibility</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1004,7 +1025,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanClassVisibility</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.311">beanClassVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.323">beanClassVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanClassVisibility"><code>BeanContext.BEAN_beanClassVisibility</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1022,7 +1043,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanFieldVisibility</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.322">beanFieldVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.334">beanFieldVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFieldVisibility"><code>BeanContext.BEAN_beanFieldVisibility</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1040,7 +1061,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>methodVisibility</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.333">methodVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.345">methodVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_methodVisibility"><code>BeanContext.BEAN_methodVisibility</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1058,7 +1079,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>useJavaBeanIntrospector</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.344">useJavaBeanIntrospector</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.356">useJavaBeanIntrospector</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_useJavaBeanIntrospector"><code>BeanContext.BEAN_useJavaBeanIntrospector</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1076,7 +1097,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>useInterfaceProxies</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.355">useInterfaceProxies</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.367">useInterfaceProxies</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_useInterfaceProxies"><code>BeanContext.BEAN_useInterfaceProxies</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1094,7 +1115,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ignoreUnknownBeanProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.366">ignoreUnknownBeanProperties</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.378">ignoreUnknownBeanProperties</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownBeanProperties"><code>BeanContext.BEAN_ignoreUnknownBeanProperties</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1112,7 +1133,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ignoreUnknownNullBeanProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.377">ignoreUnknownNullBeanProperties</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.389">ignoreUnknownNullBeanProperties</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownNullBeanProperties"><code>BeanContext.BEAN_ignoreUnknownNullBeanProperties</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1130,7 +1151,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ignorePropertiesWithoutSetters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.388">ignorePropertiesWithoutSetters</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.400">ignorePropertiesWithoutSetters</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignorePropertiesWithoutSetters"><code>BeanContext.BEAN_ignorePropertiesWithoutSetters</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1148,7 +1169,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ignoreInvocationExceptionsOnGetters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.399">ignoreInvocationExceptionsOnGetters</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.411">ignoreInvocationExceptionsOnGetters</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnGetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnGetters</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1166,7 +1187,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ignoreInvocationExceptionsOnSetters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.410">ignoreInvocationExceptionsOnSetters</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.422">ignoreInvocationExceptionsOnSetters</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnSetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnSetters</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1184,7 +1205,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>sortProperties</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.421">sortProperties</a>(boolean&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.433">sortProperties</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_sortProperties"><code>BeanContext.BEAN_sortProperties</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1202,7 +1223,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>notBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.432">notBeanPackages</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.444">notBeanPackages</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages_add"><code>BeanContext.BEAN_notBeanPackages_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1220,7 +1241,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>notBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.443">notBeanPackages</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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.455">notBeanPackages</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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages_add"><code>BeanContext.BEAN_notBeanPackages_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1238,7 +1259,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.454">setNotBeanPackages</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.466">setNotBeanPackages</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1256,7 +1277,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.465">setNotBeanPackages</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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.477">setNotBeanPackages</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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1274,7 +1295,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.477">removeNotBeanPackages</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.489">removeNotBeanPackages</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages_remove"><code>BeanContext.BEAN_notBeanPackages_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1293,7 +1314,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeNotBeanPackages</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.489">removeNotBeanPackages</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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.501">removeNotBeanPackages</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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages_remove"><code>BeanContext.BEAN_notBeanPackages_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1312,7 +1333,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>notBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.500">notBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.512">notBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses_add"><code>BeanContext.BEAN_notBeanClasses_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1330,7 +1351,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>notBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.511">notBeanClasses</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.523">notBeanClasses</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses_add"><code>BeanContext.BEAN_notBeanClasses_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1348,7 +1369,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.522">setNotBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.534">setNotBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1366,7 +1387,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.533">setNotBeanClasses</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.545">setNotBeanClasses</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1384,7 +1405,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.544">removeNotBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.556">removeNotBeanClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses_remove"><code>BeanContext.BEAN_notBeanClasses_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1402,7 +1423,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeNotBeanClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.555">removeNotBeanClasses</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.567">removeNotBeanClasses</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses_remove"><code>BeanContext.BEAN_notBeanClasses_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1420,7 +1441,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.566">beanFilters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.578">beanFilters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters_add"><code>BeanContext.BEAN_beanFilters_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1438,7 +1459,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.577">beanFilters</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.589">beanFilters</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters_add"><code>BeanContext.BEAN_beanFilters_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1456,7 +1477,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.588">setBeanFilters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.600">setBeanFilters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1474,7 +1495,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.599">setBeanFilters</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.611">setBeanFilters</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1492,7 +1513,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.610">removeBeanFilters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.622">removeBeanFilters</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters_remove"><code>BeanContext.BEAN_beanFilters_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1510,7 +1531,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeBeanFilters</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.621">removeBeanFilters</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.633">removeBeanFilters</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters_remove"><code>BeanContext.BEAN_beanFilters_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1528,7 +1549,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>pojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.632">pojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.644">pojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps_add"><code>BeanContext.BEAN_pojoSwaps_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1546,7 +1567,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>pojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.643">pojoSwaps</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.655">pojoSwaps</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps_add"><code>BeanContext.BEAN_pojoSwaps_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1564,7 +1585,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setPojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.654">setPojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.666">setPojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1582,7 +1603,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setPojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.665">setPojoSwaps</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.677">setPojoSwaps</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1600,7 +1621,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removePojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.676">removePojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.688">removePojoSwaps</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps_remove"><code>BeanContext.BEAN_pojoSwaps_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1618,7 +1639,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removePojoSwaps</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.687">removePojoSwaps</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.699">removePojoSwaps</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps_remove"><code>BeanContext.BEAN_pojoSwaps_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1636,7 +1657,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>implClasses</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.698">implClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.710">implClasses</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_implClasses"><code>BeanContext.BEAN_implClasses</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1654,7 +1675,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>implClass</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.712">implClass</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass,
+<pre>public&nbsp;&lt;T&gt;&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.724">implClass</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;interfaceClass,
                                         <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends T&gt;&nbsp;implClass)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_implClasses_put"><code>BeanContext.BEAN_implClasses_put</code></a> property on all parsers in this group.</div>
 <dl>
@@ -1677,7 +1698,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.723">beanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.735">beanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary_add"><code>BeanContext.BEAN_beanDictionary_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1695,7 +1716,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.734">beanDictionary</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.746">beanDictionary</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary_add"><code>BeanContext.BEAN_beanDictionary_add</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1713,7 +1734,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.745">setBeanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.757">setBeanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1731,7 +1752,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.756">setBeanDictionary</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.768">setBeanDictionary</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1749,7 +1770,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeFromBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.767">removeFromBeanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.779">removeFromBeanDictionary</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary_remove"><code>BeanContext.BEAN_beanDictionary_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1767,7 +1788,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>removeFromBeanDictionary</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.778">removeFromBeanDictionary</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.790">removeFromBeanDictionary</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="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;values)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary_remove"><code>BeanContext.BEAN_beanDictionary_remove</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1785,7 +1806,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanTypePropertyName</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.789">beanTypePropertyName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.801">beanTypePropertyName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanTypePropertyName"><code>BeanContext.BEAN_beanTypePropertyName</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1803,7 +1824,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>defaultParser</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.800">defaultParser</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;value)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/ParserGroupBuilder.html" title="class in org.apache.juneau.parser">ParserGroupBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.812">defaultParser</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/BeanContext.html#BEAN_defaultParser"><code>BeanContext.BEAN_defaultParser</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1821,7 +1842,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>locale</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/juneau/parser/

<TRUNCATED>