http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f635b869/content/site/apidocs/org/apache/juneau/BeanMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMap.html b/content/site/apidocs/org/apache/juneau/BeanMap.html index 8613f94..58d77ba 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMap.html +++ b/content/site/apidocs/org/apache/juneau/BeanMap.html @@ -599,7 +599,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre>public void <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.235">add</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> property, +<pre>public void <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.226">add</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> property, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> <div class="block">Add a value to a collection or array property. <p> @@ -618,7 +618,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <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/BeanMap.html#line.281">get</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> property)</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/BeanMap.html#line.272">get</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> property)</pre> <div class="block">Gets a property on the bean. <p> If there is a <a href="../../../org/apache/juneau/transform/PojoSwap.html" title="class in org.apache.juneau.transform"><code>PojoSwap</code></a> associated with this bean property or bean property type class, then @@ -666,7 +666,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>load</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.306">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> input) +<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.297">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> input) throws <a href="../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></pre> <div class="block">Convenience method for setting multiple property values by passing in JSON (or other) text. <p> @@ -694,7 +694,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>load</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.320">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> r, +<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.311">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> r, <a href="../../../org/apache/juneau/parser/ReaderParser.html" title="class in org.apache.juneau.parser">ReaderParser</a> p) throws <a href="../../../org/apache/juneau/parser/ParseException.html" title="class in org.apache.juneau.parser">ParseException</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> @@ -717,7 +717,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>load</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.334">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> entries)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanMap.html" title="class in org.apache.juneau">BeanMap</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.325">load</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> entries)</pre> <div class="block">Convenience method for loading this map with the contents of the specified map. <p> Identical to <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true#putAll-java.util.Map-" title="class or interface in java.util"><code>AbstractMap.putAll(Map)</code></a> except as a fluent-style method.</div> @@ -735,7 +735,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>keySet</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<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/BeanMap.html#line.345">keySet</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<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/BeanMap.html#line.336">keySet</a>()</pre> <div class="block">Returns the names of all properties associated with the bean. <p> The returned set is unmodifiable.</div> @@ -753,7 +753,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getProperty</h4> -<pre>public <a href="../../../org/apache/juneau/BeanMapEntry.html" title="class in org.apache.juneau">BeanMapEntry</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.362">getProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> propertyName)</pre> +<pre>public <a href="../../../org/apache/juneau/BeanMapEntry.html" title="class in org.apache.juneau">BeanMapEntry</a> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.353">getProperty</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> propertyName)</pre> <div class="block">Returns the specified property on this bean map. <p> Allows you to get and set an individual property on a bean without having a @@ -776,7 +776,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <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/BeanMap.html#line.375">getPropertyMeta</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> propertyName)</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/BeanMap.html#line.366">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> propertyName)</pre> <div class="block">Returns the metadata on the specified property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -792,7 +792,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <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/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.385">getClassMeta</a>()</pre> +<pre>public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<a href="../../../org/apache/juneau/BeanMap.html" title="type parameter in BeanMap">T</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.376">getClassMeta</a>()</pre> <div class="block">Returns the <a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau"><code>ClassMeta</code></a> of the wrapped bean.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -808,7 +808,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getValues</h4> -<pre>public <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 href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in org.apache.juneau">BeanPropertyValue</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.401">getValues</a>(boolean ignoreNulls, +<pre>public <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 href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in org.apache.juneau">BeanPropertyValue</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.392">getValues</a>(boolean ignoreNulls, <a href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in org.apache.juneau">BeanPropertyValue</a>... prependVals)</pre> <div class="block">Invokes all the getters on this bean and return the values as a list of <a href="../../../org/apache/juneau/BeanPropertyValue.html" title="class in org.apache.juneau"><code>BeanPropertyValue</code></a> objects. <p> @@ -829,7 +829,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockList"> <li class="blockList"> <h4>getProperties</h4> -<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.427">getProperties</a>()</pre> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../org/apache/juneau/BeanPropertyMeta.html" title="class in org.apache.juneau">BeanPropertyMeta</a>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.418">getProperties</a>()</pre> <div class="block">Returns a simple collection of properties for this bean map.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> @@ -843,7 +843,7 @@ implements <a href="../../../org/apache/juneau/Delegate.html" title="interface i <ul class="blockListLast"> <li class="blockList"> <h4>entrySet</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.436">entrySet</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>>> <a href="../../../src-html/org/apache/juneau/BeanMap.html#line.427">entrySet</a>()</pre> <div class="block">Returns all the properties associated with the bean.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f635b869/content/site/apidocs/org/apache/juneau/BeanMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMeta.html b/content/site/apidocs/org/apache/juneau/BeanMeta.html index 5b984fe..43c6632 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMeta.html +++ b/content/site/apidocs/org/apache/juneau/BeanMeta.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public class <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.56">BeanMeta</a><T> +<pre>public class <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.55">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>). @@ -296,30 +296,18 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <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#getSubTypeProperty--">getSubTypeProperty</a></span>()</code> -<div class="block">Returns the subtype property of this bean if it has one.</div> -</td> -</tr> -<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="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="i9" class="rowColor"> +<tr id="i7" 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="i10" class="altColor"> +<tr id="i8" 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> @@ -351,7 +339,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>classMeta</h4> -<pre>protected final <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.59">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.58">classMeta</a></pre> <div class="block">The target class type that this meta object describes.</div> </li> </ul> @@ -361,7 +349,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>c</h4> -<pre>protected final <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.62">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.61">c</a></pre> <div class="block">The target class that this meta object describes.</div> </li> </ul> @@ -371,7 +359,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>properties</h4> -<pre>protected final <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.65">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.64">properties</a></pre> <div class="block">The properties on the target class.</div> </li> </ul> @@ -381,7 +369,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>getterProps</h4> -<pre>protected final <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.68">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.67">getterProps</a></pre> <div class="block">The getter properties on the target class.</div> </li> </ul> @@ -391,7 +379,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>setterProps</h4> -<pre>protected final <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.71">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.70">setterProps</a></pre> <div class="block">The setter properties on the target class.</div> </li> </ul> @@ -401,7 +389,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>ctx</h4> -<pre>protected final <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.74">ctx</a></pre> +<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.73">ctx</a></pre> <div class="block">The bean context that created this metadata object.</div> </li> </ul> @@ -411,7 +399,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>beanFilter</h4> -<pre>protected final <a href="../../../org/apache/juneau/transform/BeanFilter.html" title="class in org.apache.juneau.transform">BeanFilter</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.77">beanFilter</a></pre> +<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.76">beanFilter</a></pre> <div class="block">Optional bean filter associated with the target class.</div> </li> </ul> @@ -421,7 +409,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>typeVarImpls</h4> -<pre>protected final <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.80">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.79">typeVarImpls</a></pre> <div class="block">Type variables implemented by this bean.</div> </li> </ul> @@ -431,7 +419,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>constructor</h4> -<pre>protected final <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.83">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.82">constructor</a></pre> <div class="block">The constructor for this bean.</div> </li> </ul> @@ -441,7 +429,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>constructorArgs</h4> -<pre>protected final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.86">constructorArgs</a></pre> +<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.85">constructorArgs</a></pre> <div class="block">For beans with constructors with BeanConstructor annotation, this is the list of constructor arg properties.</div> </li> </ul> @@ -459,7 +447,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>BeanMeta</h4> -<pre>protected <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.105">BeanMeta</a>(<a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><<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.103">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> 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> @@ -488,7 +476,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.415">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.430">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> @@ -502,7 +490,7 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in <ul class="blockList"> <li class="blockList"> <h4>getDictionaryName</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.424">getDictionaryName</a>()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.439">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> @@ -510,44 +498,13 @@ public <a href="../../../org/apache/juneau/ClassMeta.html" title="class in </dl> </li> </ul> -<a name="getSubTypeProperty--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<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.435">getSubTypeProperty</a>()</pre> -<div class="block">Returns the subtype property of this bean if it has one. - <p> - The subtype is specified using the <a href="../../../org/apache/juneau/annotation/Bean.html#subTypeProperty--"><code>Bean.subTypeProperty()</code></a> annotation.</div> -<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> -</dl> -</li> -</ul> -<a name="isSubTyped--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isSubTyped</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanMeta.html#line.445">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> -<dt><span class="returnLabel">Returns:</span></dt> -<dd><jk>true</jk> if this bean has subtypes associated with it.</dd> -</dl> -</li> -</ul> <a name="getTypeProperty--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <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.455">getTypeProperty</a>()</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.449">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> @@ -562,7 +519,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.616">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.610">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> @@ -576,7 +533,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.626">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.620">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> @@ -592,7 +549,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.641">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.635">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> @@ -608,7 +565,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.652">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.646">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> @@ -625,7 +582,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.667">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.661">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>, @@ -650,7 +607,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.811">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.736">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> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f635b869/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html b/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html index 17bf502..d68daad 100644 --- a/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html +++ b/content/site/apidocs/org/apache/juneau/BeanMetaFiltered.html @@ -173,7 +173,7 @@ extends <a href="../../../org/apache/juneau/BeanMeta.html" title="class in org.a <!-- --> </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#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> +<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#getTypeProperty--">getTypeProperty</a>, <a href="../../../org/apache/juneau/BeanMeta.html#newBean-java.lang.Object-">newBean</a>, <a href="../../../org/apache/juneau/BeanMeta.html#toString--">toString</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f635b869/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html index 1b69bf6..ac2d250 100644 --- a/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html +++ b/content/site/apidocs/org/apache/juneau/BeanPropertyMeta.html @@ -532,7 +532,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.653">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.648">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>, @@ -556,7 +556,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.672">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.667">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. @@ -577,7 +577,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.766">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.761">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/String.html?is-external=true" title="class or interface in java.lang">String</a> key, <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> @@ -598,7 +598,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.867">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.862">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 @@ -617,7 +617,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.939">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.934">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> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f635b869/content/site/apidocs/org/apache/juneau/BeanRegistry.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/BeanRegistry.html b/content/site/apidocs/org/apache/juneau/BeanRegistry.html index 2401e64..287d51f 100644 --- a/content/site/apidocs/org/apache/juneau/BeanRegistry.html +++ b/content/site/apidocs/org/apache/juneau/BeanRegistry.html @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -141,30 +141,34 @@ 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="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/BeanRegistry.html#cast-org.apache.juneau.ObjectMap-">cast</a></span>(<a href="../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> m)</code> -<div class="block">Converts the specified object map into a bean if it contains a <js>"_type"</js> entry in it.</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><?></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanRegistry.html#getClassMeta-java.lang.String-">getClassMeta</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> typeName)</code> <div class="block">Gets the class metadata for the specified bean type name.</div> </td> </tr> +<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/BeanRegistry.html#getTypeName-org.apache.juneau.ClassMeta-">getTypeName</a></span>(<a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> c)</code> +<div class="block">Given the specified class, return the dictionary name for it.</div> +</td> +</tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/BeanRegistry.html#hasName-java.lang.String-">hasName</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> typeName)</code> <div class="block">Returns <jk>true</jk> if this dictionary has an entry for the specified type name.</div> </td> </tr> +<tr id="i3" 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/BeanRegistry.html#toString--">toString</a></span>()</code> </td> +</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.<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></h3> -<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <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>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -180,46 +184,46 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <!-- --> </a> <h3>Method Detail</h3> -<a name="cast-org.apache.juneau.ObjectMap-"> +<a name="getClassMeta-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>cast</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/BeanRegistry.html#line.113">cast</a>(<a href="../../../org/apache/juneau/ObjectMap.html" title="class in org.apache.juneau">ObjectMap</a> m)</pre> -<div class="block">Converts the specified object map into a bean if it contains a <js>"_type"</js> entry in it.</div> +<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/BeanRegistry.html#line.120">getClassMeta</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> typeName)</pre> +<div class="block">Gets the class metadata for the specified bean type name.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>m</code> - The object map to convert to a bean if possible.</dd> +<dd><code>typeName</code> - The bean type name as defined by <a href="../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>Bean.typeName()</code></a>. + Can include multi-dimensional array type names (e.g. <js>"X^^"</js>).</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The new bean, or the original <code>ObjectMap</code> if no <js>"_type"</js> entry was found.</dd> +<dd>The class metadata for the bean.</dd> </dl> </li> </ul> -<a name="getClassMeta-java.lang.String-"> +<a name="getTypeName-org.apache.juneau.ClassMeta-"> <!-- --> </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="../../../src-html/org/apache/juneau/BeanRegistry.html#line.144">getClassMeta</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> typeName)</pre> -<div class="block">Gets the class metadata for the specified bean type name.</div> +<h4>getTypeName</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/BeanRegistry.html#line.145">getTypeName</a>(<a href="../../../org/apache/juneau/ClassMeta.html" title="class in org.apache.juneau">ClassMeta</a><?> c)</pre> +<div class="block">Given the specified class, return the dictionary name for it.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>typeName</code> - The bean type name as defined by <a href="../../../org/apache/juneau/annotation/Bean.html#typeName--"><code>Bean.typeName()</code></a>. - Can include multi-dimensional array type names (e.g. <js>"X^^"</js>).</dd> +<dd><code>c</code> - The class to lookup in this registry.</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>The class metadata for the bean.</dd> +<dd>The dictionary name for the specified class in this registry, or <jk>null</jk> if not found.</dd> </dl> </li> </ul> <a name="hasName-java.lang.String-"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>hasName</h4> -<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanRegistry.html#line.168">hasName</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> typeName)</pre> +<pre>public boolean <a href="../../../src-html/org/apache/juneau/BeanRegistry.html#line.157">hasName</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> typeName)</pre> <div class="block">Returns <jk>true</jk> if this dictionary has an entry for the specified type name.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -229,6 +233,19 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </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/BeanRegistry.html#line.162">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> +</dl> +</li> +</ul> </li> </ul> </li>
