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 2018/01/14 23:07:03 UTC

[20/51] [partial] juneau-website git commit: Update javadocs.

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/httppart/UonPartParserBuilder.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/httppart/UonPartParserBuilder.html b/content/site/apidocs/org/apache/juneau/httppart/UonPartParserBuilder.html
index d575c6e..dd40d50 100644
--- a/content/site/apidocs/org/apache/juneau/httppart/UonPartParserBuilder.html
+++ b/content/site/apidocs/org/apache/juneau/httppart/UonPartParserBuilder.html
@@ -630,6 +630,13 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#decoding--">decoding</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.parser.ParserBuilder">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.juneau.parser.<a href="../../../../org/apache/juneau/parser/ParserBuilder.html" title="class in org.apache.juneau.parser">ParserBuilder</a></h3>
+<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#fileCharset-java.nio.charset.Charset-">fileCharset</a>, <a href="../../../../org/apache/juneau/parser/ParserBuilder.html#inputStreamCharset-java.nio.charset.Charset-">inputStreamCharset</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.BeanContextBuilder">
 <!--   -->
 </a>
@@ -723,11 +730,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.56">decoding</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#decoding-boolean-">UonParserBuilder</a></code></span></div>
 <div class="block">Configuration property: Decode <js>"%xx"</js> sequences.
-
+ 
  <p>
  Specify <jk>true</jk> if URI encoded characters should be decoded, <jk>false</jk> if they've already been
  decoded before being passed to this parser.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/uon/UonParser.html#UON_decoding"><code>UonParser.UON_decoding</code></a>
@@ -736,7 +743,8 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#decoding-boolean-">decoding</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>value</code> - The new value for this property.</dd>
+<dd><code>value</code> - The new value for this property.
+   <br>Default is <jk>false</jk> for <a href="../../../../org/apache/juneau/uon/UonParser.html" title="class in org.apache.juneau.uon"><code>UonParser</code></a>, <jk>true</jk> for <a href="../../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" title="class in org.apache.juneau.urlencoding"><code>UrlEncodingParser</code></a></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -751,10 +759,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.61">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#fileCharset-java.lang.String-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  File charset.
-
+ 
  <p>
  The character set to use for reading <code>Files</code> from the file system.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_fileCharset"><code>Parser.PARSER_fileCharset</code></a>
@@ -779,10 +787,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.67">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#inputStreamCharset-java.lang.String-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Input stream charset.
-
+ 
  <p>
  The character set to use for converting <code>InputStreams</code> and byte arrays to readers.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_inputStreamCharset"><code>Parser.PARSER_inputStreamCharset</code></a>
@@ -807,10 +815,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.73">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#listener-java.lang.Class-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Parser listener.
-
+ 
  <p>
  Class used to listen for errors and warnings that occur during parsing.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_listener"><code>Parser.PARSER_listener</code></a>
@@ -834,10 +842,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.79">strict</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#strict-boolean-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Strict mode.
-
+ 
  <p>
  If <jk>true</jk>, strict mode for the parser is enabled.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a>
@@ -865,7 +873,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
  
  <p>
  Shortcut for calling <code>strict(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_strict"><code>Parser.PARSER_strict</code></a>
@@ -887,11 +895,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.91">trimStrings</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#trimStrings-boolean-">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Trim parsed strings.
-
+ 
  <p>
  If <jk>true</jk>, string values will be trimmed of whitespace using <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true#trim--" title="class or interface in java.lang"><code>String.trim()</code></a> before being added to
  the POJO.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a>
@@ -916,10 +924,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.97">trimStrings</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/parser/ParserBuilder.html#trimStrings--">ParserBuilder</a></code></span></div>
 <div class="block">Configuration property:  Trim parsed strings.
-
+ 
  <p>
  Shortcut for calling <code>trimStrings(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/parser/Parser.html#PARSER_trimStrings"><code>Parser.PARSER_trimStrings</code></a>
@@ -941,14 +949,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.103">beansRequireDefaultConstructor</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireDefaultConstructor-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require no-arg constructors.
-
+ 
  <p>
  If <jk>true</jk>, a Java class must implement a default no-arg constructor to be considered a bean.
- Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
-
- <p>
- The <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotation can be used on a class to override this setting when <jk>true</jk>.
-
+ <br>Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireDefaultConstructor"><code>BeanContext.BEAN_beansRequireDefaultConstructor</code></a>
@@ -973,10 +978,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.109">beansRequireDefaultConstructor</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireDefaultConstructor--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require no-arg constructors.
-
+ 
  <p>
  Shortcut for calling <code>beansRequireDefaultConstructor(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireDefaultConstructor"><code>BeanContext.BEAN_beansRequireDefaultConstructor</code></a>
@@ -998,14 +1003,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.115">beansRequireSerializable</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSerializable-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require Serializable interface.
-
+ 
  <p>
  If <jk>true</jk>, a Java class must implement the <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><code>Serializable</code></a> interface to be considered a bean.
- Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
-
- <p>
- The <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotation can be used on a class to override this setting when <jk>true</jk>.
-
+ <br>Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSerializable"><code>BeanContext.BEAN_beansRequireSerializable</code></a>
@@ -1030,10 +1032,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.121">beansRequireSerializable</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSerializable--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require Serializable interface.
-
+ 
  <p>
  Shortcut for calling <code>beansRequireSerializable(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSerializable"><code>BeanContext.BEAN_beansRequireSerializable</code></a>
@@ -1055,11 +1057,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.127">beansRequireSettersForGetters</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSettersForGetters-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require setters for getters.
-
+ 
  <p>
  If <jk>true</jk>, only getters that have equivalent setters will be considered as properties on a bean.
- Otherwise, they will be ignored.
-
+ <br>Otherwise, they will be ignored.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSettersForGetters"><code>BeanContext.BEAN_beansRequireSettersForGetters</code></a>
@@ -1084,10 +1086,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.133">beansRequireSettersForGetters</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSettersForGetters--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require setters for getters.
-
+ 
  <p>
  Shortcut for calling <code>beansRequireSettersForGetters(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSettersForGetters"><code>BeanContext.BEAN_beansRequireSettersForGetters</code></a>
@@ -1109,14 +1111,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.139">beansRequireSomeProperties</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beansRequireSomeProperties-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Beans require at least one property.
-
+ 
  <p>
  If <jk>true</jk>, then a Java class must contain at least 1 property to be considered a bean.
- Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
-
- <p>
- The <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotation can be used on a class to override this setting when <jk>true</jk>.
-
+ <br>Otherwise, the bean will be serialized as a string using the <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang"><code>Object.toString()</code></a> method.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beansRequireSomeProperties"><code>BeanContext.BEAN_beansRequireSomeProperties</code></a>
@@ -1141,15 +1140,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.145">beanMapPutReturnsOldValue</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanMapPutReturnsOldValue-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  BeanMap.put() returns old property value.
-
+ 
  <p>
  If <jk>true</jk>, then the <a href="../../../../org/apache/juneau/BeanMap.html#put-java.lang.String-java.lang.Object-"><code>BeanMap.put()</code></a> method will return old property
  values.
- Otherwise, it returns <jk>null</jk>.
-
- <p>
- Disabled by default because it introduces a slight performance penalty.
-
+ <br>Otherwise, it returns <jk>null</jk>.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanMapPutReturnsOldValue"><code>BeanContext.BEAN_beanMapPutReturnsOldValue</code></a>
@@ -1174,10 +1170,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.151">beanMapPutReturnsOldValue</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanMapPutReturnsOldValue--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  BeanMap.put() returns old property value.
-
+ 
  <p>
  Shortcut for calling <code>beanMapPutReturnsOldValue(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanMapPutReturnsOldValue"><code>BeanContext.BEAN_beanMapPutReturnsOldValue</code></a>
@@ -1199,10 +1195,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.157">beanConstructorVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanConstructorVisibility-org.apache.juneau.Visibility-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Minimum bean constructor visibility.
-
+ 
  <p>
  Only look for constructors with the specified minimum visibility.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanConstructorVisibility"><code>BeanContext.BEAN_beanConstructorVisibility</code></a>
@@ -1227,14 +1223,14 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.163">beanClassVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanClassVisibility-org.apache.juneau.Visibility-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Minimum bean class visibility.
-
+ 
  <p>
  Classes are not considered beans unless they meet the minimum visibility requirements.
  
  <p>
  For example, if the visibility is <code>PUBLIC</code> and the bean class is <jk>protected</jk>, then the class
  will not be interpreted as a bean class and will be treated as a string.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanClassVisibility"><code>BeanContext.BEAN_beanClassVisibility</code></a>
@@ -1259,7 +1255,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.169">beanFieldVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFieldVisibility-org.apache.juneau.Visibility-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Minimum bean field visibility.
-
+ 
  <p>
  Only look for bean fields with the specified minimum visibility.
  
@@ -1287,7 +1283,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.175">beanMethodVisibility</a>(<a href="../../../../org/apache/juneau/Visibility.html" title="enum in org.apache.juneau">Visibility</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanMethodVisibility-org.apache.juneau.Visibility-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Minimum bean method visibility.
-
+ 
  <p>
  Only look for bean methods with the specified minimum visibility.
  
@@ -1315,15 +1311,15 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.181">useJavaBeanIntrospector</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#useJavaBeanIntrospector-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Use Java Introspector.
-
+ 
  <p>
  Using the built-in Java bean introspector will not pick up fields or non-standard getters/setters.
-
+ 
  <h5 class 'section'>Notes:</h5>
  <ul>
    <li>Most <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotations will be ignored if you enable this setting.
  </ul>
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_useJavaBeanIntrospector"><code>BeanContext.BEAN_useJavaBeanIntrospector</code></a>
@@ -1348,10 +1344,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.187">useJavaBeanIntrospector</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#useJavaBeanIntrospector--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Use Java Introspector.
-
+ 
  <p>
  Shortcut for calling <code>useJavaBeanIntrospector(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_useJavaBeanIntrospector"><code>BeanContext.BEAN_useJavaBeanIntrospector</code></a>
@@ -1373,11 +1369,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.193">useInterfaceProxies</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#useInterfaceProxies-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Use interface proxies.
-
+ 
  <p>
  If <jk>true</jk>, then interfaces will be instantiated as proxy classes through the use of an
  <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect"><code>InvocationHandler</code></a> if there is no other way of instantiating them.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_useInterfaceProxies"><code>BeanContext.BEAN_useInterfaceProxies</code></a>
@@ -1402,11 +1398,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.199">ignoreUnknownBeanProperties</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreUnknownBeanProperties-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore unknown properties.
-
+ 
  <p>
  If <jk>true</jk>, trying to set a value on a non-existent bean property will silently be ignored.
- Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ <br>Otherwise, a <code>BeanRuntimeException</code> is thrown.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownBeanProperties"><code>BeanContext.BEAN_ignoreUnknownBeanProperties</code></a>
@@ -1431,10 +1427,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.205">ignoreUnknownBeanProperties</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreUnknownBeanProperties--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore unknown properties.
-
+ 
  <p>
  Shortcut for calling <code>ignoreUnknownBeanProperties(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownBeanProperties"><code>BeanContext.BEAN_ignoreUnknownBeanProperties</code></a>
@@ -1456,11 +1452,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.211">ignoreUnknownNullBeanProperties</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreUnknownNullBeanProperties-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore unknown properties with null values.
-
+ 
  <p>
  If <jk>true</jk>, trying to set a <jk>null</jk> value on a non-existent bean property will silently be ignored.
- Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ <br>Otherwise, a <code>BeanRuntimeException</code> is thrown.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreUnknownNullBeanProperties"><code>BeanContext.BEAN_ignoreUnknownNullBeanProperties</code></a>
@@ -1485,11 +1481,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.217">ignorePropertiesWithoutSetters</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignorePropertiesWithoutSetters-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore properties without setters.
-
+ 
  <p>
  If <jk>true</jk>, trying to set a value on a bean property without a setter will silently be ignored.
- Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ <br>Otherwise, a <code>BeanRuntimeException</code> is thrown.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignorePropertiesWithoutSetters"><code>BeanContext.BEAN_ignorePropertiesWithoutSetters</code></a>
@@ -1514,11 +1510,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.223">ignoreInvocationExceptionsOnGetters</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreInvocationExceptionsOnGetters-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore invocation errors on getters.
-
+ 
  <p>
  If <jk>true</jk>, errors thrown when calling bean getter methods will silently be ignored.
  Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnGetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnGetters</code></a>
@@ -1543,10 +1539,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.229">ignoreInvocationExceptionsOnGetters</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreInvocationExceptionsOnGetters--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore invocation errors on getters.
-
+ 
  <p>
  Shortcut for calling <code>ignoreInvocationExceptionsOnGetters(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnGetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnGetters</code></a>
@@ -1568,11 +1564,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.235">ignoreInvocationExceptionsOnSetters</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreInvocationExceptionsOnSetters-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore invocation errors on setters.
-
+ 
  <p>
  If <jk>true</jk>, errors thrown when calling bean setter methods will silently be ignored.
- Otherwise, a <code>BeanRuntimeException</code> is thrown.
-
+ <br>Otherwise, a <code>BeanRuntimeException</code> is thrown.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnSetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnSetters</code></a>
@@ -1597,10 +1593,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.241">ignoreInvocationExceptionsOnSetters</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#ignoreInvocationExceptionsOnSetters--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Ignore invocation errors on setters.
-
+ 
  <p>
  Shortcut for calling <code>ignoreInvocationExceptionsOnSetters(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_ignoreInvocationExceptionsOnSetters"><code>BeanContext.BEAN_ignoreInvocationExceptionsOnSetters</code></a>
@@ -1622,11 +1618,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.247">sortProperties</a>(boolean&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#sortProperties-boolean-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Sort bean properties.
-
+ 
  <p>
  When <jk>true</jk>, all bean properties will be serialized and access in alphabetical order.
  Otherwise, the natural order of the bean properties is used which is dependent on the JVM vendor.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_sortProperties"><code>BeanContext.BEAN_sortProperties</code></a>
@@ -1651,10 +1647,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.253">sortProperties</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#sortProperties--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Sort bean properties.
-
+ 
  <p>
  Shortcut for calling <code>sortProperties(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_sortProperties"><code>BeanContext.BEAN_sortProperties</code></a>
@@ -1676,7 +1672,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.259">notBeanPackages</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanPackages-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean package exclusions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a>
@@ -1685,7 +1681,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#notBeanPackages-java.lang.Object...-">notBeanPackages</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to add to this property.</dd>
+<dd><code>values</code> - The values to add to this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Strings.
+      <li>Arrays and collections of strings.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1700,7 +1701,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.265">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanPackages-java.lang.String...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean package exclusions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a>
@@ -1725,10 +1726,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
                                             <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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanPackages-boolean-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean package exclusions.
-
+ 
  <p>
  When specified, the current list of ignore packages are appended to.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a>
@@ -1737,8 +1738,14 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#notBeanPackages-boolean-java.lang.Object...-">notBeanPackages</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  Otherwise, the previous value is replaced.</dd>
-<dd><code>values</code> - The new value for this property.</dd>
+<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  
+   <br>Otherwise, the previous value is replaced.</dd>
+<dd><code>values</code> - The new values for this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Classes.
+      <li>Arrays and collections of classes.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1753,7 +1760,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.277">notBeanPackagesRemove</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanPackagesRemove-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean package exclusions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanPackages"><code>BeanContext.BEAN_notBeanPackages</code></a>
@@ -1762,7 +1769,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#notBeanPackagesRemove-java.lang.Object...-">notBeanPackagesRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to remove from this property.</dd>
+<dd><code>values</code> - <br>Values can consist of any of the following types:
+   <br>Possible values are:
+   <ul>
+      <li>Strings.
+      <li>Arrays and collections of strings.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1777,7 +1789,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.283">notBeanClasses</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanClasses-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean class exclusions.
-
+ 
+ <p>
+ List of classes that should not be treated as beans even if they appear to be bean-like.
+ <br>Not-bean classes are converted to <code>Strings</code> during serialization.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a>
@@ -1786,7 +1802,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#notBeanClasses-java.lang.Object...-">notBeanClasses</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to add to this property.</dd>
+<dd><code>values</code> - The values to add to this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Classes.
+      <li>Arrays and collections of classes.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1801,7 +1822,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.289">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanClasses-java.lang.Class...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean class exclusions.
-
+ 
+ <p>
+ List of classes that should not be treated as beans even if they appear to be bean-like.
+ <br>Not-bean classes are converted to <code>Strings</code> during serialization.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a>
@@ -1826,11 +1851,11 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
                                            <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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanClasses-boolean-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean class exclusions.
-
+ 
  <p>
- Not-bean classes are typically converted to <code>Strings</code> during serialization even if they appear to be
+ Not-bean classes are converted to <code>Strings</code> during serialization even if they appear to be
  bean-like.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a>
@@ -1839,8 +1864,14 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#notBeanClasses-boolean-java.lang.Object...-">notBeanClasses</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  Otherwise, the previous value is replaced.</dd>
-<dd><code>values</code> - The new value for this property.</dd>
+<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  
+   <br>Otherwise, the previous value is replaced.</dd>
+<dd><code>values</code> - The new value for this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Classes.
+      <li>Arrays and collections of classes.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1855,7 +1886,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.301">notBeanClassesRemove</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#notBeanClassesRemove-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean class exclusions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_notBeanClasses"><code>BeanContext.BEAN_notBeanClasses</code></a>
@@ -1864,7 +1895,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#notBeanClassesRemove-java.lang.Object...-">notBeanClassesRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to remove from this property.</dd>
+<dd><code>values</code> - The values to remove from this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Classes.
+      <li>Arrays and collections of classes.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1879,12 +1915,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.307">beanFilters</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFilters-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean filters.
-
+ 
  <p>
  This is a programmatic equivalent to the <a href="../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> annotation.
  <br>It's useful when you want to use the Bean annotation functionality, but you don't have the ability to alter 
  the bean classes.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a>
@@ -1893,7 +1929,14 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#beanFilters-java.lang.Object...-">beanFilters</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to add to this property.</dd>
+<dd><code>values</code> - The values to add to this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any bean class that specifies a value for <a href="../../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>@Bean.typeName()</code></a>.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau"><code>BeanDictionaryList</code></a> containing a collection of bean classes with type name annotations.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau"><code>BeanDictionaryMap</code></a> containing a mapping of type names to classes without type name annotations.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1911,7 +1954,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
  
  <p>
  Same as <a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFilters-java.lang.Object...-"><code>BeanContextBuilder.beanFilters(Object...)</code></a> but takes in an array of classes.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a>
@@ -1939,7 +1982,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
  
  <p>
  Same as <a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFilters-java.lang.Object...-"><code>BeanContextBuilder.beanFilters(Object...)</code></a> but allows you to optionally overwrite the previous value.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a>
@@ -1949,7 +1992,14 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#beanFilters-boolean-java.lang.Object...-">beanFilters</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  Otherwise, the previous value is replaced.</dd>
-<dd><code>values</code> - The new values for this property.</dd>
+<dd><code>values</code> - The new values for this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any bean class that specifies a value for <a href="../../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>@Bean.typeName()</code></a>.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau"><code>BeanDictionaryList</code></a> containing a collection of bean classes with type name annotations.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau"><code>BeanDictionaryMap</code></a> containing a mapping of type names to classes without type name annotations.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1964,10 +2014,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.325">beanFiltersRemove</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanFiltersRemove-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean filters.
-
+ 
  <p>
  Removes from the list of classes that make up the bean filters in this bean context.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanFilters"><code>BeanContext.BEAN_beanFilters</code></a>
@@ -1976,7 +2026,14 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#beanFiltersRemove-java.lang.Object...-">beanFiltersRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to remove from this property.</dd>
+<dd><code>values</code> - The values to remove from this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any bean class that specifies a value for <a href="../../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>@Bean.typeName()</code></a>.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryList.html" title="class in org.apache.juneau"><code>BeanDictionaryList</code></a> containing a collection of bean classes with type name annotations.
+      <li>Any subclass of <a href="../../../../org/apache/juneau/BeanDictionaryMap.html" title="class in org.apache.juneau"><code>BeanDictionaryMap</code></a> containing a mapping of type names to classes without type name annotations.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -1991,7 +2048,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.331">pojoSwaps</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#pojoSwaps-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  POJO swaps.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a>
@@ -2000,7 +2057,13 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#pojoSwaps-java.lang.Object...-">pojoSwaps</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to add to this property.</dd>
+<dd><code>values</code> - The values to add to this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any subclass of <a href="../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a>.
+      <li>Any surrogate class.  A shortcut for defining a <a href="../../../../org/apache/juneau/transform/SurrogateSwap.html" title="class in org.apache.juneau.transform"><code>SurrogateSwap</code></a>.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2015,7 +2078,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.337">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#pojoSwaps-java.lang.Class...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  POJO swaps.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a>
@@ -2040,14 +2103,14 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
                                       <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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#pojoSwaps-boolean-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  POJO swaps.
-
+ 
  <p>
  POJO swaps are used to "swap out" non-serializable classes with serializable equivalents during serialization,
  and "swap in" the non-serializable class during parsing.
  
  <p>
  An example of a POJO swap would be a <code>Calendar</code> object that gets swapped out for an ISO8601 string.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a>
@@ -2056,8 +2119,14 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#pojoSwaps-boolean-java.lang.Object...-">pojoSwaps</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  Otherwise, the previous value is replaced.</dd>
-<dd><code>values</code> - The new value for this property.</dd>
+<dd><code>append</code> - If <jk>true</jk>, the previous value is appended to.  
+   <br>Otherwise, the previous value is replaced.</dd>
+<dd><code>values</code> - The new value for this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Strings.
+      <li>Arrays and collections of strings.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2072,7 +2141,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.349">pojoSwapsRemove</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#pojoSwapsRemove-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  POJO swaps.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_pojoSwaps"><code>BeanContext.BEAN_pojoSwaps</code></a>
@@ -2081,7 +2150,13 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html#pojoSwapsRemove-java.lang.Object...-">pojoSwapsRemove</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title="class in org.apache.juneau.uon">UonParserBuilder</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>values</code> - The values to remove from this property.</dd>
+<dd><code>values</code> - The values to remove from this property.
+   <br>Values can consist of any of the following types:
+   <ul>
+      <li>Any subclass of <a href="../../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a>.
+      <li>Any surrogate class.  A shortcut for defining a <a href="../../../../org/apache/juneau/transform/SurrogateSwap.html" title="class in org.apache.juneau.transform"><code>SurrogateSwap</code></a>.
+      <li>Any array or collection of the objects above.
+   </ul></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>This object (for method chaining).</dd>
 </dl>
@@ -2096,12 +2171,12 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.355">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/String.html?is-external=true" title="class or interface in java.lang">String</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;&gt;&nbsp;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#implClasses-java.util.Map-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Implementation classes.
-
+ 
  <p>
  For interfaces and abstract classes this method can be used to specify an implementation class for the
  interface/abstract class so that instances of the implementation class are used when instantiated (e.g. during a
  parse).
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_implClasses"><code>BeanContext.BEAN_implClasses</code></a>
@@ -2126,7 +2201,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
                                           <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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#implClass-java.lang.Class-java.lang.Class-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Implementation classes.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_implClasses"><code>BeanContext.BEAN_implClasses</code></a>
@@ -2153,7 +2228,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.367">beanDictionary</a>(<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;values)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanDictionary-java.lang.Object...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean dictionary.
-
+ 
  <p>
  Adds to the list of classes that make up the bean dictionary in this bean context.
  
@@ -2180,10 +2255,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.373">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanDictionary-java.lang.Class...-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean dictionary.
-
+ 
  <p>
  Same as <a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanDictionary-java.lang.Object...-"><code>BeanContextBuilder.beanDictionary(Object...)</code></a> but takes in an array of classes.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a>
@@ -2239,7 +2314,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
  
  <p>
  Removes from the list of classes that make up the bean dictionary in this bean context.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a>
@@ -2263,7 +2338,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.391">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"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#beanTypePropertyName-java.lang.String-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Bean type property name.
-
+ 
  <p>
  This specifies the name of the bean property used to store the dictionary name of a bean type so that the
  parser knows the data type to reconstruct.
@@ -2292,7 +2367,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.397">locale</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#locale-java.util.Locale-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Locale.
-
+ 
+ <p>
+ Specifies a default locale for serializer and parser sessions.
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_locale"><code>BeanContext.BEAN_locale</code></a>
@@ -2316,7 +2394,7 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.403">timeZone</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html?is-external=true" title="class or interface in java.util">TimeZone</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#timeZone-java.util.TimeZone-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  TimeZone.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_timeZone"><code>BeanContext.BEAN_timeZone</code></a>
@@ -2340,10 +2418,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.409">mediaType</a>(<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http">MediaType</a>&nbsp;value)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#mediaType-org.apache.juneau.http.MediaType-">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Media type.
-
+ 
  <p>
  Specifies a default media type value for serializer and parser sessions.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_mediaType"><code>BeanContext.BEAN_mediaType</code></a>
@@ -2367,10 +2445,10 @@ extends <a href="../../../../org/apache/juneau/uon/UonParserBuilder.html" title=
 <pre>public&nbsp;<a href="../../../../org/apache/juneau/httppart/UonPartParserBuilder.html" title="class in org.apache.juneau.httppart">UonPartParserBuilder</a>&nbsp;<a href="../../../../src-html/org/apache/juneau/httppart/UonPartParserBuilder.html#line.415">debug</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/apache/juneau/BeanContextBuilder.html#debug--">BeanContextBuilder</a></code></span></div>
 <div class="block">Configuration property:  Debug mode.
-
+ 
  <p>
  Shortcut for calling <code>debug(<jk>true</jk>)</code>.
-
+ 
  <h5 class='section'>See Also:</h5>
  <ul>
    <li class='jf'><a href="../../../../org/apache/juneau/BeanContext.html#BEAN_debug"><code>BeanContext.BEAN_debug</code></a>

http://git-wip-us.apache.org/repos/asf/juneau-website/blob/c319662c/content/site/apidocs/org/apache/juneau/httppart/UonPartSerializer.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/httppart/UonPartSerializer.html b/content/site/apidocs/org/apache/juneau/httppart/UonPartSerializer.html
index 1b01958..b34d983 100644
--- a/content/site/apidocs/org/apache/juneau/httppart/UonPartSerializer.html
+++ b/content/site/apidocs/org/apache/juneau/httppart/UonPartSerializer.html
@@ -276,7 +276,7 @@ implements <a href="../../../../org/apache/juneau/httppart/HttpPartSerializer.ht
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.juneau.uon.<a href="../../../../org/apache/juneau/uon/UonSerializer.html" title="class in org.apache.juneau.uon">UonSerializer</a></h3>
-<code><a href="../../../../org/apache/juneau/uon/UonSerializer.html#asMap--">asMap</a>, <a href="../../../../org/apache/juneau/uon/UonSerializer.html#createSession-org.apache.juneau.serializer.SerializerSessionArgs-">createSession</a>, <a href="../../../../org/apache/juneau/uon/UonSerializer.html#getParamFormat--">getParamFormat</a></code></li>
+<code><a href="../../../../org/apache/juneau/uon/UonSerializer.html#asMap--">asMap</a>, <a href="../../../../org/apache/juneau/uon/UonSerializer.html#createSession-org.apache.juneau.serializer.SerializerSessionArgs-">createSession</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.serializer.WriterSerializer">
@@ -416,7 +416,7 @@ implements <a href="../../../../org/apache/juneau/httppart/HttpPartSerializer.ht
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../org/apache/juneau/httppart/HttpPartSerializer.html#serialize-org.apache.juneau.httppart.HttpPartType-java.lang.Object-">HttpPartSerializer</a></code></span></div>
 <div class="block">Converts the specified value to a string that can be used as an HTTP header value, query parameter value,
  form-data parameter, or URI path variable.
-
+ 
  <p>
  Returned values should NOT be URL-encoded.</div>
 <dl>