http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/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 d81d3c6..2dea281 100644 --- a/content/site/apidocs/org/apache/juneau/ClassMeta.html +++ b/content/site/apidocs/org/apache/juneau/ClassMeta.html @@ -117,14 +117,14 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="innerClass,classCategory,elementType,keyType,valueType,notABeanReason,initException,beanMeta") -public final class <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.56">ClassMeta</a><T> +public final class <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.57">ClassMeta</a><T> 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/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a></pre> -<div class="block">A wrapper class around 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 provides cached information - about that class. +<div class="block">A wrapper class around 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 provides cached information about that class. <p> Instances of this class can be created through the <a href="../../../org/apache/juneau/BeanContext.html#getClassMeta-java.lang.Class-"><code>BeanContext.getClassMeta(Class)</code></a> method. + <p> The <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau"><code>BeanContext</code></a> class will cache and reuse instances of this class except for the following class types: <ul> @@ -132,9 +132,10 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T <li>Maps with non-Object key/values. <li>Collections with non-Object key/values. </ul> + <p> - This class is tied to the <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau"><code>BeanContext</code></a> class because it's that class that makes the determination - of what is a bean.</div> + This class is tied to the <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau"><code>BeanContext</code></a> class because it's that class that makes the determination of what is + a bean.</div> </li> </ul> </div> @@ -235,15 +236,15 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T <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> +<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="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> +<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="i15" class="rowColor"> @@ -316,7 +317,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T <tr id="i26" class="altColor"> <td class="colFirst"><code><a href="../../../org/apache/juneau/Setter.html" title="interface in org.apache.juneau">Setter</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 or field annotated with <a href="../../../org/apache/juneau/annotation/ParentProperty.html" title="annotation in org.apache.juneau.annotation"><code>@ParentProperty</code></a>.</div> +<div class="block">Returns the method or field 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="i27" class="rowColor"> @@ -465,8 +466,8 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T <tr id="i51" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/ClassMeta.html#isDelegate--">isDelegate</a></span>()</code> -<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> +<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> </td> </tr> <tr id="i52" class="altColor"> @@ -607,8 +608,7 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T <tr id="i74" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/ClassMeta.html#same-org.apache.juneau.ClassMeta-">same</a></span>(<a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> cm)</code> -<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.</div> +<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.</div> </td> </tr> <tr id="i75" class="rowColor"> @@ -663,14 +663,15 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T <ul class="blockList"> <li class="blockList"> <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.693">getBeanTypePropertyName</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.703">getBeanTypePropertyName</a>()</pre> <div class="block">Returns the type property name associated with this class and subclasses. + <p> If <jk>null</jk>, <js>"_type"</js> should be assumed.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <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> + property name defined or this isn't a bean.</dd> </dl> </li> </ul> @@ -680,14 +681,15 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/T <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.705">getDictionaryName</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.717">getDictionaryName</a>()</pre> <div class="block">Returns the bean dictionary name associated with this class. + <p> 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> + isn't a bean.</dd> </dl> </li> </ul> @@ -697,11 +699,12 @@ 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.718">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.731">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 - on the class, regardless of whether the class is an actual bean. + This bean registry contains names specified in the <a href="../../../org/apache/juneau/annotation/Bean.html#beanDictionary--"><code>Bean.beanDictionary()</code></a> annotation defined on the class, + regardless of whether the class is an actual bean. This allows interfaces to define subclasses with type names.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -715,7 +718,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.727">getClassCategory</a>()</pre> +<pre>public org.apache.juneau.ClassMeta.ClassCategory <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.740">getClassCategory</a>()</pre> <div class="block">Returns the category of this class.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -729,7 +732,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.737">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.750">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> @@ -745,7 +748,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.747">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.760">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> @@ -761,11 +764,12 @@ 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.759">hasChildPojoSwaps</a>()</pre> +<pre>protected boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.773">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 - that no transforms are associated with a bean property.</div> + Used when transforming bean properties to prevent having to look up transforms if we know for certain that no + transforms are associated with a bean property.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd><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.</dd> @@ -778,9 +782,9 @@ 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.770">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> +<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> +<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> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>normalClass</code> - The normal class being resolved.</dd> @@ -795,9 +799,9 @@ 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.797">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> +<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> +<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> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>swapClass</code> - The swap class being resolved.</dd> @@ -812,9 +816,11 @@ 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.828">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.844">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. + + <p> Constructor must match the visibility requirements specified by parameter 'v'. If class is abstract, always returns <jk>null</jk>. Note that this also returns the 1-arg constructor for non-static member classes.</div> @@ -833,7 +839,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.846">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.862">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> @@ -848,7 +854,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.856">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.872">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> @@ -862,7 +868,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.866">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.882">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> @@ -877,7 +883,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.875">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.891">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> @@ -891,7 +897,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.884">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.900">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> @@ -905,9 +911,9 @@ 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.894">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> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.910">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> <dt><span class="returnLabel">Returns:</span></dt> <dd><jk>true</jk> if this class implements <a href="../../../org/apache/juneau/Delegate.html" title="interface in org.apache.juneau"><code>Delegate</code></a>.</dd> @@ -920,7 +926,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.903">isMap</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.919">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> @@ -934,7 +940,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.912">isMapOrBean</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.928">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> @@ -948,7 +954,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.921">isBeanMap</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.937">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> @@ -962,7 +968,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.930">isCollection</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.946">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> @@ -976,7 +982,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.939">isCollectionOrArray</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.955">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> @@ -990,7 +996,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.948">isClass</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.964">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> @@ -1004,7 +1010,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>isMethod</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.957">isMethod</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.973">isMethod</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/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect"><code>Method</code></a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1018,7 +1024,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.966">isEnum</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.982">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> @@ -1032,7 +1038,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.975">isArray</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.991">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> @@ -1046,7 +1052,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.984">isBean</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1000">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> @@ -1060,7 +1066,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.993">isObject</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1009">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> @@ -1074,7 +1080,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.1002">isNotObject</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1018">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> @@ -1088,7 +1094,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.1011">isNumber</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1027">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> @@ -1102,7 +1108,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.1020">isDecimal</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1036">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> @@ -1116,7 +1122,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.1029">isBoolean</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1045">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> @@ -1130,7 +1136,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.1038">isCharSequence</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1054">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> @@ -1144,7 +1150,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.1047">isString</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1063">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> @@ -1158,7 +1164,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.1056">isChar</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1072">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> @@ -1172,7 +1178,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.1065">isPrimitive</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1081">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> @@ -1186,7 +1192,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.1074">isDate</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1090">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> @@ -1200,7 +1206,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.1083">isUri</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1099">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> @@ -1214,7 +1220,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.1092">isReader</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1108">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> @@ -1228,7 +1234,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.1101">isInputStream</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1117">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> @@ -1242,7 +1248,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.1110">isVoid</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1126">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> @@ -1256,7 +1262,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.1119">isArgs</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1135">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> @@ -1270,7 +1276,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.1128">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.1144">getArgs</a>()</pre> <div class="block">Returns the argument types of this meta.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1284,7 +1290,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.1139">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.1155">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> @@ -1302,11 +1308,12 @@ 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.1153">isNullable</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1170">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 - by <code>(<jk>char</jk>)0</code>.</div> + Objects can be <jk>null</jk>, but primitives cannot, except for chars which can be represented by + <code>(<jk>char</jk>)0</code>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd><jk>true</jk> if instance of this class can be null.</dd> @@ -1319,7 +1326,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.1164">isRemoteable</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1181">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/remoteable/Remoteable.html" title="annotation in org.apache.juneau.remoteable"><code>@Remotable</code></a>.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1333,7 +1340,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.1172">isAbstract</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1190">isAbstract</a>()</pre> <div class="block">Returns <jk>true</jk> if this class is abstract.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1347,7 +1354,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.1180">isMemberClass</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1199">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> @@ -1361,9 +1368,11 @@ 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.1191">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.1212">getRemoteableMethods</a>()</pre> <div class="block">All methods on this class annotated with <a href="../../../org/apache/juneau/remoteable/Remoteable.html" title="annotation in org.apache.juneau.remoteable"><code>@Remotable</code></a>, or all public methods if class is annotated. + + <p> Keys are method signatures.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1377,8 +1386,10 @@ 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.1201">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.1224">getPublicMethods</a>()</pre> <div class="block">All public methods on this class including static methods. + + <p> Keys are method signatures.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1392,12 +1403,12 @@ 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.1211">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.1235">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> -<dd>The <a href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> associated with this class, or <jk>null</jk> if there is no POJO swap - associated with this class.</dd> +<dd>The <a href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> associated with this class, or <jk>null</jk> if there is no POJO swap associated with + this class.</dd> </dl> </li> </ul> @@ -1407,12 +1418,12 @@ 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.1221">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.1246">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> -<dd>The <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau"><code>BeanMeta</code></a> associated with this class, or <jk>null</jk> if there is no bean meta - associated with this class.</dd> +<dd>The <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau"><code>BeanMeta</code></a> associated with this class, or <jk>null</jk> if there is no bean meta associated with + this class.</dd> </dl> </li> </ul> @@ -1422,7 +1433,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.1230">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.1255">getConstructor</a>()</pre> <div class="block">Returns the no-arg constructor for this class.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1436,7 +1447,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.1240">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.1265">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> @@ -1452,7 +1463,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.1249">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.1274">getProxyInvocationHandler</a>()</pre> <div class="block">Returns the interface proxy invocation handler for this class.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -1466,7 +1477,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.1258">canCreateNewInstance</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1283">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> @@ -1480,17 +1491,15 @@ 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.1280">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.1305">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> + 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> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static - classes.</dd> +<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static classes.</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd><jk>true</jk> if a new instance of this class can be created within the context of the specified outer - object.</dd> +<dd><jk>true</jk> if a new instance of this class can be created within the context of the specified outer object.</dd> </dl> </li> </ul> @@ -1500,17 +1509,15 @@ 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.1296">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.1321">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> + 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> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static - classes.</dd> +<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static classes.</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd><jk>true</jk> if a new instance of this bean can be created within the context of the specified outer - object.</dd> +<dd><jk>true</jk> if a new instance of this bean can be created within the context of the specified outer object.</dd> </dl> </li> </ul> @@ -1520,12 +1527,12 @@ 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.1313">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.1339">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> -<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static - classes.</dd> +<dd><code>outer</code> - The outer class object for non-static member classes. + Can be <jk>null</jk> for non-member or static classes.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd><jk>true</jk> if this class has a no-arg constructor or invocation handler.</dd> </dl> @@ -1537,12 +1544,12 @@ 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.1331">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.1358">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> -<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static - classes.</dd> +<dd><code>outer</code> - The outer class object for non-static member classes. + Can be <jk>null</jk> for non-member or static classes.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd><jk>true</jk> if this class has a no-arg constructor or invocation handler.</dd> </dl> @@ -1554,7 +1561,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.1346">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.1373">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> @@ -1568,12 +1575,12 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getNameProperty</h4> -<pre>public <a href="../../../org/apache/juneau/Setter.html" title="interface in org.apache.juneau">Setter</a> <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1356">getNameProperty</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/Setter.html" title="interface in org.apache.juneau">Setter</a> <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1384">getNameProperty</a>()</pre> <div class="block">Returns the method or field 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> -<dd>The method or field annotated with <a href="../../../org/apache/juneau/annotation/NameProperty.html" title="annotation in org.apache.juneau.annotation"><code>@NameProperty</code></a> or <jk>null</jk> if method does - not exist.</dd> +<dd>The method or field annotated with <a href="../../../org/apache/juneau/annotation/NameProperty.html" title="annotation in org.apache.juneau.annotation"><code>@NameProperty</code></a> or <jk>null</jk> if method does not + exist.</dd> </dl> </li> </ul> @@ -1583,12 +1590,12 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getParentProperty</h4> -<pre>public <a href="../../../org/apache/juneau/Setter.html" title="interface in org.apache.juneau">Setter</a> <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1366">getParentProperty</a>()</pre> -<div class="block">Returns the method or field annotated with <a href="../../../org/apache/juneau/annotation/ParentProperty.html" title="annotation in org.apache.juneau.annotation"><code>@ParentProperty</code></a>.</div> +<pre>public <a href="../../../org/apache/juneau/Setter.html" title="interface in org.apache.juneau">Setter</a> <a href="../../../src-html/org/apache/juneau/ClassMeta.html#line.1395">getParentProperty</a>()</pre> +<div class="block">Returns the method or field 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> -<dd>The method or field annotated with <a href="../../../org/apache/juneau/annotation/ParentProperty.html" title="annotation in org.apache.juneau.annotation"><code>@ParentProperty</code></a> or <jk>null</jk> if method - does not exist.</dd> +<dd>The method or field annotated with <a href="../../../org/apache/juneau/annotation/ParentProperty.html" title="annotation in org.apache.juneau.annotation"><code>@ParentProperty</code></a> or <jk>null</jk> if method does not + exist.</dd> </dl> </li> </ul> @@ -1598,7 +1605,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.1375">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.1404">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> @@ -1612,7 +1619,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.1384">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.1413">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> @@ -1626,7 +1633,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.1393">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.1422">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> @@ -1640,7 +1647,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.1403">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.1432">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> @@ -1654,13 +1661,14 @@ 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.1429">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.1461">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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</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></pre> <div class="block">Create a new instance of the main class of this declared type from a <code>String</code> input. + <p> In order to use this method, the class must have one of the following methods: <ul> @@ -1670,17 +1678,16 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in </ul></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static - classes.</dd> +<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static classes.</dd> <dd><code>arg</code> - The input argument value.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A new instance of the object, or <jk>null</jk> if there is no string constructor on the object.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><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></code> - If the <code>Constructor</code> object enforces Java language access control and - the underlying constructor is inaccessible.</dd> +<dd><code><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></code> - If the <code>Constructor</code> object enforces Java language access control and the underlying constructor is + inaccessible.</dd> <dd><code><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></code> - If the parameter type on the method was invalid.</dd> -<dd><code><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></code> - If the class that declares the underlying constructor represents an abstract class, or - does not have one of the methods described above.</dd> +<dd><code><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></code> - If the class that declares the underlying constructor represents an abstract class, or does not have one of + the methods described above.</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</a></code> - If the underlying constructor throws an exception.</dd> </dl> </li> @@ -1691,7 +1698,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.1462">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.1498">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>, @@ -1699,6 +1706,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</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></pre> <div class="block">Create a new instance of the main class of this declared type from a <code>Number</code> input. + <p> In order to use this method, the class must have one of the following methods: <ul> @@ -1707,17 +1715,17 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>session</code> - The current bean session.</dd> -<dd><code>outer</code> - The outer class object for non-static member classes. Can be <jk>null</jk> for non-member or static - classes.</dd> +<dd><code>outer</code> - The outer class object for non-static member classes. + Can be <jk>null</jk> for non-member or static classes.</dd> <dd><code>arg</code> - The input argument value.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A new instance of the object, or <jk>null</jk> if there is no numeric constructor on the object.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><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></code> - If the <code>Constructor</code> object enforces Java language access control and - the underlying constructor is inaccessible.</dd> +<dd><code><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></code> - If the <code>Constructor</code> object enforces Java language access control and the underlying constructor is + inaccessible.</dd> <dd><code><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></code> - If the parameter type on the method was invalid.</dd> -<dd><code><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></code> - If the class that declares the underlying constructor represents an abstract - class, or does not have one of the methods described above.</dd> +<dd><code><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></code> - If the class that declares the underlying constructor represents an abstract class, or does not have one of + the methods described above.</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</a></code> - If the underlying constructor throws an exception.</dd> </dl> </li> @@ -1728,7 +1736,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.1533">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>, @@ -1738,15 +1746,19 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <dt><span class="returnLabel">Returns:</span></dt> <dd>A new instance of the object, or <jk>null</jk> if there is no no-arg constructor on the object.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><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></code> - If the <code>Constructor</code> object enforces Java language access control and - the underlying constructor is inaccessible.</dd> +<dd><code><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></code> - If the <code>Constructor</code> object enforces Java language access control and the underlying constructor is + inaccessible.</dd> <dd><code><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></code> - If one of the following occurs: <ul class='spaced-list'> - <li>The number of actual and formal parameters differ. - <li>An unwrapping conversion for primitive arguments fails. - <li>A parameter value cannot be converted to the corresponding formal parameter type by a method invocation + <li> + The number of actual and formal parameters differ. + <li> + An unwrapping conversion for primitive arguments fails. + <li> + A parameter value cannot be converted to the corresponding formal parameter type by a method invocation conversion. - <li>The constructor pertains to an enum type. + <li> + The constructor pertains to an enum type. </ul></dd> <dd><code><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></code> - If the class that declares the underlying constructor represents an abstract class.</dd> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/InvocationTargetException.html?is-external=true" title="class or interface in java.lang.reflect">InvocationTargetException</a></code> - If the underlying constructor throws an exception.</dd> @@ -1759,7 +1771,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.1524">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.1573">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>, @@ -1767,20 +1779,24 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <div class="block">Same as <a href="../../../org/apache/juneau/ClassMeta.html#newInstance--"><code>newInstance()</code></a> except for instantiating non-static member classes.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>outer</code> - The instance of the owning object of the member class instance. Can be <jk>null</jk> if - instantiating a non-member or static class.</dd> +<dd><code>outer</code> - The instance of the owning object of the member class instance. + Can be <jk>null</jk> if instantiating a non-member or static class.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>A new instance of the object, or <jk>null</jk> if there is no no-arg constructor on the object.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><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></code> - If the <code>Constructor</code> object enforces Java language access control and - the underlying constructor is inaccessible.</dd> +<dd><code><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></code> - If the <code>Constructor</code> object enforces Java language access control and the underlying constructor is + inaccessible.</dd> <dd><code><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></code> - If one of the following occurs: <ul class='spaced-list'> - <li>The number of actual and formal parameters differ. - <li>An unwrapping conversion for primitive arguments fails. - <li>A parameter value cannot be converted
<TRUNCATED>
