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/11/26 19:46:40 UTC

[31/51] [partial] juneau-website git commit: New Security-Best-Practices section in javadocs.

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/81ca4d4d/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 01e4414..0ec9880 100644
--- a/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/parser/ParserGroupBuilder.html
@@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.28">ParserGroupBuilder</a>
+<pre>public class <a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.27">ParserGroupBuilder</a>
 extends <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></pre>
 <div class="block">Builder class for creating instances of <a href="../../../../org/apache/juneau/parser/ParserGroup.html" title="class in org.apache.juneau.parser"><code>ParserGroup</code></a>.</div>
 </li>
@@ -619,7 +619,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ParserGroupBuilder</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.36">ParserGroupBuilder</a>()</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.35">ParserGroupBuilder</a>()</pre>
 <div class="block">Create an empty parser group builder.</div>
 </li>
 </ul>
@@ -629,7 +629,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ParserGroupBuilder</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.49">ParserGroupBuilder</a>(<a href="../../../../org/apache/juneau/PropertyStore.html" title="class in org.apache.juneau">PropertyStore</a>&nbsp;propertyStore)</pre>
+<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.48">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>
@@ -646,7 +646,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ParserGroupBuilder</h4>
-<pre>public&nbsp;<a href="../../../../src-html/org/apache/juneau/parser/ParserGroupBuilder.html#line.59">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.58">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>
@@ -668,7 +668,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.71">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.70">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>
@@ -684,7 +684,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.82">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.81">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>
@@ -700,7 +700,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.93">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.92">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>
@@ -716,7 +716,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.106">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.105">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>
@@ -733,7 +733,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.139">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.138">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>
@@ -753,7 +753,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.151">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.150">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>
@@ -771,7 +771,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.164">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.163">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>
@@ -791,7 +791,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.178">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.177">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>
@@ -813,7 +813,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.191">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.190">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>
@@ -833,7 +833,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.204">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.203">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>
@@ -853,7 +853,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.216">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.215">trimStrings</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -871,7 +871,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.227">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.226">strict</a>(boolean&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -889,7 +889,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.238">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.237">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/Parser.html#PARSER_inputStreamCharset"><code>Parser.PARSER_inputStreamCharset</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -907,7 +907,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.249">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.248">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/Parser.html#PARSER_fileCharset"><code>Parser.PARSER_fileCharset</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -925,7 +925,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>listener</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.260">listener</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;? extends <a href="../../../../org/apache/juneau/parser/ParserListener.html" title="class in org.apache.juneau.parser">ParserListener</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.259">listener</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;? extends <a href="../../../../org/apache/juneau/parser/ParserListener.html" title="class in org.apache.juneau.parser">ParserListener</a>&gt;&nbsp;value)</pre>
 <div class="block">Sets the <a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_listener"><code>Parser.PARSER_listener</code></a> property on all parsers in this group.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -943,7 +943,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.271">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.270">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>
@@ -961,7 +961,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.282">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.281">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>
@@ -979,7 +979,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.293">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.292">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>
@@ -997,7 +997,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.304">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.303">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>
@@ -1015,7 +1015,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.315">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.314">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>
@@ -1033,7 +1033,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.326">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.325">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>
@@ -1051,7 +1051,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.337">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.336">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>
@@ -1069,7 +1069,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.348">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.347">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>
@@ -1087,7 +1087,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.359">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.358">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>
@@ -1105,7 +1105,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.370">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.369">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>
@@ -1123,7 +1123,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.381">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.380">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>
@@ -1141,7 +1141,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.392">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.391">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>
@@ -1159,7 +1159,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.403">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.402">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>
@@ -1177,7 +1177,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.414">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.413">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>
@@ -1195,7 +1195,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.425">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.424">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>
@@ -1213,7 +1213,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.436">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.435">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>
@@ -1231,7 +1231,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.447">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.446">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>
@@ -1249,7 +1249,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.458">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.457">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>
@@ -1267,7 +1267,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.469">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.468">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>
@@ -1285,7 +1285,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.480">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.479">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>
@@ -1303,7 +1303,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.491">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.490">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>
@@ -1321,7 +1321,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.503">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.502">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>
@@ -1340,7 +1340,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.515">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.514">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>
@@ -1359,7 +1359,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.526">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.525">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>
@@ -1377,7 +1377,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.537">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.536">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>
@@ -1395,7 +1395,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.548">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.547">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>
@@ -1413,7 +1413,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.559">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.558">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>
@@ -1431,7 +1431,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.570">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.569">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>
@@ -1449,7 +1449,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.581">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.580">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>
@@ -1467,7 +1467,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.592">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.591">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>
@@ -1485,7 +1485,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.603">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.602">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>
@@ -1503,7 +1503,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.614">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.613">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>
@@ -1521,7 +1521,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.625">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.624">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>
@@ -1539,7 +1539,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.636">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.635">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>
@@ -1557,7 +1557,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.647">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.646">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>
@@ -1575,7 +1575,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.658">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.657">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>
@@ -1593,7 +1593,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.669">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.668">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>
@@ -1611,7 +1611,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.680">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.679">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>
@@ -1629,7 +1629,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.691">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.690">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>
@@ -1647,7 +1647,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.702">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.701">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>
@@ -1665,7 +1665,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.713">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.712">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>
@@ -1683,7 +1683,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.724">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.723">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>
@@ -1701,7 +1701,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.738">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.737">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>
@@ -1724,7 +1724,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.749">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.748">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>
@@ -1742,7 +1742,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.760">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.759">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>
@@ -1760,7 +1760,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.771">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.770">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>
@@ -1778,7 +1778,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.782">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.781">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>
@@ -1796,7 +1796,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.793">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.792">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>
@@ -1814,7 +1814,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.804">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.803">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>
@@ -1832,7 +1832,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.815">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.814">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="blo

<TRUNCATED>