http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/3fcb8e91/content/site/apidocs/org/apache/juneau/ClassMeta.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/ClassMeta.html
b/content/site/apidocs/org/apache/juneau/ClassMeta.html
index 6ec478a..51ab4c3 100644
--- a/content/site/apidocs/org/apache/juneau/ClassMeta.html
+++ b/content/site/apidocs/org/apache/juneau/ClassMeta.html
@@ -227,139 +227,139 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
</td>
</tr>
<tr id="i12" class="altColor">
+<td class="colFirst"><code><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></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getBeanTypePropertyName--">getBeanTypePropertyName</a></span>()</code>
+<div class="block">Returns the type property name associated with this class
and subclasses.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
<td class="colFirst"><code>protected <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform">PojoSwap</a><?,?></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getChildPojoSwapForSwap-java.lang.Class-">getChildPojoSwapForSwap</a></span>(<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><?> normalClass)</code>
<div class="block">Returns the <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform"><code>PojoSwap</code></a> where the specified
class is the same/subclass of the normal class of
one of the child pojo swaps associated with this class.</div>
</td>
</tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
<td class="colFirst"><code>protected <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform">PojoSwap</a><?,?></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getChildPojoSwapForUnswap-java.lang.Class-">getChildPojoSwapForUnswap</a></span>(<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><?> swapClass)</code>
<div class="block">Returns the <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform"><code>PojoSwap</code></a> where the specified
class is the same/subclass of the swap class of
one of the child pojo swaps associated with this class.</div>
</td>
</tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
<td
class="colFirst"><code>org.apache.juneau.ClassMeta.ClassCategory</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getClassCategory--">getClassCategory</a></span>()</code>
<div class="block">Returns the category of this class.</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/reflect/Constructor.html?is-external=true"
title="class or interface in java.lang.reflect">Constructor</a><? extends
<a href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getConstructor--">getConstructor</a></span>()</code>
<div class="block">Returns the no-arg constructor for this class.</div>
</td>
</tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getDictionaryName--">getDictionaryName</a></span>()</code>
<div class="block">Returns the bean dictionary name associated with this
class.</div>
</td>
</tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getElementType--">getElementType</a></span>()</code>
<div class="block">For array and <code>Collection</code> types, returns the
class type of the components of the array or <code>Collection</code>.</div>
</td>
</tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
<td class="colFirst"><code><M extends <a
href="../../../org/apache/juneau/ClassMetaExtended.html" title="class in
org.apache.juneau">ClassMetaExtended</a>><br>M</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getExtendedMeta-java.lang.Class-">getExtendedMeta</a></span>(<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><M> c)</code>
<div class="block">Returns the language-specified extended metadata on this
class.</div>
</td>
</tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true"
title="class or interface in java.lang">Throwable</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getInitException--">getInitException</a></span>()</code>
<div class="block">Returns any exception that was throw in the
<code>init()</code> method.</div>
</td>
</tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
<td class="colFirst"><code><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><<a
href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getInnerClass--">getInnerClass</a></span>()</code>
<div class="block">Returns the <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang"><code>Class</code></a> object that
this class type wraps.</div>
</td>
</tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getKeyType--">getKeyType</a></span>()</code>
<div class="block">For <code>Map</code> types, returns the class type of the
keys of the <code>Map</code>.</div>
</td>
</tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getNameProperty--">getNameProperty</a></span>()</code>
<div class="block">Returns the method annotated with <a
href="../../../org/apache/juneau/annotation/NameProperty.html"
title="annotation in
org.apache.juneau.annotation"><code>@NameProperty</code></a>.</div>
</td>
</tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
<td class="colFirst"><code><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><? extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true"
title="class or interface in java.lang">Number</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getNewInstanceFromNumberClass--">getNewInstanceFromNumberClass</a></span>()</code>
<div class="block">Returns the class type of the parameter of the numeric
constructor.</div>
</td>
</tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getNotABeanReason--">getNotABeanReason</a></span>()</code>
<div class="block">Returns the reason why this class is not a bean, or
<jk>null</jk> if it is a bean.</div>
</td>
</tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getParentProperty--">getParentProperty</a></span>()</code>
<div class="block">Returns the method annotated with <a
href="../../../org/apache/juneau/annotation/ParentProperty.html"
title="annotation in
org.apache.juneau.annotation"><code>@ParentProperty</code></a>.</div>
</td>
</tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
<td class="colFirst"><code><a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform">PojoSwap</a><<a
href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>,?></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getPojoSwap--">getPojoSwap</a></span>()</code>
<div class="block">Returns the <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform"><code>PojoSwap</code></a> associated with this
class.</div>
</td>
</tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getPrimitiveDefault--">getPrimitiveDefault</a></span>()</code>
<div class="block">Returns the default value for primitives such as
<jk>int</jk> or <jk>Integer</jk>.</div>
</td>
</tr>
-<tr id="i28" class="altColor">
+<tr id="i29" class="rowColor">
<td class="colFirst"><code><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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getProxyableMethods--">getProxyableMethods</a></span>()</code>
<div class="block">All methods on this class that can be exposed as a proxy
method.</div>
</td>
</tr>
-<tr id="i29" class="rowColor">
+<tr id="i30" class="altColor">
<td class="colFirst"><code><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">InvocationHandler</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getProxyInvocationHandler--">getProxyInvocationHandler</a></span>()</code>
<div class="block">Returns the interface proxy invocation handler for this
class.</div>
</td>
</tr>
-<tr id="i30" class="altColor">
+<tr id="i31" class="rowColor">
<td class="colFirst"><code><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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getPublicMethods--">getPublicMethods</a></span>()</code>
<div class="block">All public methods on this class including static
methods.</div>
</td>
</tr>
-<tr id="i31" class="rowColor">
+<tr id="i32" class="altColor">
<td class="colFirst"><code><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></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getReadableName--">getReadableName</a></span>()</code>
<div class="block">Returns a readable name for this class (e.g.</div>
</td>
</tr>
-<tr id="i32" class="altColor">
+<tr id="i33" class="rowColor">
<td class="colFirst"><code><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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getRemoteableMethods--">getRemoteableMethods</a></span>()</code>
<div class="block">All methods on this class annotated with <a
href="../../../org/apache/juneau/annotation/Remoteable.html" title="annotation
in org.apache.juneau.annotation"><code>@Remotable</code></a>, or all public
methods if class is annotated.</div>
</td>
</tr>
-<tr id="i33" class="rowColor">
-<td class="colFirst"><code><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></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getResolvedDictionaryName--">getResolvedDictionaryName</a></span>()</code>
-<div class="block">Returns the resolved bean dictionary name associated with
this class.</div>
-</td>
-</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code><a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../org/apache/juneau/ClassMeta.html#getSerializedClassMeta--">getSerializedClassMeta</a></span>()</code>
@@ -655,33 +655,32 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<!-- -->
</a>
<h3>Method Detail</h3>
-<a name="getDictionaryName--">
+<a name="getBeanTypePropertyName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>getDictionaryName</h4>
-<pre>public <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/ClassMeta.html#line.707">getDictionaryName</a>()</pre>
-<div class="block">Returns the bean dictionary name associated with this class.
+<h4>getBeanTypePropertyName</h4>
+<pre>public <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/ClassMeta.html#line.705">getBeanTypePropertyName</a>()</pre>
+<div class="block">Returns the type property name associated with this class
and subclasses.
<p>
- The lexical name is defined by <a
href="../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>Bean.typeName()</code></a>.</div>
+ If <jk>null</jk>, <js>"_type"</js> should be assumed.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>The type name associated with this bean class, or <jk>null</jk> if there
is no type name defined or this isn't a bean.</dd>
+<dd>The type property name associated with this bean class, or <jk>null</jk>
if there is no explicit type property name defined or this isn't a bean.</dd>
</dl>
</li>
</ul>
-<a name="getResolvedDictionaryName--">
+<a name="getDictionaryName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
-<h4>getResolvedDictionaryName</h4>
-<pre>public <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/ClassMeta.html#line.719">getResolvedDictionaryName</a>()</pre>
-<div class="block">Returns the resolved bean dictionary name associated with
this class.
+<h4>getDictionaryName</h4>
+<pre>public <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/ClassMeta.html#line.716">getDictionaryName</a>()</pre>
+<div class="block">Returns the bean dictionary name associated with this class.
<p>
- Unlike <a
href="../../../org/apache/juneau/ClassMeta.html#getDictionaryName--"><code>getDictionaryName()</code></a>,
this method automatically resolves multidimensional arrays
- (e.g. <js>"X^^"</js> and returns array class metas accordingly if the base
class has a type name.</div>
+ The lexical name is defined by <a
href="../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>Bean.typeName()</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The type name associated with this bean class, or <jk>null</jk> if there
is no type name defined or this isn't a bean.</dd>
@@ -694,7 +693,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>getBeanRegistry</h4>
-<pre>public <a href="../../../org/apache/juneau/BeanRegistry.html"
title="class in org.apache.juneau">BeanRegistry</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.732">getBeanRegistry</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/BeanRegistry.html"
title="class in org.apache.juneau">BeanRegistry</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.729">getBeanRegistry</a>()</pre>
<div class="block">Returns the bean registry for this class.
<p>
This bean registry contains names specified in the <a
href="../../../org/apache/juneau/annotation/Bean.html#beanDictionary--"><code>Bean.beanDictionary()</code></a>
annotation defined
@@ -712,7 +711,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>getClassCategory</h4>
-<pre>public org.apache.juneau.ClassMeta.ClassCategory <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.741">getClassCategory</a>()</pre>
+<pre>public org.apache.juneau.ClassMeta.ClassCategory <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.738">getClassCategory</a>()</pre>
<div class="block">Returns the category of this class.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -726,7 +725,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>isAssignableFrom</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.751">isAssignableFrom</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><?> c)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.748">isAssignableFrom</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><?> c)</pre>
<div class="block">Returns <jk>true</jk> if this class is a superclass of or
the same as the specified class.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -742,7 +741,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>isInstanceOf</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.761">isInstanceOf</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><?> c)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.758">isInstanceOf</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><?> c)</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of or the
same as the specified class.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -758,7 +757,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>hasChildPojoSwaps</h4>
-<pre>protected boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.773">hasChildPojoSwaps</a>()</pre>
+<pre>protected boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.770">hasChildPojoSwaps</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class or any child classes
has a <a href="../../../org/apache/juneau/transform/PojoSwap.html" title="class
in org.apache.juneau.transform"><code>PojoSwap</code></a> associated with it.
<p>
Used when transforming bean properties to prevent having to look up
transforms if we know for certain
@@ -775,7 +774,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>getChildPojoSwapForSwap</h4>
-<pre>protected <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform">PojoSwap</a><?,?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.784">getChildPojoSwapForSwap</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><?> normalClass)</pre>
+<pre>protected <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform">PojoSwap</a><?,?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.781">getChildPojoSwapForSwap</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><?> normalClass)</pre>
<div class="block">Returns the <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform"><code>PojoSwap</code></a> where the specified
class is the same/subclass of the normal class of
one of the child pojo swaps associated with this class.</div>
<dl>
@@ -792,7 +791,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>getChildPojoSwapForUnswap</h4>
-<pre>protected <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform">PojoSwap</a><?,?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.811">getChildPojoSwapForUnswap</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><?> swapClass)</pre>
+<pre>protected <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform">PojoSwap</a><?,?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.808">getChildPojoSwapForUnswap</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><?> swapClass)</pre>
<div class="block">Returns the <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform"><code>PojoSwap</code></a> where the specified
class is the same/subclass of the swap class of
one of the child pojo swaps associated with this class.</div>
<dl>
@@ -809,7 +808,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>findNoArgConstructor</h4>
-<pre>protected static <T> <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><? extends
T> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.842">findNoArgConstructor</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><?> c,
+<pre>protected static <T> <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><? extends
T> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.839">findNoArgConstructor</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><?> c,
<a
href="../../../org/apache/juneau/Visibility.html" title="enum in
org.apache.juneau">Visibility</a> v)</pre>
<div class="block">Locates the no-arg constructor for the specified class.
Constructor must match the visibility requirements specified by parameter 'v'.
@@ -830,7 +829,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<ul class="blockList">
<li class="blockList">
<h4>getInnerClass</h4>
-<pre>public <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><<a
href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.860">getInnerClass</a>()</pre>
+<pre>public <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><<a
href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.857">getInnerClass</a>()</pre>
<div class="block">Returns the <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang"><code>Class</code></a> object that
this class type wraps.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -845,7 +844,7 @@ implements <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T
<li class="blockList">
<h4>getSerializedClassMeta</h4>
<pre><a href="../../../org/apache/juneau/annotation/BeanIgnore.html"
title="annotation in org.apache.juneau.annotation">@BeanIgnore</a>
-public <a href="../../../org/apache/juneau/ClassMeta.html" title="class
in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.870">getSerializedClassMeta</a>()</pre>
+public <a href="../../../org/apache/juneau/ClassMeta.html" title="class
in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.867">getSerializedClassMeta</a>()</pre>
<div class="block">Returns the serialized (swapped) form of this class if
there is an <a href="../../../org/apache/juneau/transform/PojoSwap.html"
title="class in org.apache.juneau.transform"><code>PojoSwap</code></a>
associated with it.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -859,7 +858,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getElementType</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.879">getElementType</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.876">getElementType</a>()</pre>
<div class="block">For array and <code>Collection</code> types, returns the
class type of the components of the array or <code>Collection</code>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -873,7 +872,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getKeyType</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.888">getKeyType</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.885">getKeyType</a>()</pre>
<div class="block">For <code>Map</code> types, returns the class type of the
keys of the <code>Map</code>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -887,7 +886,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getValueType</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.897">getValueType</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.894">getValueType</a>()</pre>
<div class="block">For <code>Map</code> types, returns the class type of the
values of the <code>Map</code>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -901,7 +900,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isDelegate</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.907">isDelegate</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.904">isDelegate</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class implements <a
href="../../../org/apache/juneau/Delegate.html" title="interface in
org.apache.juneau"><code>Delegate</code></a>, meaning
it's a representation of some other object.</div>
<dl>
@@ -916,7 +915,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isMap</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.916">isMap</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.913">isMap</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of <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>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -930,7 +929,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isMapOrBean</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.925">isMapOrBean</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.922">isMapOrBean</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of <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> or it's a
bean.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -944,7 +943,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isBeanMap</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.934">isBeanMap</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.931">isBeanMap</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of <a
href="../../../org/apache/juneau/BeanMap.html" title="class in
org.apache.juneau"><code>BeanMap</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -958,7 +957,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isCollection</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.943">isCollection</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.940">isCollection</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util"><code>Collection</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -972,7 +971,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isCollectionOrArray</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.952">isCollectionOrArray</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.949">isCollectionOrArray</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util"><code>Collection</code></a> or is an
array.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -986,7 +985,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isClass</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.961">isClass</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.958">isClass</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang"><code>Class</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1000,7 +999,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isEnum</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.970">isEnum</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.967">isEnum</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is an <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true"
title="class or interface in java.lang"><code>Enum</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1014,7 +1013,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isArray</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.979">isArray</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.976">isArray</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is an array.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1028,7 +1027,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isBean</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.988">isBean</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.985">isBean</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a bean.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1042,7 +1041,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isObject</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.997">isObject</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.994">isObject</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang"><code>Object</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1056,7 +1055,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isNotObject</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1006">isNotObject</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1003">isNotObject</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is not <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang"><code>Object</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1070,7 +1069,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isNumber</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1015">isNumber</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1012">isNumber</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true"
title="class or interface in java.lang"><code>Number</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1084,7 +1083,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isDecimal</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1024">isDecimal</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1021">isDecimal</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true"
title="class or interface in java.lang"><code>Float</code></a> or <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true"
title="class or interface in java.lang"><code>Double</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1098,7 +1097,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isBoolean</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1033">isBoolean</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1030">isBoolean</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true"
title="class or interface in java.lang"><code>Boolean</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1112,7 +1111,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isCharSequence</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1042">isCharSequence</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1039">isCharSequence</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a subclass of <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang"><code>CharSequence</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1126,7 +1125,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isString</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1051">isString</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1048">isString</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is 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"><code>String</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1140,7 +1139,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isChar</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1060">isChar</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1057">isChar</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true"
title="class or interface in java.lang"><code>Character</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1154,7 +1153,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isPrimitive</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1069">isPrimitive</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1066">isPrimitive</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a primitive.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1168,7 +1167,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isDate</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1078">isDate</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1075">isDate</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true"
title="class or interface in java.util"><code>Date</code></a> or <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true"
title="class or interface in java.util"><code>Calendar</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1182,7 +1181,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isUri</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1087">isUri</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1084">isUri</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is a <a
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true"
title="class or interface in java.net"><code>URI</code></a> or <a
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true"
title="class or interface in java.net"><code>URL</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1196,7 +1195,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isReader</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1096">isReader</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1093">isReader</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is 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"><code>Reader</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1210,7 +1209,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isInputStream</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1105">isInputStream</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1102">isInputStream</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is an <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io"><code>InputStream</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1224,7 +1223,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isVoid</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1114">isVoid</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1111">isVoid</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Void.html?is-external=true"
title="class or interface in java.lang"><code>Void</code></a> or
<jk>void</jk>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1238,7 +1237,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isArgs</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1123">isArgs</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1120">isArgs</a>()</pre>
<div class="block">Returns <jk>true</jk> if this metadata represents an array
of argument types.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1252,7 +1251,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getArgs</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?>[] <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1132">getArgs</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?>[] <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1129">getArgs</a>()</pre>
<div class="block">Returns the argument types of this meta.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1266,7 +1265,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getArg</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1143">getArg</a>(int index)</pre>
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1140">getArg</a>(int index)</pre>
<div class="block">Returns the argument metadata at the specified index if
this is an args metadata object.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1284,7 +1283,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isNullable</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1157">isNullable</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1154">isNullable</a>()</pre>
<div class="block">Returns <jk>true</jk> if instance of this object can be
<jk>null</jk>.
<p>
Objects can be <jk>null</jk>, but primitives cannot, except for chars which
can be represented
@@ -1301,7 +1300,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isRemoteable</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1168">isRemoteable</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1165">isRemoteable</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class or one of it's methods
are annotated with <a
href="../../../org/apache/juneau/annotation/Remoteable.html" title="annotation
in org.apache.juneau.annotation"><code>@Remotable</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1315,7 +1314,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isAbstract</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1176">isAbstract</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1173">isAbstract</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is abstract.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1329,7 +1328,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isMemberClass</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1184">isMemberClass</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1181">isMemberClass</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class is an inner class.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1343,7 +1342,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getRemoteableMethods</h4>
-<pre>public <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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1194">getRemoteableMethods</a>()</pre>
+<pre>public <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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1191">getRemoteableMethods</a>()</pre>
<div class="block">All methods on this class annotated with <a
href="../../../org/apache/juneau/annotation/Remoteable.html" title="annotation
in org.apache.juneau.annotation"><code>@Remotable</code></a>, or all public
methods if class is annotated.
Keys are method signatures.</div>
<dl>
@@ -1358,7 +1357,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getProxyableMethods</h4>
-<pre>public <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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1205">getProxyableMethods</a>()</pre>
+<pre>public <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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1202">getProxyableMethods</a>()</pre>
<div class="block">All methods on this class that can be exposed as a proxy
method.
<p>
Same as <a
href="../../../org/apache/juneau/ClassMeta.html#getRemoteableMethods--"><code>getRemoteableMethods()</code></a>
except returns all public methods if class is not annotated with <a
href="../../../org/apache/juneau/annotation/Remoteable.html" title="annotation
in org.apache.juneau.annotation"><code>@Remotable</code></a>.</div>
@@ -1374,7 +1373,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getPublicMethods</h4>
-<pre>public <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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1215">getPublicMethods</a>()</pre>
+<pre>public <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><<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/reflect/Method.html?is-external=true"
title="class or interface in java.lang.reflect">Method</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1212">getPublicMethods</a>()</pre>
<div class="block">All public methods on this class including static methods.
Keys are method signatures.</div>
<dl>
@@ -1389,7 +1388,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getPojoSwap</h4>
-<pre>public <a href="../../../org/apache/juneau/transform/PojoSwap.html"
title="class in org.apache.juneau.transform">PojoSwap</a><<a
href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>,?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1225">getPojoSwap</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/transform/PojoSwap.html"
title="class in org.apache.juneau.transform">PojoSwap</a><<a
href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>,?> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1222">getPojoSwap</a>()</pre>
<div class="block">Returns the <a
href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in
org.apache.juneau.transform"><code>PojoSwap</code></a> associated with this
class.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1404,7 +1403,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getBeanMeta</h4>
-<pre>public <a href="../../../org/apache/juneau/BeanMeta.html"
title="class in org.apache.juneau">BeanMeta</a><<a
href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1235">getBeanMeta</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/BeanMeta.html"
title="class in org.apache.juneau">BeanMeta</a><<a
href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1232">getBeanMeta</a>()</pre>
<div class="block">Returns the <a
href="../../../org/apache/juneau/BeanMeta.html" title="class in
org.apache.juneau"><code>BeanMeta</code></a> associated with this class.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1419,7 +1418,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getConstructor</h4>
-<pre>public <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><? extends
<a href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1244">getConstructor</a>()</pre>
+<pre>public <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><? extends
<a href="../../../org/apache/juneau/ClassMeta.html" title="type parameter in
ClassMeta">T</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1241">getConstructor</a>()</pre>
<div class="block">Returns the no-arg constructor for this class.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1433,7 +1432,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getExtendedMeta</h4>
-<pre>public <M extends <a
href="../../../org/apache/juneau/ClassMetaExtended.html" title="class in
org.apache.juneau">ClassMetaExtended</a>> M <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1254">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><M> c)</pre>
+<pre>public <M extends <a
href="../../../org/apache/juneau/ClassMetaExtended.html" title="class in
org.apache.juneau">ClassMetaExtended</a>> M <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1251">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><M> c)</pre>
<div class="block">Returns the language-specified extended metadata on this
class.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1449,7 +1448,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getProxyInvocationHandler</h4>
-<pre>public <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">InvocationHandler</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1263">getProxyInvocationHandler</a>()</pre>
+<pre>public <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">InvocationHandler</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1260">getProxyInvocationHandler</a>()</pre>
<div class="block">Returns the interface proxy invocation handler for this
class.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1463,7 +1462,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>canCreateNewInstance</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1272">canCreateNewInstance</a>()</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1269">canCreateNewInstance</a>()</pre>
<div class="block">Returns <jk>true</jk> if this class has a no-arg
constructor or invocation handler.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1477,7 +1476,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>canCreateNewInstance</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1292">canCreateNewInstance</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> outer)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1289">canCreateNewInstance</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> outer)</pre>
<div class="block">Returns <jk>true</jk> if this class has a no-arg
constructor or invocation handler.
Returns <jk>false</jk> if this is a non-static member class and the outer
object does not match
the class type of the defining class.</div>
@@ -1495,7 +1494,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>canCreateNewBean</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1306">canCreateNewBean</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> outer)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1303">canCreateNewBean</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> outer)</pre>
<div class="block">Returns <jk>true</jk> if this class can be instantiated as
a bean.
Returns <jk>false</jk> if this is a non-static member class and the outer
object does not match
the class type of the defining class.</div>
@@ -1513,7 +1512,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>canCreateNewInstanceFromString</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1322">canCreateNewInstanceFromString</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> outer)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1319">canCreateNewInstanceFromString</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> outer)</pre>
<div class="block">Returns <jk>true</jk> if this class can call the <a
href="../../../org/apache/juneau/ClassMeta.html#newInstanceFromString-java.lang.Object-java.lang.String-"><code>newInstanceFromString(Object,
String)</code></a> method.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1529,7 +1528,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>canCreateNewInstanceFromNumber</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1339">canCreateNewInstanceFromNumber</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> outer)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1336">canCreateNewInstanceFromNumber</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> outer)</pre>
<div class="block">Returns <jk>true</jk> if this class can call the <a
href="../../../org/apache/juneau/ClassMeta.html#newInstanceFromString-java.lang.Object-java.lang.String-"><code>newInstanceFromString(Object,
String)</code></a> method.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1545,7 +1544,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getNewInstanceFromNumberClass</h4>
-<pre>public <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><? extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true"
title="class or interface in java.lang">Number</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1354">getNewInstanceFromNumberClass</a>()</pre>
+<pre>public <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><? extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true"
title="class or interface in java.lang">Number</a>> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1351">getNewInstanceFromNumberClass</a>()</pre>
<div class="block">Returns the class type of the parameter of the numeric
constructor.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1559,7 +1558,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getNameProperty</h4>
-<pre>public <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="../../../src-html/org/apache/juneau/ClassMeta.html#line.1363">getNameProperty</a>()</pre>
+<pre>public <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="../../../src-html/org/apache/juneau/ClassMeta.html#line.1360">getNameProperty</a>()</pre>
<div class="block">Returns the method annotated with <a
href="../../../org/apache/juneau/annotation/NameProperty.html"
title="annotation in
org.apache.juneau.annotation"><code>@NameProperty</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1573,7 +1572,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getParentProperty</h4>
-<pre>public <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="../../../src-html/org/apache/juneau/ClassMeta.html#line.1372">getParentProperty</a>()</pre>
+<pre>public <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="../../../src-html/org/apache/juneau/ClassMeta.html#line.1369">getParentProperty</a>()</pre>
<div class="block">Returns the method annotated with <a
href="../../../org/apache/juneau/annotation/ParentProperty.html"
title="annotation in
org.apache.juneau.annotation"><code>@ParentProperty</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1587,7 +1586,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getNotABeanReason</h4>
-<pre>public <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/ClassMeta.html#line.1381">getNotABeanReason</a>()</pre>
+<pre>public <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/ClassMeta.html#line.1378">getNotABeanReason</a>()</pre>
<div class="block">Returns the reason why this class is not a bean, or
<jk>null</jk> if it is a bean.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1601,7 +1600,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getInitException</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true"
title="class or interface in java.lang">Throwable</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1390">getInitException</a>()</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true"
title="class or interface in java.lang">Throwable</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1387">getInitException</a>()</pre>
<div class="block">Returns any exception that was throw in the
<code>init()</code> method.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1615,7 +1614,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getBeanContext</h4>
-<pre>public <a href="../../../org/apache/juneau/BeanContext.html"
title="class in org.apache.juneau">BeanContext</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1399">getBeanContext</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/BeanContext.html"
title="class in org.apache.juneau">BeanContext</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1396">getBeanContext</a>()</pre>
<div class="block">Returns the <a
href="../../../org/apache/juneau/BeanContext.html" title="class in
org.apache.juneau"><code>BeanContext</code></a> that created this object.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1629,7 +1628,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getPrimitiveDefault</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1409">getPrimitiveDefault</a>()</pre>
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1406">getPrimitiveDefault</a>()</pre>
<div class="block">Returns the default value for primitives such as
<jk>int</jk> or <jk>Integer</jk>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1643,7 +1642,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>newInstanceFromString</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1433">newInstanceFromString</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> outer,
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1430">newInstanceFromString</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> outer,
<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> arg)
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/IllegalAccessException.html?is-external=true"
title="class or interface in java.lang">IllegalAccessException</a>,
@@ -1678,7 +1677,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>newInstanceFromNumber</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1464">newInstanceFromNumber</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session,
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1461">newInstanceFromNumber</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session,
<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> outer,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true"
title="class or interface in java.lang">Number</a> arg)
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>,
@@ -1713,7 +1712,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>newInstance</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1491">newInstance</a>()
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1488">newInstance</a>()
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>,
@@ -1742,7 +1741,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>newInstance</h4>
-<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1521">newInstance</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> outer)
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="type parameter in ClassMeta">T</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1518">newInstance</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> 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>,
@@ -1773,7 +1772,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1534">equals</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> t)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1531">equals</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> t)</pre>
<div class="block">Checks to see if the specified class type is the same as
this one.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -1791,7 +1790,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>same</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1548">same</a>(<a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
org.apache.juneau">ClassMeta</a><?> cm)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1545">same</a>(<a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
org.apache.juneau">ClassMeta</a><?> cm)</pre>
<div class="block">Similar to <a
href="../../../org/apache/juneau/ClassMeta.html#equals-java.lang.Object-"><code>equals(Object)</code></a>
except primitive and Object types that are similar
are considered the same. (e.g. <jk>boolean</jk> ==
<code>Boolean</code>).</div>
<dl>
@@ -1808,7 +1807,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
-<pre>public <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/ClassMeta.html#line.1555">toString</a>()</pre>
+<pre>public <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/ClassMeta.html#line.1552">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> in
class <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>
@@ -1821,7 +1820,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
-<pre>public <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/ClassMeta.html#line.1565">toString</a>(boolean simple)</pre>
+<pre>public <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/ClassMeta.html#line.1562">toString</a>(boolean simple)</pre>
<div class="block">Same as <a
href="../../../org/apache/juneau/ClassMeta.html#toString--"><code>toString()</code></a>
except use simple class names.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1837,7 +1836,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
-<pre>protected <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true"
title="class or interface in java.lang">StringBuilder</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1576">toString</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true"
title="class or interface in java.lang">StringBuilder</a> sb,
+<pre>protected <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true"
title="class or interface in java.lang">StringBuilder</a> <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1573">toString</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true"
title="class or interface in java.lang">StringBuilder</a> sb,
boolean simple)</pre>
<div class="block">Appends this object as a readable string to the specified
string builder.</div>
<dl>
@@ -1855,7 +1854,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>isInstance</h4>
-<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1609">isInstance</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> o)</pre>
+<pre>public boolean <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1606">isInstance</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> o)</pre>
<div class="block">Returns <jk>true</jk> if the specified object is an
instance of this class.
This is a simple comparison on the base class itself and not on
any generic parameters.</div>
@@ -1873,7 +1872,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockList">
<li class="blockList">
<h4>getReadableName</h4>
-<pre>public <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/ClassMeta.html#line.1620">getReadableName</a>()</pre>
+<pre>public <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/ClassMeta.html#line.1617">getReadableName</a>()</pre>
<div class="block">Returns a readable name for this class (e.g.
<js>"java.lang.String"</js>, <js>"boolean[]"</js>).</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -1887,7 +1886,7 @@ public <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
-<pre>public int <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1655">hashCode</a>()</pre>
+<pre>public int <a
href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1652">hashCode</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#hashCode--"
title="class or interface in java.lang">hashCode</a></code> in
class <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>