http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/BeanMap.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/BeanMap.html 
b/content/site/apidocs/org/apache/juneau/BeanMap.html
index 33c820c..9c85962 100644
--- a/content/site/apidocs/org/apache/juneau/BeanMap.html
+++ b/content/site/apidocs/org/apache/juneau/BeanMap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BeanMap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>BeanMap (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BeanMap (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="BeanMap (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
+var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../org/apache/juneau/BeanDictionaryBuilder.html" 
title="class in org.apache.juneau"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../org/apache/juneau/BeanDictionaryMap.html" title="class 
in org.apache.juneau"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../org/apache/juneau/BeanMapEntry.html" title="class in 
org.apache.juneau"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -126,12 +126,11 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.58">BeanMap</a>&lt;T&gt;
+<pre>public class <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.53">BeanMap</a>&lt;T&gt;
 extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true";
 title="class or interface in java.util">AbstractMap</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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;
 implements <a href="../../../org/apache/juneau/Delegate.html" title="interface 
in org.apache.juneau">Delegate</a>&lt;T&gt;</pre>
 <div class="block">Java bean wrapper class.
 
-
  <h6 class='topic'>Description</h6>
  <p>
    A wrapper that wraps Java bean instances inside of 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"><code>Map</code></a> interface that 
allows
@@ -139,7 +138,6 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
  <p>
    Use the <a href="../../../org/apache/juneau/BeanContext.html" title="class 
in org.apache.juneau"><code>BeanContext</code></a> class to create instances of 
this class.
 
-
  <h6 class='topic'>Bean property order</h6>
  <p>
    The order of the properties returned by the <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true#keySet--";
 title="class or interface in java.util"><code>keySet()</code></a> and <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true#entrySet--";
 title="class or interface in java.util"><code>entrySet()</code></a> methods 
are as follows:
@@ -151,16 +149,11 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
    <br>
    The order can also be overridden through the use of a <a 
href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a>.
 
-
  <h6 class='topic'>POJO swaps</h6>
  <p>
    If <a href="../../../org/apache/juneau/transform/PojoSwap.html" 
title="class in org.apache.juneau.transform"><code>PojoSwaps</code></a> are 
defined on the class types of the properties of this bean or the bean 
properties themselves, the
    <a 
href="../../../org/apache/juneau/BeanMap.html#get-java.lang.Object-"><code>get(Object)</code></a>
 and <a 
href="../../../org/apache/juneau/BeanMap.html#put-java.lang.String-java.lang.Object-"><code>put(String,
 Object)</code></a> methods will automatically
    transform the property value to and from the serialized form.</div>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>Barry M. Caceres, James Bognar ([email protected])</dd>
-</dl>
 </li>
 </ul>
 </div>
@@ -242,7 +235,8 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#BeanMap-T-org.apache.juneau.BeanMeta-">BeanMap</a></span>(<a
 href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&nbsp;bean,
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#BeanMap-org.apache.juneau.BeanSession-T-org.apache.juneau.BeanMeta-">BeanMap</a></span>(<a
 href="../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a>&nbsp;session,
+       <a href="../../../org/apache/juneau/BeanMap.html" title="type parameter 
in BeanMap">T</a>&nbsp;bean,
        <a href="../../../org/apache/juneau/BeanMeta.html" title="class in 
org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;meta)</code>
 <div class="block">Instance of this class are instantiated through the 
BeanContext class.</div>
 </td>
@@ -294,68 +288,74 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 </td>
 </tr>
 <tr id="i5" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#getBeanSession--">getBeanSession</a></span>()</code>
+<div class="block">Returns the bean session that created this bean map.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#getClassMeta--">getClassMeta</a></span>()</code>
 <div class="block">Returns the <a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau"><code>ClassMeta</code></a> of the wrapped bean.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#getMeta--">getMeta</a></span>()</code>
 <div class="block">Returns the metadata associated with this bean map.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>protected <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#getProperties--">getProperties</a></span>()</code>
 <div class="block">Returns a simple collection of properties for this bean 
map.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../org/apache/juneau/BeanMapEntry.html" title="class in 
org.apache.juneau">BeanMapEntry</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#getProperty-java.lang.String-">getProperty</a></span>(<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;propertyName)</code>
 <div class="block">Returns the specified property on this bean map.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#getPropertyMeta-java.lang.String-">getPropertyMeta</a></span>(<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;propertyName)</code>
 <div class="block">Returns the metadata on the specified property.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in 
org.apache.juneau">BeanPropertyValue</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#getValues-boolean-org.apache.juneau.BeanPropertyValue...-">getValues</a></span>(boolean&nbsp;ignoreNulls,
          <a href="../../../org/apache/juneau/BeanPropertyValue.html" 
title="class in 
org.apache.juneau">BeanPropertyValue</a>...&nbsp;prependVals)</code>
 <div class="block">Invokes all the getters on this bean and return the values 
as a list of <a href="../../../org/apache/juneau/BeanPropertyValue.html" 
title="class in org.apache.juneau"><code>BeanPropertyValue</code></a> 
objects.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</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;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#keySet--">keySet</a></span>()</code>
 <div class="block">Returns the names of all properties associated with the 
bean.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#load-java.util.Map-">load</a></span>(<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>&nbsp;entries)</code>
 <div class="block">Convenience method for loading this map with the contents 
of the specified map.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code><a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#load-java.io.Reader-org.apache.juneau.parser.ReaderParser-">load</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;r,
     <a href="../../../org/apache/juneau/parser/ReaderParser.html" title="class 
in org.apache.juneau.parser">ReaderParser</a>&nbsp;p)</code>
 <div class="block">Convenience method for setting multiple property values by 
passing in a reader.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code><a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#load-java.lang.String-">load</a></span>(<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;input)</code>
 <div class="block">Convenience method for setting multiple property values by 
passing in JSON (or other) text.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><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></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../org/apache/juneau/BeanMap.html#put-java.lang.String-java.lang.Object-">put</a></span>(<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;property,
    <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)</code>
@@ -404,7 +404,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>bean</h4>
-<pre>protected&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="type parameter in BeanMap">T</a> <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.61">bean</a></pre>
+<pre>protected&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="type parameter in BeanMap">T</a> <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.56">bean</a></pre>
 <div class="block">The wrapped object.</div>
 </li>
 </ul>
@@ -414,7 +414,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>propertyCache</h4>
-<pre>protected&nbsp;<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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.64">propertyCache</a></pre>
+<pre>protected&nbsp;<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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.59">propertyCache</a></pre>
 <div class="block">Temporary holding cache for beans with read-only 
properties.  Normally null.</div>
 </li>
 </ul>
@@ -424,7 +424,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>arrayPropertyCache</h4>
-<pre>protected&nbsp;<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/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;?&gt;&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.67">arrayPropertyCache</a></pre>
+<pre>protected&nbsp;<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/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;?&gt;&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.62">arrayPropertyCache</a></pre>
 <div class="block">Temporary holding cache for bean properties of array types 
when the add() method is being used.</div>
 </li>
 </ul>
@@ -434,7 +434,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockListLast">
 <li class="blockList">
 <h4>meta</h4>
-<pre>protected&nbsp;<a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.70">meta</a></pre>
+<pre>protected&nbsp;<a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.65">meta</a></pre>
 <div class="block">The BeanMeta associated with the class of the object.</div>
 </li>
 </ul>
@@ -446,19 +446,21 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="BeanMap-java.lang.Object-org.apache.juneau.BeanMeta-">
+<a 
name="BeanMap-org.apache.juneau.BeanSession-java.lang.Object-org.apache.juneau.BeanMeta-">
 <!--   -->
-</a><a name="BeanMap-T-org.apache.juneau.BeanMeta-">
+</a><a 
name="BeanMap-org.apache.juneau.BeanSession-T-org.apache.juneau.BeanMeta-">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BeanMap</h4>
-<pre>protected&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.78">BeanMap</a>(<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&nbsp;bean,
+<pre>protected&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.76">BeanMap</a>(<a 
href="../../../org/apache/juneau/BeanSession.html" title="class in 
org.apache.juneau">BeanSession</a>&nbsp;session,
+                  <a href="../../../org/apache/juneau/BeanMap.html" 
title="type parameter in BeanMap">T</a>&nbsp;bean,
                   <a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;meta)</pre>
 <div class="block">Instance of this class are instantiated through the 
BeanContext class.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>session</code> - The bean session object that created this bean 
map.</dd>
 <dd><code>bean</code> - The bean to wrap inside this map.</dd>
 <dd><code>meta</code> - The metadata associated with the bean class.</dd>
 </dl>
@@ -478,7 +480,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>getMeta</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.90">getMeta</a>()</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.89">getMeta</a>()</pre>
 <div class="block">Returns the metadata associated with this bean map.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -486,13 +488,27 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 </dl>
 </li>
 </ul>
+<a name="getBeanSession--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBeanSession</h4>
+<pre>public final&nbsp;<a href="../../../org/apache/juneau/BeanSession.html" 
title="class in org.apache.juneau">BeanSession</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.98">getBeanSession</a>()</pre>
+<div class="block">Returns the bean session that created this bean map.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The bean session that created this bean map.</dd>
+</dl>
+</li>
+</ul>
 <a name="getBean--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getBean</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" title="type 
parameter in BeanMap">T</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.101">getBean</a>()</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" title="type 
parameter in BeanMap">T</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.109">getBean</a>()</pre>
 <div class="block">Returns the wrapped bean object.
  Triggers bean creation if bean has read-only properties set through a 
constructor
    defined by the <a 
href="../../../org/apache/juneau/annotation/BeanConstructor.html" 
title="annotation in 
org.apache.juneau.annotation"><code>BeanConstructor</code></a> annotation.</div>
@@ -508,7 +524,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>getBean</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" title="type 
parameter in BeanMap">T</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.135">getBean</a>(boolean&nbsp;create)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" title="type 
parameter in BeanMap">T</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.143">getBean</a>(boolean&nbsp;create)</pre>
 <div class="block">Returns the wrapped bean object.
  <p>
  If <code>create</code> is <jk>false</jk>, then this method may return 
<jk>null</jk>
@@ -532,7 +548,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>put</h4>
-<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.192">put</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;property,
+<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.200">put</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;property,
                   <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 the bean.
  <p>
@@ -584,7 +600,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>add</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.224">add</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;property,
+<pre>public&nbsp;void&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.235">add</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;property,
                 <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">Add a value to a collection or array property.
  <p>
@@ -603,7 +619,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.270">get</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;property)</pre>
+<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.281">get</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;property)</pre>
 <div class="block">Gets a property on the bean.
  <p>
  If there is a <a href="../../../org/apache/juneau/transform/PojoSwap.html" 
title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> 
associated with this bean property or bean property type class, then
@@ -651,7 +667,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>load</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.295">load</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;input)
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.306">load</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;input)
                 throws <a 
href="../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a></pre>
 <div class="block">Convenience method for setting multiple property values by 
passing in JSON (or other) text.
  <p>
@@ -679,7 +695,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>load</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.309">load</a>(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;r,
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.320">load</a>(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true";
 title="class or interface in java.io">Reader</a>&nbsp;r,
                        <a 
href="../../../org/apache/juneau/parser/ReaderParser.html" title="class in 
org.apache.juneau.parser">ReaderParser</a>&nbsp;p)
                 throws <a 
href="../../../org/apache/juneau/parser/ParseException.html" title="class in 
org.apache.juneau.parser">ParseException</a>,
                        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
@@ -702,7 +718,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>load</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.323">load</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>&nbsp;entries)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.334">load</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>&nbsp;entries)</pre>
 <div class="block">Convenience method for loading this map with the contents 
of the specified map.
  <p>
  Identical to <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true#putAll-java.util.Map-";
 title="class or interface in 
java.util"><code>AbstractMap.putAll(Map)</code></a> except as a fluent-style 
method.</div>
@@ -720,7 +736,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>keySet</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</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;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.334">keySet</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</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;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.345">keySet</a>()</pre>
 <div class="block">Returns the names of all properties associated with the 
bean.
  <p>
    The returned set is unmodifiable.</div>
@@ -738,7 +754,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperty</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMapEntry.html" 
title="class in org.apache.juneau">BeanMapEntry</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.351">getProperty</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;propertyName)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMapEntry.html" 
title="class in org.apache.juneau">BeanMapEntry</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.362">getProperty</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;propertyName)</pre>
 <div class="block">Returns the specified property on this bean map.
  <p>
    Allows you to get and set an individual property on a bean without having a
@@ -761,7 +777,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>getPropertyMeta</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.364">getPropertyMeta</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;propertyName)</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.375">getPropertyMeta</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;propertyName)</pre>
 <div class="block">Returns the metadata on the specified property.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -777,7 +793,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>getClassMeta</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.374">getClassMeta</a>()</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMap.html" title="type parameter in 
BeanMap">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.385">getClassMeta</a>()</pre>
 <div class="block">Returns the <a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau"><code>ClassMeta</code></a> of the wrapped bean.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -793,7 +809,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>getValues</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in 
org.apache.juneau">BeanPropertyValue</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.390">getValues</a>(boolean&nbsp;ignoreNulls,
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in 
org.apache.juneau">BeanPropertyValue</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.401">getValues</a>(boolean&nbsp;ignoreNulls,
                                          <a 
href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in 
org.apache.juneau">BeanPropertyValue</a>...&nbsp;prependVals)</pre>
 <div class="block">Invokes all the getters on this bean and return the values 
as a list of <a href="../../../org/apache/juneau/BeanPropertyValue.html" 
title="class in org.apache.juneau"><code>BeanPropertyValue</code></a> objects.
  <p>
@@ -814,7 +830,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperties</h4>
-<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.416">getProperties</a>()</pre>
+<pre>protected&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.427">getProperties</a>()</pre>
 <div class="block">Returns a simple collection of properties for this bean 
map.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -828,7 +844,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <ul class="blockListLast">
 <li class="blockList">
 <h4>entrySet</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true";
 title="class or interface in java.util">Map.Entry</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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.425">entrySet</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true";
 title="class or interface in java.util">Set</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true";
 title="class or interface in java.util">Map.Entry</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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMap.html#line.436">entrySet</a>()</pre>
 <div class="block">Returns all the properties associated with the bean.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -868,7 +884,7 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../org/apache/juneau/BeanDictionaryBuilder.html" 
title="class in org.apache.juneau"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../org/apache/juneau/BeanDictionaryMap.html" title="class 
in org.apache.juneau"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../org/apache/juneau/BeanMapEntry.html" title="class in 
org.apache.juneau"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -909,6 +925,6 @@ implements <a 
href="../../../org/apache/juneau/Delegate.html" title="interface i
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/BeanMapEntry.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/BeanMapEntry.html 
b/content/site/apidocs/org/apache/juneau/BeanMapEntry.html
index f8010b4..46e2d78 100644
--- a/content/site/apidocs/org/apache/juneau/BeanMapEntry.html
+++ b/content/site/apidocs/org/apache/juneau/BeanMapEntry.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BeanMapEntry (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
+<title>BeanMapEntry (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BeanMapEntry (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="BeanMapEntry (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.45">BeanMapEntry</a>
+<pre>public class <a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.43">BeanMapEntry</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>
 implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true";
 title="class or interface in java.util">Map.Entry</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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;</pre>
 <div class="block">Represents a single entry in a bean map.
@@ -137,10 +137,6 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
    <jc>// Or if the DateSwap.DEFAULT_ISO8601DT is registered with the bean 
context, set a transformed value</jc>
    birthDate.setValue(<js>"'1901-03-03T04:05:06-5000'"</js>);
  </p></div>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>James Bognar ([email protected])</dd>
-</dl>
 </li>
 </ul>
 </div>
@@ -248,7 +244,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BeanMapEntry</h4>
-<pre>protected&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.55">BeanMapEntry</a>(<a
 href="../../../org/apache/juneau/BeanMap.html" title="class in 
org.apache.juneau">BeanMap</a>&lt;?&gt;&nbsp;beanMap,
+<pre>protected&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.53">BeanMapEntry</a>(<a
 href="../../../org/apache/juneau/BeanMap.html" title="class in 
org.apache.juneau">BeanMap</a>&lt;?&gt;&nbsp;beanMap,
                        <a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&nbsp;property)</pre>
 <div class="block">Constructor.</div>
 <dl>
@@ -272,7 +268,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
 <ul class="blockList">
 <li class="blockList">
 <h4>getKey</h4>
-<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.61">getKey</a>()</pre>
+<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.59">getKey</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true#getKey--";
 title="class or interface in java.util">getKey</a></code>&nbsp;in 
interface&nbsp;<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true";
 title="class or interface in java.util">Map.Entry</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/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&gt;</code></dd>
@@ -285,7 +281,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
 <ul class="blockList">
 <li class="blockList">
 <h4>getValue</h4>
-<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.76">getValue</a>()</pre>
+<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.74">getValue</a>()</pre>
 <div class="block">Returns the value of this property.
  <p>
  If there is a <a href="../../../org/apache/juneau/transform/PojoSwap.html" 
title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> 
associated with this bean property or bean property type class, then
@@ -306,7 +302,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
 <ul class="blockList">
 <li class="blockList">
 <h4>setValue</h4>
-<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.97">setValue</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;value)</pre>
+<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.95">setValue</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;value)</pre>
 <div class="block">Sets the value of this property.
  <p>
  If the property is an array of type <code>X</code>, then the value can be a 
<code>Collection&lt;X&gt;</code> or <code>X[]</code> or <code>Object[]</code>.
@@ -333,7 +329,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
 <ul class="blockList">
 <li class="blockList">
 <h4>getBeanMap</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.106">getBeanMap</a>()</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanMap.html" 
title="class in org.apache.juneau">BeanMap</a>&lt;?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.104">getBeanMap</a>()</pre>
 <div class="block">Returns the bean map that contains this property.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -347,7 +343,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
 <ul class="blockList">
 <li class="blockList">
 <h4>getMeta</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.115">getMeta</a>()</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.113">getMeta</a>()</pre>
 <div class="block">Returns the metadata about this bean property.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -361,7 +357,7 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.120">toString</a>()</pre>
+<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMapEntry.html#line.118">toString</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><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">toString</a></code>&nbsp;in 
class&nbsp;<code><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></code></dd>
@@ -437,6 +433,6 @@ implements <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/BeanMeta.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/BeanMeta.html 
b/content/site/apidocs/org/apache/juneau/BeanMeta.html
index d98cbe3..82d4536 100644
--- a/content/site/apidocs/org/apache/juneau/BeanMeta.html
+++ b/content/site/apidocs/org/apache/juneau/BeanMeta.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BeanMeta (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
+<title>BeanMeta (Apache Juneau (incubating) 6.0.2-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BeanMeta (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="BeanMeta (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -117,11 +117,10 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.61">BeanMeta</a>&lt;T&gt;
+<pre>public class <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.56">BeanMeta</a>&lt;T&gt;
 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">Encapsulates all access to the properties of a bean class 
(like a souped-up <a 
href="http://docs.oracle.com/javase/7/docs/api/java/beans/BeanInfo.html?is-external=true";
 title="class or interface in java.beans"><code>BeanInfo</code></a>).
 
-
  <h6 class='topic'>Description</h6>
  <p>
    Uses introspection to find all the properties associated with this class.  
If the <a href="../../../org/apache/juneau/annotation/Bean.html" 
title="annotation in org.apache.juneau.annotation"><code>@Bean</code></a> 
annotation
@@ -129,7 +128,6 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
    then that information is used to determine the properties on the class.
    Otherwise, the <code>BeanInfo</code> functionality in Java is used to 
determine the properties on the class.
 
-
  <h6 class='topic'>Bean property ordering</h6>
  <p>
    The order of the properties are as follows:
@@ -144,10 +142,6 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
    </ul>
    <br>
    The order can also be overridden through the use of an <a 
href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform"><code>BeanFilter</code></a>.</div>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>Barry M. Caceres, James Bognar ([email protected])</dd>
-</dl>
 </li>
 </ul>
 </div>
@@ -358,7 +352,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>classMeta</h4>
-<pre>protected final&nbsp;<a href="../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.64">classMeta</a></pre>
+<pre>protected final&nbsp;<a href="../../../org/apache/juneau/ClassMeta.html" 
title="class in org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.59">classMeta</a></pre>
 <div class="block">The target class type that this meta object describes.</div>
 </li>
 </ul>
@@ -368,7 +362,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>c</h4>
-<pre>protected final&nbsp;<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;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.67">c</a></pre>
+<pre>protected final&nbsp;<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;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.62">c</a></pre>
 <div class="block">The target class that this meta object describes.</div>
 </li>
 </ul>
@@ -378,7 +372,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>protected final&nbsp;<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="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.70">properties</a></pre>
+<pre>protected final&nbsp;<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="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.65">properties</a></pre>
 <div class="block">The properties on the target class.</div>
 </li>
 </ul>
@@ -388,7 +382,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>getterProps</h4>
-<pre>protected final&nbsp;<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/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</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>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.73">getterProps</a></pre>
+<pre>protected final&nbsp;<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/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</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>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.68">getterProps</a></pre>
 <div class="block">The getter properties on the target class.</div>
 </li>
 </ul>
@@ -398,7 +392,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>setterProps</h4>
-<pre>protected final&nbsp;<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/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</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>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.76">setterProps</a></pre>
+<pre>protected final&nbsp;<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/reflect/Method.html?is-external=true";
 title="class or interface in java.lang.reflect">Method</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>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.71">setterProps</a></pre>
 <div class="block">The setter properties on the target class.</div>
 </li>
 </ul>
@@ -408,7 +402,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>ctx</h4>
-<pre>protected final&nbsp;<a 
href="../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.79">ctx</a></pre>
+<pre>protected final&nbsp;<a 
href="../../../org/apache/juneau/BeanContext.html" title="class in 
org.apache.juneau">BeanContext</a> <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.74">ctx</a></pre>
 <div class="block">The bean context that created this metadata object.</div>
 </li>
 </ul>
@@ -418,7 +412,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>beanFilter</h4>
-<pre>protected final&nbsp;<a 
href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform">BeanFilter</a> <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.82">beanFilter</a></pre>
+<pre>protected final&nbsp;<a 
href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform">BeanFilter</a> <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.77">beanFilter</a></pre>
 <div class="block">Optional bean filter associated with the target class.</div>
 </li>
 </ul>
@@ -428,7 +422,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>typeVarImpls</h4>
-<pre>protected final&nbsp;<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; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.85">typeVarImpls</a></pre>
+<pre>protected final&nbsp;<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; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.80">typeVarImpls</a></pre>
 <div class="block">Type variables implemented by this bean.</div>
 </li>
 </ul>
@@ -438,7 +432,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockList">
 <li class="blockList">
 <h4>constructor</h4>
-<pre>protected final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Constructor.html?is-external=true";
 title="class or interface in java.lang.reflect">Constructor</a>&lt;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.88">constructor</a></pre>
+<pre>protected final&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Constructor.html?is-external=true";
 title="class or interface in java.lang.reflect">Constructor</a>&lt;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt; <a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.83">constructor</a></pre>
 <div class="block">The constructor for this bean.</div>
 </li>
 </ul>
@@ -448,7 +442,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>constructorArgs</h4>
-<pre>protected final&nbsp;<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="../../../src-html/org/apache/juneau/BeanMeta.html#line.91">constructorArgs</a></pre>
+<pre>protected final&nbsp;<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="../../../src-html/org/apache/juneau/BeanMeta.html#line.86">constructorArgs</a></pre>
 <div class="block">For beans with constructors with BeanConstructor 
annotation, this is the list of constructor arg properties.</div>
 </li>
 </ul>
@@ -466,7 +460,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BeanMeta</h4>
-<pre>protected&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.109">BeanMeta</a>(<a
 href="../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt;&nbsp;classMeta,
+<pre>protected&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.105">BeanMeta</a>(<a
 href="../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt;&nbsp;classMeta,
                    <a href="../../../org/apache/juneau/BeanContext.html" 
title="class in org.apache.juneau">BeanContext</a>&nbsp;ctx,
                    <a 
href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in 
org.apache.juneau.transform">BeanFilter</a>&nbsp;beanFilter,
                    <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;pNames)</pre>
@@ -495,7 +489,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <li class="blockList">
 <h4>getClassMeta</h4>
 <pre><a href="../../../org/apache/juneau/annotation/BeanIgnore.html" 
title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public&nbsp;<a href="../../../org/apache/juneau/ClassMeta.html" title="class 
in org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.410">getClassMeta</a>()</pre>
+public&nbsp;<a href="../../../org/apache/juneau/ClassMeta.html" title="class 
in org.apache.juneau">ClassMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in 
BeanMeta">T</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.416">getClassMeta</a>()</pre>
 <div class="block">Returns the <a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in 
org.apache.juneau"><code>ClassMeta</code></a> of this bean.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -509,7 +503,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getDictionaryName</h4>
-<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.419">getDictionaryName</a>()</pre>
+<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.425">getDictionaryName</a>()</pre>
 <div class="block">Returns the dictionary name for this bean as defined 
through the <a 
href="../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>Bean.typeName()</code></a>
 annotation.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -523,7 +517,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getSubTypeProperty</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.430">getSubTypeProperty</a>()</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.436">getSubTypeProperty</a>()</pre>
 <div class="block">Returns the subtype property of this bean if it has one.
  <p>
  The subtype is specified using the <a 
href="../../../org/apache/juneau/annotation/Bean.html#subTypeProperty--"><code>Bean.subTypeProperty()</code></a>
 annotation.</div>
@@ -539,7 +533,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>isSubTyped</h4>
-<pre>public&nbsp;boolean&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.440">isSubTyped</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.446">isSubTyped</a>()</pre>
 <div class="block">Returns <jk>true</jk> if this bean has subtypes associated 
with it.
  Subtypes are defined using the <a 
href="../../../org/apache/juneau/annotation/Bean.html#subTypes--"><code>Bean.subTypes()</code></a>
 annotation.</div>
 <dl>
@@ -554,7 +548,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getTypeProperty</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.450">getTypeProperty</a>()</pre>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.456">getTypeProperty</a>()</pre>
 <div class="block">Returns a mock bean property that resolves to the name 
<js>"_type"</js> and whose value always resolves
    to the dictionary name of the bean.</div>
 <dl>
@@ -569,7 +563,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getPropertyMetas</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.601">getPropertyMetas</a>()</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.617">getPropertyMetas</a>()</pre>
 <div class="block">Returns the metadata on all properties associated with this 
bean.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -583,7 +577,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getPropertyMetas</h4>
-<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.611">getPropertyMetas</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;pNames)</pre>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true";
 title="class or interface in java.util">Collection</a>&lt;<a 
href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in 
org.apache.juneau">BeanPropertyMeta</a>&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.627">getPropertyMetas</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;pNames)</pre>
 <div class="block">Returns the metadata on the specified list of 
properties.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -599,7 +593,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getExtendedMeta</h4>
-<pre>public&nbsp;&lt;M extends <a 
href="../../../org/apache/juneau/BeanMetaExtended.html" title="class in 
org.apache.juneau">BeanMetaExtended</a>&gt;&nbsp;M&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.626">getExtendedMeta</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;M&gt;&nbsp;metaDataClass)</pre>
+<pre>public&nbsp;&lt;M extends <a 
href="../../../org/apache/juneau/BeanMetaExtended.html" title="class in 
org.apache.juneau">BeanMetaExtended</a>&gt;&nbsp;M&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.642">getExtendedMeta</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;M&gt;&nbsp;metaDataClass)</pre>
 <div class="block">Returns the language-specified extended metadata on this 
bean class.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -615,7 +609,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>getPropertyMeta</h4>
-<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.637">getPropertyMeta</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>
+<pre>public&nbsp;<a href="../../../org/apache/juneau/BeanPropertyMeta.html" 
title="class in org.apache.juneau">BeanPropertyMeta</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.653">getPropertyMeta</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>
 <div class="block">Returns metadata about the specified property.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -632,7 +626,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockList">
 <li class="blockList">
 <h4>newBean</h4>
-<pre>protected&nbsp;<a href="../../../org/apache/juneau/BeanMeta.html" 
title="type parameter in BeanMeta">T</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.652">newBean</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;outer)
+<pre>protected&nbsp;<a href="../../../org/apache/juneau/BeanMeta.html" 
title="type parameter in BeanMeta">T</a>&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.668">newBean</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;outer)
              throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in java.lang">IllegalArgumentException</a>,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/InstantiationException.html?is-external=true";
 title="class or interface in java.lang">InstantiationException</a>,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true";
 title="class or interface in java.lang">IllegalAccessException</a>,
@@ -657,7 +651,7 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.782">toString</a>()</pre>
+<pre>public&nbsp;<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;<a 
href="../../../src-html/org/apache/juneau/BeanMeta.html#line.798">toString</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><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">toString</a></code>&nbsp;in 
class&nbsp;<code><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></code></dd>
@@ -733,6 +727,6 @@ public&nbsp;<a 
href="../../../org/apache/juneau/ClassMeta.html" title="class in
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html 
b/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html
index 76fccb4..7b90337 100644
--- a/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html
+++ b/content/site/apidocs/org/apache/juneau/BeanMetaExtended.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BeanMetaExtended (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
+<title>BeanMetaExtended (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BeanMetaExtended (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="BeanMetaExtended (Apache Juneau 
(incubating) 6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a 
href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.22">BeanMetaExtended</a>
+<pre>public class <a 
href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.21">BeanMetaExtended</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">Defines extended language-specific metadata associated with 
a bean.
  <p>
@@ -190,7 +190,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BeanMetaExtended</h4>
-<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.31">BeanMetaExtended</a>(<a
 href="../../../org/apache/juneau/BeanMeta.html" title="class in 
org.apache.juneau">BeanMeta</a>&lt;?&gt;&nbsp;bm)
+<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.30">BeanMetaExtended</a>(<a
 href="../../../org/apache/juneau/BeanMeta.html" title="class in 
org.apache.juneau">BeanMeta</a>&lt;?&gt;&nbsp;bm)
                  throws <a 
href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in 
org.apache.juneau">BeanRuntimeException</a></pre>
 <div class="block">Constructor.</div>
 <dl>
@@ -215,7 +215,7 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getBeanMeta</h4>
-<pre>protected&nbsp;<a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a>&lt;?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.39">getBeanMeta</a>()</pre>
+<pre>protected&nbsp;<a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau">BeanMeta</a>&lt;?&gt;&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.38">getBeanMeta</a>()</pre>
 <div class="block">Returns the bean metadata that was passed into the 
constructor.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -292,6 +292,6 @@ extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/b3409c1c/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html 
b/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html
index 29cb717..bee9048 100644
--- a/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html
+++ b/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BeanMetaFiltered (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
+<title>BeanMetaFiltered (Apache Juneau (incubating) 
6.0.2-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BeanMetaFiltered (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
+            parent.document.title="BeanMetaFiltered (Apache Juneau 
(incubating) 6.0.2-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -112,14 +112,10 @@
 </dl>
 <hr>
 <br>
-<pre>public final class <a 
href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.26">BeanMetaFiltered</a>&lt;T&gt;
+<pre>public final class <a 
href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.25">BeanMetaFiltered</a>&lt;T&gt;
 extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in 
org.apache.juneau">BeanMeta</a>&lt;T&gt;</pre>
 <div class="block">Sames as <a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.apache.juneau"><code>BeanMeta</code></a>, except the list 
of bean properties are limited
  by a <a 
href="../../../org/apache/juneau/annotation/BeanProperty.html#properties--"><code>BeanProperty.properties()</code></a>
 annotation.</div>
-<dl>
-<dt><span class="simpleTagLabel">Author:</span></dt>
-<dd>James Bognar ([email protected])</dd>
-</dl>
 </li>
 </ul>
 </div>
@@ -207,7 +203,7 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.a
 <ul class="blockList">
 <li class="blockList">
 <h4>BeanMetaFiltered</h4>
-<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.34">BeanMetaFiltered</a>(<a
 href="../../../org/apache/juneau/BeanMeta.html" title="class in 
org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter 
in BeanMetaFiltered">T</a>&gt;&nbsp;innerMeta,
+<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.33">BeanMetaFiltered</a>(<a
 href="../../../org/apache/juneau/BeanMeta.html" title="class in 
org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter 
in BeanMetaFiltered">T</a>&gt;&nbsp;innerMeta,
                         <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;pNames)</pre>
 <div class="block">Wrapper constructor.</div>
 <dl>
@@ -223,7 +219,7 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>BeanMetaFiltered</h4>
-<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.44">BeanMetaFiltered</a>(<a
 href="../../../org/apache/juneau/BeanMeta.html" title="class in 
org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter 
in BeanMetaFiltered">T</a>&gt;&nbsp;innerMeta,
+<pre>public&nbsp;<a 
href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.43">BeanMetaFiltered</a>(<a
 href="../../../org/apache/juneau/BeanMeta.html" title="class in 
org.apache.juneau">BeanMeta</a>&lt;<a 
href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter 
in BeanMetaFiltered">T</a>&gt;&nbsp;innerMeta,
                         <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;pNames)</pre>
 <div class="block">Wrapper constructor.</div>
 <dl>
@@ -302,6 +298,6 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" 
title="class in org.a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2017 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
 </body>
 </html>

Reply via email to