http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/d81e61b1/content/apidocs/org/apache/juneau/BeanMeta.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/BeanMeta.html b/content/apidocs/org/apache/juneau/BeanMeta.html index 4722e65..d5e73c7 100644 --- a/content/apidocs/org/apache/juneau/BeanMeta.html +++ b/content/apidocs/org/apache/juneau/BeanMeta.html @@ -18,13 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; -var altColor = "altColor"; -var rowColor = "rowColor"; -var tableTab = "tableTab"; -var activeTableTab = "activeTableTab"; -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -123,7 +117,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.62">BeanMeta</a><T> +<pre>public class <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.61">BeanMeta</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></pre> <div class="block">Encapsulates all access to the properties of a bean class (like a souped-up <a href="http://docs.oracle.com/javase/7/docs/api/java/beans/BeanInfo.html?is-external=true" title="class or interface in java.beans"><code>BeanInfo</code></a>). @@ -160,27 +154,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <div class="summary"> <ul class="blockList"> <li class="blockList"> -<!-- =========== PROPERTY SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="property.summary"> -<!-- --> -</a> -<h3>Property Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Property Summary table, listing properties, and an explanation"> -<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> -<tr> -<th class="colFirst" scope="col">Type</th> -<th class="colLast" scope="col">Property and Description</th> -</tr> -<tr id="i0" class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#hasBeanUriProperty">hasBeanUri</a></span></code> -<div class="block">Returns <jk>true</jk> if one of the properties on this bean is annotated with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk></div> -</td> -</tr> -</table> -</li> -</ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> @@ -194,59 +167,59 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#beanFilter">beanFilter</a></span></code> +<div class="block">Optional bean filter associated with the target class.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code>protected <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/BeanMeta.html" title="type parameter in BeanMeta">T</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#c">c</a></span></code> <div class="block">The target class that this meta object describes.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#classMeta">classMeta</a></span></code> <div class="block">The target class type that this meta object describes.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected <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><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#constructor">constructor</a></span></code> <div class="block">The constructor for this bean.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected <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/BeanMeta.html#constructorArgs">constructorArgs</a></span></code> <div class="block">For beans with constructors with BeanConstructor annotation, this is the list of constructor arg properties.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#ctx">ctx</a></span></code> <div class="block">The bean context that created this metadata object.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected <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/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#getterProps">getterProps</a></span></code> <div class="block">The getter properties on the target class.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>protected <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="../../../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/BeanMeta.html#properties">properties</a></span></code> <div class="block">The properties on the target class.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected <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/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#setterProps">setterProps</a></span></code> <div class="block">The setter properties on the target class.</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>protected <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a><? extends <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#transform">transform</a></span></code> -<div class="block">Optional bean filter associated with the target class.</div> -</td> -</tr> <tr class="rowColor"> <td class="colFirst"><code>protected <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/Class.html?is-external=true" title="class or interface in java.lang">Class</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><?>[]></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#typeVarImpls">typeVarImpls</a></span></code> @@ -270,9 +243,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <tr class="altColor"> <td class="colFirst"><code>protected </code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#BeanMeta-org.apache.juneau.ClassMeta-org.apache.juneau.BeanContext-org.apache.juneau.transform.BeanFilter-">BeanMeta</a></span>(<a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> classMeta, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#BeanMeta-org.apache.juneau.ClassMeta-org.apache.juneau.BeanContext-org.apache.juneau.transform.BeanFilter-java.lang.String:A-">BeanMeta</a></span>(<a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> classMeta, <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> ctx, - <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a><? extends <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> transform)</code> + <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a> beanFilter, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] pNames)</code> <div class="block">Constructor.</div> </td> </tr> @@ -292,80 +266,67 @@ 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/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#getBeanUriProperty--">getBeanUriProperty</a></span>()</code> -<div class="block">Returns the bean property marked as the URI for the bean (annotated with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk>).</div> -</td> -</tr> -<tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.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 this bean.</div> </td> </tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code><a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#getClassProperty--">getClassProperty</a></span>()</code> -<div class="block">Returns a mock bean property that resolves to the name <js>"_class"</js> and whose value always resolves - to the class name of the bean.</div> +<tr id="i1" 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/BeanMeta.html#getDictionaryName--">getDictionaryName</a></span>()</code> +<div class="block">Returns the dictionary name for this bean as defined through the <a href="../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>Bean.typeName()</code></a> annotation.</div> </td> </tr> -<tr id="i3" class="rowColor"> +<tr id="i2" class="altColor"> <td class="colFirst"><code><M extends <a href="../../../org/apache/juneau/BeanMetaExtended.html" title="class in org.apache.juneau">BeanMetaExtended</a>><br>M</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.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> metaDataClass)</code> <div class="block">Returns the language-specified extended metadata on this bean class.</div> </td> </tr> -<tr id="i4" class="altColor"> +<tr id="i3" 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/BeanMeta.html#getPropertyMeta-java.lang.String-">getPropertyMeta</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> <div class="block">Returns metadata about the specified property.</div> </td> </tr> -<tr id="i5" class="rowColor"> +<tr id="i4" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<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/BeanMeta.html#getPropertyMetas--">getPropertyMetas</a></span>()</code> <div class="block">Returns the metadata on all properties associated with this bean.</div> </td> </tr> -<tr id="i6" class="altColor"> +<tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<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/BeanMeta.html#getPropertyMetas-java.lang.String...-">getPropertyMetas</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... pNames)</code> <div class="block">Returns the metadata on the specified list of properties.</div> </td> </tr> -<tr id="i7" class="rowColor"> +<tr id="i6" class="altColor"> <td class="colFirst"><code><a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#getSubTypeIdProperty--">getSubTypeIdProperty</a></span>()</code> -<div class="block">Returns the subtype ID property of this bean if it has one.</div> -</td> -</tr> -<tr id="i8" class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#hasBeanUriProperty--">hasBeanUriProperty</a></span>()</code> -<div class="block">Returns <jk>true</jk> if one of the properties on this bean is annotated with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk></div> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#getSubTypeProperty--">getSubTypeProperty</a></span>()</code> +<div class="block">Returns the subtype property of this bean if it has one.</div> </td> </tr> -<tr id="i9" class="rowColor"> -<td class="colFirst"><code>protected <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/BeanMeta.html#init--">init</a></span>()</code> -<div class="block">Initializes this bean meta, and returns an error message if the specified class is not - a bean for any reason.</div> +<tr id="i7" 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/BeanMeta.html#getTypeProperty--">getTypeProperty</a></span>()</code> +<div class="block">Returns a mock bean property that resolves to the name <js>"_type"</js> and whose value always resolves + to the dictionary name of the bean.</div> </td> </tr> -<tr id="i10" class="altColor"> +<tr id="i8" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#isSubTyped--">isSubTyped</a></span>()</code> <div class="block">Returns <jk>true</jk> if this bean has subtypes associated with it.</div> </td> </tr> -<tr id="i11" class="rowColor"> +<tr id="i9" class="rowColor"> <td class="colFirst"><code>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMeta.html#newBean-java.lang.Object-">newBean</a></span>(<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)</code> <div class="block">Creates a new instance of this bean.</div> </td> </tr> -<tr id="i12" class="altColor"> +<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/BeanMeta.html#toString--">toString</a></span>()</code> </td> </tr> @@ -385,24 +346,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <div class="details"> <ul class="blockList"> <li class="blockList"> -<!-- ============ PROPERTY DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="property.detail"> -<!-- --> -</a> -<h3>Property Detail</h3> -<a name="hasBeanUriProperty"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>hasBeanUri</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.385">hasBeanUriProperty</a></pre> -<div class="block">Returns <jk>true</jk> if one of the properties on this bean is annotated with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk></div> -</li> -</ul> -</li> -</ul> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> @@ -415,7 +358,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>classMeta</h4> -<pre>protected <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.65">classMeta</a></pre> +<pre>protected final <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.64">classMeta</a></pre> <div class="block">The target class type that this meta object describes.</div> </li> </ul> @@ -425,7 +368,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>c</h4> -<pre>protected <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/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.68">c</a></pre> +<pre>protected final <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/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.67">c</a></pre> <div class="block">The target class that this meta object describes.</div> </li> </ul> @@ -435,7 +378,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>properties</h4> -<pre>protected <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="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.71">properties</a></pre> +<pre>protected final <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="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.70">properties</a></pre> <div class="block">The properties on the target class.</div> </li> </ul> @@ -445,7 +388,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getterProps</h4> -<pre>protected <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/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.74">getterProps</a></pre> +<pre>protected final <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/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.73">getterProps</a></pre> <div class="block">The getter properties on the target class.</div> </li> </ul> @@ -455,7 +398,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>setterProps</h4> -<pre>protected <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/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.77">setterProps</a></pre> +<pre>protected final <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/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.76">setterProps</a></pre> <div class="block">The setter properties on the target class.</div> </li> </ul> @@ -465,17 +408,17 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>ctx</h4> -<pre>protected <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.80">ctx</a></pre> +<pre>protected final <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.79">ctx</a></pre> <div class="block">The bean context that created this metadata object.</div> </li> </ul> -<a name="transform"> +<a name="beanFilter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>transform</h4> -<pre>protected <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a><? extends <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.83">transform</a></pre> +<h4>beanFilter</h4> +<pre>protected final <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.82">beanFilter</a></pre> <div class="block">Optional bean filter associated with the target class.</div> </li> </ul> @@ -485,7 +428,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>typeVarImpls</h4> -<pre>protected <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/Class.html?is-external=true" title="class or interface in java.lang">Class</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 href="../../../src-html/org/apache/juneau/BeanMeta.html#line.86">typeVarImpls</a></pre> +<pre>protected final <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/Class.html?is-external=true" title="class or interface in java.lang">Class</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 href="../../../src-html/org/apache/juneau/BeanMeta.html#line.85">typeVarImpls</a></pre> <div class="block">Type variables implemented by this bean.</div> </li> </ul> @@ -495,7 +438,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>constructor</h4> -<pre>protected <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><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.89">constructor</a></pre> +<pre>protected final <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><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.88">constructor</a></pre> <div class="block">The constructor for this bean.</div> </li> </ul> @@ -505,7 +448,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>constructorArgs</h4> -<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.92">constructorArgs</a></pre> +<pre>protected 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/BeanMeta.html#line.91">constructorArgs</a></pre> <div class="block">For beans with constructors with BeanConstructor annotation, this is the list of constructor arg properties.</div> </li> </ul> @@ -517,21 +460,23 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a> <h3>Constructor Detail</h3> -<a name="BeanMeta-org.apache.juneau.ClassMeta-org.apache.juneau.BeanContext-org.apache.juneau.transform.BeanFilter-"> +<a name="BeanMeta-org.apache.juneau.ClassMeta-org.apache.juneau.BeanContext-org.apache.juneau.transform.BeanFilter-java.lang.String:A-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>BeanMeta</h4> -<pre>protected <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.111">BeanMeta</a>(<a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> classMeta, +<pre>protected <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.109">BeanMeta</a>(<a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> classMeta, <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> ctx, - <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a><? extends <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> transform)</pre> + <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a> beanFilter, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] pNames)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>classMeta</code> - The target class.</dd> <dd><code>ctx</code> - The bean context that created this object.</dd> -<dd><code>transform</code> - Optional bean filter associated with the target class. Can be <jk>null</jk>.</dd> +<dd><code>beanFilter</code> - Optional bean filter associated with the target class. Can be <jk>null</jk>.</dd> +<dd><code>pNames</code> - Explicit list of property names and order of properties. If <jk>null</jk>, determine automatically.</dd> </dl> </li> </ul> @@ -550,7 +495,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <li class="blockList"> <h4>getClassMeta</h4> <pre><a href="../../../org/apache/juneau/annotation/BeanIgnore.html" title="annotation in org.apache.juneau.annotation">@BeanIgnore</a> -public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.125">getClassMeta</a>()</pre> +public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.410">getClassMeta</a>()</pre> <div class="block">Returns the <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a> of this bean.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -558,34 +503,30 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in </dl> </li> </ul> -<a name="init--"> +<a name="getDictionaryName--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>init</h4> -<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.137">init</a>() - throws <a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau">BeanRuntimeException</a></pre> -<div class="block">Initializes this bean meta, and returns an error message if the specified class is not - a bean for any reason.</div> +<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/BeanMeta.html#line.419">getDictionaryName</a>()</pre> +<div class="block">Returns the dictionary name for this bean as defined through the <a href="../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>Bean.typeName()</code></a> annotation.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>Reason why this class isn't a bean, or <jk>null</jk> if no problems detected.</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code><a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau">BeanRuntimeException</a></code> - If unexpected error occurs such as invalid annotations on the bean class.</dd> +<dd>The dictioanry name for this bean, or <jk>null</jk> if it has no dictionary name defined.</dd> </dl> </li> </ul> -<a name="getSubTypeIdProperty--"> +<a name="getSubTypeProperty--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getSubTypeIdProperty</h4> -<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.366">getSubTypeIdProperty</a>()</pre> -<div class="block">Returns the subtype ID property of this bean if it has one. +<h4>getSubTypeProperty</h4> +<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.430">getSubTypeProperty</a>()</pre> +<div class="block">Returns the subtype property of this bean if it has one. <p> - The subtype id is specified using the <a href="../../../org/apache/juneau/annotation/Bean.html#subTypeProperty--"><code>Bean.subTypeProperty()</code></a> annotation.</div> + The subtype is specified using the <a href="../../../org/apache/juneau/annotation/Bean.html#subTypeProperty--"><code>Bean.subTypeProperty()</code></a> annotation.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The meta property for the sub type property, or <jk>null</jk> if no subtype is defined for this bean.</dd> @@ -598,7 +539,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>isSubTyped</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.376">isSubTyped</a>()</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.440">isSubTyped</a>()</pre> <div class="block">Returns <jk>true</jk> if this bean has subtypes associated with it. Subtypes are defined using the <a href="../../../org/apache/juneau/annotation/Bean.html#subTypes--"><code>Bean.subTypes()</code></a> annotation.</div> <dl> @@ -607,42 +548,18 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in </dl> </li> </ul> -<a name="hasBeanUriProperty--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>hasBeanUriProperty</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.385">hasBeanUriProperty</a>()</pre> -<div class="block">Returns <jk>true</jk> if one of the properties on this bean is annotated with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk></div> -</li> -</ul> -<a name="getBeanUriProperty--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getBeanUriProperty</h4> -<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.394">getBeanUriProperty</a>()</pre> -<div class="block">Returns the bean property marked as the URI for the bean (annotated with <a href="../../../org/apache/juneau/annotation/BeanProperty.html#beanUri--"><code>BeanProperty.beanUri()</code></a> as <jk>true</jk>).</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>The URI property, or <jk>null</jk> if no URI property exists on this bean.</dd> -</dl> -</li> -</ul> -<a name="getClassProperty--"> +<a name="getTypeProperty--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getClassProperty</h4> -<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.404">getClassProperty</a>()</pre> -<div class="block">Returns a mock bean property that resolves to the name <js>"_class"</js> and whose value always resolves - to the class name of the bean.</div> +<h4>getTypeProperty</h4> +<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.450">getTypeProperty</a>()</pre> +<div class="block">Returns a mock bean property that resolves to the name <js>"_type"</js> and whose value always resolves + to the dictionary name of the bean.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The class name property.</dd> +<dd>The type name property.</dd> </dl> </li> </ul> @@ -652,7 +569,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getPropertyMetas</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.555">getPropertyMetas</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.601">getPropertyMetas</a>()</pre> <div class="block">Returns the metadata on all properties associated with this bean.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -666,7 +583,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getPropertyMetas</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.565">getPropertyMetas</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... pNames)</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.611">getPropertyMetas</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... pNames)</pre> <div class="block">Returns the metadata on the specified list of properties.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -682,7 +599,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/BeanMetaExtended.html" title="class in org.apache.juneau">BeanMetaExtended</a>> M <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.580">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> metaDataClass)</pre> +<pre>public <M extends <a href="../../../org/apache/juneau/BeanMetaExtended.html" title="class in org.apache.juneau">BeanMetaExtended</a>> M <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.626">getExtendedMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><M> metaDataClass)</pre> <div class="block">Returns the language-specified extended metadata on this bean class.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -698,7 +615,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getPropertyMeta</h4> -<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.591">getPropertyMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.637">getPropertyMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> <div class="block">Returns metadata about the specified property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -715,7 +632,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>newBean</h4> -<pre>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.606">newBean</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> outer) +<pre>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="type parameter in BeanMeta">T</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.652">newBean</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> 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>, @@ -740,7 +657,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <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/BeanMeta.html#line.752">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/BeanMeta.html#line.782">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> @@ -816,6 +733,6 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <!-- --> </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/BeanMetaExtended.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/BeanMetaExtended.html b/content/apidocs/org/apache/juneau/BeanMetaExtended.html index 206576f..f636149 100644 --- a/content/apidocs/org/apache/juneau/BeanMetaExtended.html +++ b/content/apidocs/org/apache/juneau/BeanMetaExtended.html @@ -109,11 +109,11 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>Direct Known Subclasses:</dt> -<dd><a href="../../../org/apache/juneau/xml/XmlBeanMeta.html" title="class in org.apache.juneau.xml">XmlBeanMeta</a></dd> +<dd><a href="../../../org/apache/juneau/jena/RdfBeanMeta.html" title="class in org.apache.juneau.jena">RdfBeanMeta</a>, <a href="../../../org/apache/juneau/xml/XmlBeanMeta.html" title="class in org.apache.juneau.xml">XmlBeanMeta</a></dd> </dl> <hr> <br> -<pre>public class <a href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.23">BeanMetaExtended</a> +<pre>public class <a href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.22">BeanMetaExtended</a> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Defines extended language-specific metadata associated with a bean. <p> @@ -190,7 +190,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>BeanMetaExtended</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.32">BeanMetaExtended</a>(<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?> bm) +<pre>public <a href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.31">BeanMetaExtended</a>(<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?> bm) throws <a href="../../../org/apache/juneau/BeanRuntimeException.html" title="class in org.apache.juneau">BeanRuntimeException</a></pre> <div class="block">Constructor.</div> <dl> @@ -215,7 +215,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>getBeanMeta</h4> -<pre>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?> <a href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.40">getBeanMeta</a>()</pre> +<pre>protected <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><?> <a href="../../../src-html/org/apache/juneau/BeanMetaExtended.html#line.39">getBeanMeta</a>()</pre> <div class="block">Returns the bean metadata that was passed into the constructor.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -292,6 +292,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 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/BeanMetaFiltered.html ---------------------------------------------------------------------- diff --git a/content/apidocs/org/apache/juneau/BeanMetaFiltered.html b/content/apidocs/org/apache/juneau/BeanMetaFiltered.html index 3b1d27f..3ffad8b 100644 --- a/content/apidocs/org/apache/juneau/BeanMetaFiltered.html +++ b/content/apidocs/org/apache/juneau/BeanMetaFiltered.html @@ -18,12 +18,6 @@ catch(err) { } //--> -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"; -var tableTab = "tableTab"; -var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> @@ -77,13 +71,13 @@ var activeTableTab = "activeTableTab"; <li>Nested | </li> <li><a href="#fields.inherited.from.class.org.apache.juneau.BeanMeta">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#method.summary">Method</a></li> +<li><a href="#methods.inherited.from.class.org.apache.juneau.BeanMeta">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> <li><a href="#constructor.detail">Constr</a> | </li> -<li><a href="#method.detail">Method</a></li> +<li>Method</li> </ul> </div> <a name="skip.navbar.top"> @@ -132,21 +126,6 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.a <div class="summary"> <ul class="blockList"> <li class="blockList"> -<!-- =========== PROPERTY SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="property.summary"> -<!-- --> -</a> -<h3>Property Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="properties.inherited.from.class.org.apache.juneau.BeanMeta"> -<!-- --> -</a> -<h3>Properties inherited from class org.apache.juneau.<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a></h3> -<code><a href="../../../org/apache/juneau/BeanMeta.html#hasBeanUriProperty">hasBeanUriProperty</a></code></li> -</ul> -</li> -</ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> @@ -158,7 +137,7 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.a <!-- --> </a> <h3>Fields inherited from class org.apache.juneau.<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a></h3> -<code><a href="../../../org/apache/juneau/BeanMeta.html#c">c</a>, <a href="../../../org/apache/juneau/BeanMeta.html#classMeta">classMeta</a>, <a href="../../../org/apache/juneau/BeanMeta.html#constructor">constructor</a>, <a href="../../../org/apache/juneau/BeanMeta.html#constructorArgs">constructorArgs</a>, <a href="../../../org/apache/juneau/BeanMeta.html#ctx">ctx</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getterProps">getterProps</a>, <a href="../../../org/apache/juneau/BeanMeta.html#properties">properties</a>, <a href="../../../org/apache/juneau/BeanMeta.html#setterProps">setterProps</a>, <a href="../../../org/apache/juneau/BeanMeta.html#transform">transform</a>, <a href="../../../org/apache/juneau/BeanMeta.html#typeVarImpls">typeVarImpls</a></code></li> +<code><a href="../../../org/apache/juneau/BeanMeta.html#beanFilter">beanFilter</a>, <a href="../../../org/apache/juneau/BeanMeta.html#c">c</a>, <a href="../../../org/apache/juneau/BeanMeta.html#classMeta">classMeta</a>, <a href="../../../org/apache/juneau/BeanMeta.html#constructor">constructor</a>, <a href="../../../org/apache/juneau/BeanMeta.html#constructorArgs">constructorArgs</a>, <a href="../../../org/apache/juneau/BeanMeta.html#ctx">ctx</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getterProps">getterProps</a>, <a href="../../../org/apache/juneau/BeanMeta.html#properties">properties</a>, <a href="../../../org/apache/juneau/BeanMeta.html#setterProps">setterProps</a>, <a href="../../../org/apache/juneau/BeanMeta.html#typeVarImpls">typeVarImpls</a></code></li> </ul> </li> </ul> @@ -194,47 +173,12 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.a <!-- --> </a> <h3>Method Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> -<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<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><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMetaFiltered.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 this bean.</div> -</td> -</tr> -<tr id="i1" class="rowColor"> -<td class="colFirst"><code><M extends <a href="../../../org/apache/juneau/BeanMetaExtended.html" title="class in org.apache.juneau">BeanMetaExtended</a>><br>M</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMetaFiltered.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> m)</code> -<div class="block">Returns the language-specified extended metadata on this bean class.</div> -</td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code><a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanMetaFiltered.html#getPropertyMeta-java.lang.String-">getPropertyMeta</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> -<div class="block">Returns metadata about the specified property.</div> -</td> -</tr> -<tr id="i3" class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<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/BeanMetaFiltered.html#getPropertyMetas--">getPropertyMetas</a></span>()</code> -<div class="block">Returns the metadata on all properties associated with this bean.</div> -</td> -</tr> -<tr id="i4" 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/BeanMetaFiltered.html#toString--">toString</a></span>()</code> </td> -</tr> -</table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.BeanMeta"> <!-- --> </a> <h3>Methods inherited from class org.apache.juneau.<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a></h3> -<code><a href="../../../org/apache/juneau/BeanMeta.html#getBeanUriProperty--">getBeanUriProperty</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getClassProperty--">getClassProperty</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getPropertyMetas-java.lang.String...-">getPropertyMetas</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getSubTypeIdProperty--">getSubTypeIdProperty</a>, <a href="../../../org/apache/juneau/BeanMeta.html#hasBeanUriProperty--">hasBeanUriProperty</a>, <a href="../../../org/apache/juneau/BeanMeta.html#init--">init</a>, <a href="../../../org/apache/juneau/BeanMeta.html#isSubTyped--">isSubTyped</a>, <a href="../../../org/apache/juneau/BeanMeta.html#newBean-java.lang.Object-">newBean</a></code></li> +<code><a href="../../../org/apache/juneau/BeanMeta.html#getClassMeta--">getClassMeta</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getDictionaryName--">getDictionaryName</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getExtendedMeta-java.lang.Class-">getExtendedMeta</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getPropertyMeta-java.lang.String-">getPropertyMeta</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getPropertyMetas--">getPropertyMetas</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getPropertyMetas-java.lang.String...-">getPropertyMetas</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getSubTypeProperty--">getSubTypeProperty</a>, <a href="../../../org/apache/juneau/BeanMeta.html#getTypeProperty--">getTypeProperty</a>, <a href="../../../org/apache/juneau/BeanMeta.html#isSubTyped--">isSubTyped</a>, <a href="../../../org/apache/juneau/BeanMeta.html#newBean-java.lang.Object-">newBean</a>, <a href="../../../org/apache/juneau/BeanMet a.html#toString--">toString</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> @@ -263,7 +207,7 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.a <ul class="blockList"> <li class="blockList"> <h4>BeanMetaFiltered</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.36">BeanMetaFiltered</a>(<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>> innerMeta, +<pre>public <a href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.34">BeanMetaFiltered</a>(<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>> innerMeta, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] pNames)</pre> <div class="block">Wrapper constructor.</div> <dl> @@ -279,7 +223,7 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.a <ul class="blockListLast"> <li class="blockList"> <h4>BeanMetaFiltered</h4> -<pre>public <a href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.49">BeanMetaFiltered</a>(<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>> innerMeta, +<pre>public <a href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.44">BeanMetaFiltered</a>(<a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>> innerMeta, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<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>> pNames)</pre> <div class="block">Wrapper constructor.</div> <dl> @@ -291,100 +235,6 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.a </ul> </li> </ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getClassMeta--"> -<!-- --> -</a> -<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="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.54">getClassMeta</a>()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/apache/juneau/BeanMeta.html#getClassMeta--">BeanMeta</a></code></span></div> -<div class="block">Returns the <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a> of this bean.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../org/apache/juneau/BeanMeta.html#getClassMeta--">getClassMeta</a></code> in class <code><a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>The <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a> of this bean.</dd> -</dl> -</li> -</ul> -<a name="getExtendedMeta-java.lang.Class-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getExtendedMeta</h4> -<pre>public <M extends <a href="../../../org/apache/juneau/BeanMetaExtended.html" title="class in org.apache.juneau">BeanMetaExtended</a>> M <a href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.59">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> m)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/apache/juneau/BeanMeta.html#getExtendedMeta-java.lang.Class-">BeanMeta</a></code></span></div> -<div class="block">Returns the language-specified extended metadata on this bean class.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../org/apache/juneau/BeanMeta.html#getExtendedMeta-java.lang.Class-">getExtendedMeta</a></code> in class <code><a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>m</code> - The name of the metadata class to create.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>Extended metadata on this bean class. Never <jk>null</jk>.</dd> -</dl> -</li> -</ul> -<a name="getPropertyMetas--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getPropertyMetas</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.64">getPropertyMetas</a>()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/apache/juneau/BeanMeta.html#getPropertyMetas--">BeanMeta</a></code></span></div> -<div class="block">Returns the metadata on all properties associated with this bean.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../org/apache/juneau/BeanMeta.html#getPropertyMetas--">getPropertyMetas</a></code> in class <code><a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>Metadata on all properties associated with this bean.</dd> -</dl> -</li> -</ul> -<a name="getPropertyMeta-java.lang.String-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getPropertyMeta</h4> -<pre>public <a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a> <a href="../../../src-html/org/apache/juneau/BeanMetaFiltered.html#line.69">getPropertyMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/apache/juneau/BeanMeta.html#getPropertyMeta-java.lang.String-">BeanMeta</a></code></span></div> -<div class="block">Returns metadata about the specified property.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../org/apache/juneau/BeanMeta.html#getPropertyMeta-java.lang.String-">getPropertyMeta</a></code> in class <code><a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>name</code> - The name of the property on this bean.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>The metadata about the property, or <jk>null</jk> if no such property exists - on this bean.</dd> -</dl> -</li> -</ul> -<a name="toString--"> -<!-- --> -</a> -<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/BeanMetaFiltered.html#line.74">toString</a>()</pre> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code><a href="../../../org/apache/juneau/BeanMeta.html#toString--">toString</a></code> in class <code><a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.apache.juneau">BeanMeta</a><<a href="../../../org/apache/juneau/BeanMetaFiltered.html" title="type parameter in BeanMetaFiltered">T</a>></code></dd> -</dl> -</li> -</ul> -</li> -</ul> </li> </ul> </div> @@ -439,19 +289,19 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.a <li>Nested | </li> <li><a href="#fields.inherited.from.class.org.apache.juneau.BeanMeta">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#method.summary">Method</a></li> +<li><a href="#methods.inherited.from.class.org.apache.juneau.BeanMeta">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> <li><a href="#constructor.detail">Constr</a> | </li> -<li><a href="#method.detail">Method</a></li> +<li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </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>
