http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/BeanPropertyMeta.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/BeanPropertyMeta.html b/content/apidocs/org/apache/juneau/BeanPropertyMeta.html index a8254b0..1b5a206 100644 --- a/content/apidocs/org/apache/juneau/BeanPropertyMeta.html +++ b/content/apidocs/org/apache/juneau/BeanPropertyMeta.html @@ -182,60 +182,60 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </td> </tr> <tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/apache/juneau/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyMeta.html#getBeanDictionary--">getBeanDictionary</a></span>()</code> +<div class="block">Returns the bean dictionary in use for this bean property.</div> +</td> +</tr> +<tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyMeta.html#getBeanMeta--">getBeanMeta</a></span>()</code> <div class="block">Returns the bean meta that this property belongs to.</div> </td> </tr> -<tr id="i4" class="altColor"> +<tr id="i5" class="rowColor"> <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/BeanPropertyMeta.html#getClassMeta--">getClassMeta</a></span>()</code> <div class="block">Returns the <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a> of the class of this property.</div> </td> </tr> -<tr id="i5" class="rowColor"> +<tr id="i6" class="altColor"> <td class="colFirst"><code><M extends <a href="../../../org/apache/juneau/BeanPropertyMetaExtended.html" title="class in org.apache.juneau">BeanPropertyMetaExtended</a>><br>M</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyMeta.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 bean property.</div> </td> </tr> -<tr id="i6" class="altColor"> +<tr id="i7" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyMeta.html#getField--">getField</a></span>()</code> <div class="block">Returns the field for this property.</div> </td> </tr> -<tr id="i7" class="rowColor"> +<tr id="i8" 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/BeanPropertyMeta.html#getGetter--">getGetter</a></span>()</code> <div class="block">Returns the getter method for this property.</div> </td> </tr> -<tr id="i8" class="altColor"> +<tr id="i9" 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/BeanPropertyMeta.html#getName--">getName</a></span>()</code> <div class="block">Returns the name of this bean property.</div> </td> </tr> -<tr id="i9" class="rowColor"> +<tr id="i10" 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/BeanPropertyMeta.html#getProperties--">getProperties</a></span>()</code> <div class="block">Returns the override list of properties defined through a <a href="../../../org/apache/juneau/annotation/BeanProperty.html#properties--"><code>BeanProperty.properties()</code></a> annotation on this property.</div> </td> </tr> -<tr id="i10" class="altColor"> +<tr id="i11" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/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/BeanPropertyMeta.html#getSetter--">getSetter</a></span>()</code> <div class="block">Returns the setter method for this property.</div> </td> </tr> -<tr id="i11" class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyMeta.html#isBeanUri--">isBeanUri</a></span>()</code> -<div class="block">Returns <jk>true</jk> if this bean property is marked with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk>.</div> -</td> -</tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyMeta.html#isUri--">isUri</a></span>()</code> @@ -289,7 +289,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>BeanPropertyMeta</h4> -<pre>protected <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.68">BeanPropertyMeta</a>(<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?> beanMeta, +<pre>protected <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.70">BeanPropertyMeta</a>(<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?> beanMeta, <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> name)</pre> <div class="block">Constructor.</div> <dl> @@ -313,7 +313,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getName</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/BeanPropertyMeta.html#line.89">getName</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/BeanPropertyMeta.html#line.92">getName</a>()</pre> <div class="block">Returns the name of this bean property.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -328,7 +328,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <li class="blockList"> <h4>getBeanMeta</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/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.99">getBeanMeta</a>()</pre> +public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.102">getBeanMeta</a>()</pre> <div class="block">Returns the bean meta that this property belongs to.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -342,7 +342,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>getGetter</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/BeanPropertyMeta.html#line.108">getGetter</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/BeanPropertyMeta.html#line.111">getGetter</a>()</pre> <div class="block">Returns the getter method for this property.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -356,7 +356,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>getSetter</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/BeanPropertyMeta.html#line.117">getSetter</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/BeanPropertyMeta.html#line.120">getSetter</a>()</pre> <div class="block">Returns the setter method for this property.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -370,7 +370,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>getField</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.126">getField</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.129">getField</a>()</pre> <div class="block">Returns the field for this property.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -384,7 +384,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>getClassMeta</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/BeanPropertyMeta.html#line.139">getClassMeta</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/BeanPropertyMeta.html#line.142">getClassMeta</a>()</pre> <div class="block">Returns the <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a> of the class of this property. <p> If this property or the property type class has a <a href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> associated with it, this @@ -396,17 +396,22 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o </dl> </li> </ul> -<a name="isBeanUri--"> +<a name="getBeanDictionary--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>isBeanUri</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.196">isBeanUri</a>()</pre> -<div class="block">Returns <jk>true</jk> if this bean property is marked with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk>.</div> +<h4>getBeanDictionary</h4> +<pre>public <a href="../../../org/apache/juneau/BeanDictionary.html" title="class in org.apache.juneau">BeanDictionary</a> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.158">getBeanDictionary</a>()</pre> +<div class="block">Returns the bean dictionary in use for this bean property. + The order of lookup for the dictionary is as follows: + <ol> + <li>Dictionary defined via <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanDictionary--"><code>BeanProperty.beanDictionary()</code></a>. + <li>Dictionary defined via <a href="../../../org/apache/juneau/BeanContext.html#BEAN_beanDictionary"><code>BeanContext.BEAN_beanDictionary</code></a> context property. + </ol></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd><jk>true</jk> if this bean property is marked with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk>.</dd> +<dd>The bean dictionary in use for this bean property. Never <jk>null</jk>.</dd> </dl> </li> </ul> @@ -416,7 +421,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>isUri</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.212">isUri</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.220">isUri</a>()</pre> <div class="block">Returns <jk>true</jk> if this bean property is a URI. <p> A bean property can be considered a URI if any of the following are true: @@ -437,7 +442,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>getProperties</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/BeanPropertyMeta.html#line.222">getProperties</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/BeanPropertyMeta.html#line.230">getProperties</a>()</pre> <div class="block">Returns the override list of properties defined through a <a href="../../../org/apache/juneau/annotation/BeanProperty.html#properties--"><code>BeanProperty.properties()</code></a> annotation on this property.</div> <dl> @@ -452,7 +457,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>getExtendedMeta</h4> -<pre>public <M extends <a href="../../../org/apache/juneau/BeanPropertyMetaExtended.html" title="class in org.apache.juneau">BeanPropertyMetaExtended</a>> M <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.232">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/BeanPropertyMetaExtended.html" title="class in org.apache.juneau">BeanPropertyMetaExtended</a>> M <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.240">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 bean property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -468,7 +473,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>get</h4> -<pre>public <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> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.322">get</a>(<a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m)</pre> +<pre>public <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> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.330">get</a>(<a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m)</pre> <div class="block">Equivalent to calling <a href="../../../org/apache/juneau/BeanMap.html#get-java.lang.Object-"><code>BeanMap.get(Object)</code></a>, but is faster since it avoids looking up the property meta.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -484,7 +489,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>set</h4> -<pre>public <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> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.384">set</a>(<a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m, +<pre>public <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> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.392">set</a>(<a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m, <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> value) throws <a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau">BeanRuntimeException</a></pre> <div class="block">Equivalent to calling <a href="../../../org/apache/juneau/BeanMap.html#put-java.lang.String-java.lang.Object-"><code>BeanMap.put(String, Object)</code></a>, but is faster since it avoids @@ -506,7 +511,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>setArray</h4> -<pre>protected void <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.590">setArray</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> bean, +<pre>protected void <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.598">setArray</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> bean, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a> l) 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>, @@ -530,7 +535,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre>public void <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.609">add</a>(<a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m, +<pre>public void <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.617">add</a>(<a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><?> m, <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> value) throws <a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau">BeanRuntimeException</a></pre> <div class="block">Adds a value to a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> or array property. @@ -551,7 +556,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockList"> <li class="blockList"> <h4>findAnnotations</h4> -<pre>public <A extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><A> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.704">findAnnotations</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><A> a)</pre> +<pre>public <A extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>> <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><A> <a href="../../../src-html/org/apache/juneau/BeanPropertyMeta.html#line.710">findAnnotations</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><A> a)</pre> <div class="block">Returns all instances of the specified annotation in the hierarchy of this bean property. <p> Searches through the class hierarchy (e.g. superclasses, interfaces, packages) for all @@ -570,7 +575,7 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <ul class="blockListLast"> <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/BeanPropertyMeta.html#line.780">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/BeanPropertyMeta.html#line.786">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> @@ -646,6 +651,6 @@ public <a href="../../../org/apache/juneau/BeanMeta.html" title="class in o <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html b/content/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html index a319ad2..c989281 100644 --- a/content/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html +++ b/content/apidocs/org/apache/juneau/BeanPropertyMetaExtended.html @@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../src-html/org/apache/juneau/BeanPropertyMetaExtended.html#line.23">BeanPropertyMetaExtended</a> +<pre>public class <a href="../../../src-html/org/apache/juneau/BeanPropertyMetaExtended.html#line.22">BeanPropertyMetaExtended</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Defines extended language-specific metadata associated with a bean property. <p> @@ -190,7 +190,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>BeanPropertyMetaExtended</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/BeanPropertyMetaExtended.html#line.32">BeanPropertyMetaExtended</a>(<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> bpm) +<pre>public <a href="../../../src-html/org/apache/juneau/BeanPropertyMetaExtended.html#line.31">BeanPropertyMetaExtended</a>(<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> bpm) throws <a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau">BeanRuntimeException</a></pre> <div class="block">Constructor.</div> <dl> @@ -215,7 +215,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>getBeanPropertyMeta</h4> -<pre>protected <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanPropertyMetaExtended.html#line.40">getBeanPropertyMeta</a>()</pre> +<pre>protected <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanPropertyMetaExtended.html#line.39">getBeanPropertyMeta</a>()</pre> <div class="block">Returns the bean property metadata that was passed into the constructor.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -292,6 +292,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/BeanPropertyValue.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/BeanPropertyValue.html b/content/apidocs/org/apache/juneau/BeanPropertyValue.html index 64467b9..0878aed 100644 --- a/content/apidocs/org/apache/juneau/BeanPropertyValue.html +++ b/content/apidocs/org/apache/juneau/BeanPropertyValue.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <hr> <br> -<pre>public class <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.22">BeanPropertyValue</a> +<pre>public class <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.21">BeanPropertyValue</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Represents a simple bean property value and the meta-data associated with it. <p></div> @@ -132,12 +132,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> -<th class="colFirst" scope="col">Modifier</th> -<th class="colLast" scope="col">Constructor and Description</th> +<th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>protected </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyValue.html#BeanPropertyValue-org.apache.juneau.BeanPropertyMeta-java.lang.Object-java.lang.Throwable-">BeanPropertyValue</a></span>(<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta, +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyValue.html#BeanPropertyValue-org.apache.juneau.BeanPropertyMeta-java.lang.Object-java.lang.Throwable-">BeanPropertyValue</a></span>(<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta, <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> value, <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> thrown)</code> <div class="block">Constructor.</div> @@ -159,24 +157,30 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" 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/BeanPropertyValue.html#getClassMeta--">getClassMeta</a></span>()</code> +<div class="block">Returns the bean property metadata.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyValue.html#getMeta--">getMeta</a></span>()</code> <div class="block">Returns the bean property metadata.</div> </td> </tr> -<tr id="i1" class="rowColor"> +<tr id="i2" 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/BeanPropertyValue.html#getName--">getName</a></span>()</code> <div class="block">Returns the bean property name.</div> </td> </tr> -<tr id="i2" class="altColor"> +<tr id="i3" class="rowColor"> <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/BeanPropertyValue.html#getThrown--">getThrown</a></span>()</code> <div class="block">Returns the exception thrown by calling the property getter.</div> </td> </tr> -<tr id="i3" class="rowColor"> +<tr id="i4" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanPropertyValue.html#getValue--">getValue</a></span>()</code> <div class="block">Returns the bean property value.</div> @@ -210,9 +214,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>BeanPropertyValue</h4> -<pre>protected <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.35">BeanPropertyValue</a>(<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta, - <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> value, - <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> thrown)</pre> +<pre>public <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.34">BeanPropertyValue</a>(<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> pMeta, + <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> value, + <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> thrown)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -236,7 +240,21 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getMeta</h4> -<pre>public final <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.45">getMeta</a>()</pre> +<pre>public final <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.44">getMeta</a>()</pre> +<div class="block">Returns the bean property metadata.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The bean property metadata.</dd> +</dl> +</li> +</ul> +<a name="getClassMeta--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getClassMeta</h4> +<pre>public final <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.52">getClassMeta</a>()</pre> <div class="block">Returns the bean property metadata.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -250,7 +268,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getName</h4> -<pre>public final <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/BeanPropertyValue.html#line.53">getName</a>()</pre> +<pre>public final <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/BeanPropertyValue.html#line.60">getName</a>()</pre> <div class="block">Returns the bean property name.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -264,7 +282,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getValue</h4> -<pre>public final <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> <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.61">getValue</a>()</pre> +<pre>public final <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> <a href="../../../src-html/org/apache/juneau/BeanPropertyValue.html#line.68">getValue</a>()</pre> <div class="block">Returns the bean property value.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -278,7 +296,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>getThrown</h4> -<pre>public final <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/BeanPropertyValue.html#line.69">getThrown</a>()</pre> +<pre>public final <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/BeanPropertyValue.html#line.76">getThrown</a>()</pre> <div class="block">Returns the exception thrown by calling the property getter.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -355,6 +373,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html b/content/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html index 9a464b5..3123327 100644 --- a/content/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html +++ b/content/apidocs/org/apache/juneau/BeanProxyInvocationHandler.html @@ -302,6 +302,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/I <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/BeanRuntimeException.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/BeanRuntimeException.html b/content/apidocs/org/apache/juneau/BeanRuntimeException.html index 6441914..f6f5315 100644 --- a/content/apidocs/org/apache/juneau/BeanRuntimeException.html +++ b/content/apidocs/org/apache/juneau/BeanRuntimeException.html @@ -133,7 +133,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public final class <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.21">BeanRuntimeException</a> +<pre>public final class <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.20">BeanRuntimeException</a> extends <a href="../../../org/apache/juneau/FormattedRuntimeException.html" title="class in org.apache.juneau">FormattedRuntimeException</a></pre> <div class="block">General bean runtime operation exception.</div> <dl> @@ -238,7 +238,7 @@ extends <a href="../../../org/apache/juneau/FormattedRuntimeException.html" titl <ul class="blockList"> <li class="blockList"> <h4>BeanRuntimeException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.30">BeanRuntimeException</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> message)</pre> +<pre>public <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.29">BeanRuntimeException</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> message)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -252,7 +252,7 @@ extends <a href="../../../org/apache/juneau/FormattedRuntimeException.html" titl <ul class="blockList"> <li class="blockList"> <h4>BeanRuntimeException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.40">BeanRuntimeException</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> message, +<pre>public <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.39">BeanRuntimeException</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> message, <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>... args)</pre> <div class="block">Constructor.</div> <dl> @@ -268,7 +268,7 @@ extends <a href="../../../org/apache/juneau/FormattedRuntimeException.html" titl <ul class="blockList"> <li class="blockList"> <h4>BeanRuntimeException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.51">BeanRuntimeException</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>public <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.50">BeanRuntimeException</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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, <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>... args)</pre> <div class="block">Shortcut for calling <code><jk>new</jk> BeanRuntimeException(String.format(c.getName() + <js>": "</js> + message, args));</code></div> @@ -286,7 +286,7 @@ extends <a href="../../../org/apache/juneau/FormattedRuntimeException.html" titl <ul class="blockListLast"> <li class="blockList"> <h4>BeanRuntimeException</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.60">BeanRuntimeException</a>(<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> cause)</pre> +<pre>public <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.59">BeanRuntimeException</a>(<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> cause)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -308,7 +308,7 @@ extends <a href="../../../org/apache/juneau/FormattedRuntimeException.html" titl <ul class="blockListLast"> <li class="blockList"> <h4>initCause</h4> -<pre>public <a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau">BeanRuntimeException</a> <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.72">initCause</a>(<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> cause)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau">BeanRuntimeException</a> <a href="../../../src-html/org/apache/juneau/BeanRuntimeException.html#line.71">initCause</a>(<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> cause)</pre> <div class="block">Sets the inner cause for this exception.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> @@ -389,6 +389,6 @@ extends <a href="../../../org/apache/juneau/FormattedRuntimeException.html" titl <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +<p class="legalCopy"><small>Copyright © 2016 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> </body> </html>
