http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/ObjectList.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/ObjectList.html
b/content/site/apidocs/org/apache/juneau/ObjectList.html
index 605bbd8..cfff4d4 100644
--- a/content/site/apidocs/org/apache/juneau/ObjectList.html
+++ b/content/site/apidocs/org/apache/juneau/ObjectList.html
@@ -136,14 +136,14 @@ var activeTableTab = "activeTableTab";
</dl>
<hr>
<br>
-<pre>public class <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.94">ObjectList</a>
+<pre>public class <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.93">ObjectList</a>
extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true"
title="class or interface in java.util">LinkedList</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>></pre>
<div class="block">Java implementation of a JSON array.
<p>
- An extension of <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true"
title="class or interface in java.util"><code>LinkedList</code></a>, so all
methods available to in that class are also available
+ An extension of <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true"
title="class or interface in java.util"><code>LinkedList</code></a>, so all
methods available to in that class are also available
to this class.
<p>
- Note that the use of this class is optional. The serializers will accept
any objects that implement
+ Note that the use of this class is optional. The serializers will accept any
objects that implement
the <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> interface.
But this class provides some useful additional functionality
when working with JSON models constructed from Java Collections Framework
objects. For example, a
constructor is provided for converting a JSON array string directly into 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"><code>List</code></a>. It also
contains
@@ -205,8 +205,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
}
</p>
<p>
- This class is not thread safe.
- </p></div>
+ This class is not thread safe.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a
href="../../../serialized-form.html#org.apache.juneau.ObjectList">Serialized
Form</a></dd>
@@ -521,7 +520,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockListLast">
<li class="blockList">
<h4>EMPTY_LIST</h4>
-<pre>public static final <a
href="../../../org/apache/juneau/ObjectList.html" title="class in
org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.103">EMPTY_LIST</a></pre>
+<pre>public static final <a
href="../../../org/apache/juneau/ObjectList.html" title="class in
org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.102">EMPTY_LIST</a></pre>
<div class="block">An empty read-only ObjectList.</div>
</li>
</ul>
@@ -539,7 +538,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.139">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> s,
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.138">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> s,
<a href="../../../org/apache/juneau/parser/Parser.html"
title="class in org.apache.juneau.parser">Parser</a> p)
throws <a
href="../../../org/apache/juneau/parser/ParseException.html" title="class in
org.apache.juneau.parser">ParseException</a></pre>
<div class="block">Construct a JSON array directly from text using the
specified parser.</div>
@@ -558,7 +557,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.153">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> s)
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.152">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true"
title="class or interface in java.lang">CharSequence</a> s)
throws <a
href="../../../org/apache/juneau/parser/ParseException.html" title="class in
org.apache.juneau.parser">ParseException</a></pre>
<div class="block">Shortcut for <code><jk>new</jk>
ObjectList(String,JsonParser.<jsf>DEFAULT</jsf>);</code></div>
<dl>
@@ -575,7 +574,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.165">ObjectList</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="../../../src-html/org/apache/juneau/ObjectList.html#line.164">ObjectList</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/Parser.html"
title="class in org.apache.juneau.parser">Parser</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>
@@ -596,7 +595,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.178">ObjectList</a>()</pre>
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.177">ObjectList</a>()</pre>
<div class="block">Construct an empty JSON array. (i.e. an empty <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true"
title="class or interface in java.util"><code>LinkedList</code></a>).</div>
</li>
</ul>
@@ -606,7 +605,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.187">ObjectList</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session)</pre>
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.186">ObjectList</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session)</pre>
<div class="block">Construct an empty JSON array with the specified bean
context. (i.e. an empty <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true"
title="class or interface in java.util"><code>LinkedList</code></a>).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -620,7 +619,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.197">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>... o)</pre>
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.196">ObjectList</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>... o)</pre>
<div class="block">Construct a JSON array and fill it with the specified
objects.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -634,7 +633,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockListLast">
<li class="blockList">
<h4>ObjectList</h4>
-<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.206">ObjectList</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">Collection</a><?> c)</pre>
+<pre>public <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.205">ObjectList</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">Collection</a><?> c)</pre>
<div class="block">Construct a JSON array and fill it with the specified
collection of objects.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -656,7 +655,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>setBeanSession</h4>
-<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.220">setBeanSession</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session)</pre>
+<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.219">setBeanSession</a>(<a
href="../../../org/apache/juneau/BeanSession.html" title="class in
org.apache.juneau">BeanSession</a> session)</pre>
<div class="block">Override the default bean session used for converting POJOs.
<p>
Default is <a
href="../../../org/apache/juneau/BeanContext.html#DEFAULT"><code>BeanContext.DEFAULT</code></a>,
which is sufficient in most cases.
@@ -676,7 +675,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
-<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.230">append</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>... o)</pre>
+<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.229">append</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a>... o)</pre>
<div class="block">Convenience method for adding multiple objects to this
list.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -692,11 +691,11 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
-<pre>public <T> T <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.246">get</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><T> type,
+<pre>public <T> T <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.245">get</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><T> type,
int index)</pre>
<div class="block">Get the entry at the specified index, converted to the
specified type (if possible).
<p>
- See <a
href="../../../org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-org.apache.juneau.ClassMeta-"><code>BeanSession.convertToType(Object,
ClassMeta)</code></a> for the list of valid data conversions.</div>
+ See <a
href="../../../org/apache/juneau/BeanSession.html#convertToType-java.lang.Object-org.apache.juneau.ClassMeta-"><code>BeanSession.convertToType(Object,
ClassMeta)</code></a> for the list of valid data conversions.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - The type of object to convert the entry to.</dd>
@@ -714,7 +713,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getString</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/ObjectList.html#line.256">getString</a>(int index)</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/ObjectList.html#line.255">getString</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(String.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -730,7 +729,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getInt</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true"
title="class or interface in java.lang">Integer</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.267">getInt</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true"
title="class or interface in java.lang">Integer</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.266">getInt</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(Integer.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -748,7 +747,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getBoolean</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true"
title="class or interface in java.lang">Boolean</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.278">getBoolean</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true"
title="class or interface in java.lang">Boolean</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.277">getBoolean</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(Boolean.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -766,7 +765,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getLong</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true"
title="class or interface in java.lang">Long</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.289">getLong</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true"
title="class or interface in java.lang">Long</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.288">getLong</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(Long.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -784,7 +783,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getMap</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><?,?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.300">getMap</a>(int index)</pre>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true"
title="class or interface in java.util">Map</a><?,?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.299">getMap</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(Map.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -802,7 +801,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getList</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="../../../src-html/org/apache/juneau/ObjectList.html#line.311">getList</a>(int index)</pre>
+<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="../../../src-html/org/apache/juneau/ObjectList.html#line.310">getList</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(List.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -820,7 +819,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getObjectMap</h4>
-<pre>public <a href="../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.322">getObjectMap</a>(int index)</pre>
+<pre>public <a href="../../../org/apache/juneau/ObjectMap.html"
title="class in org.apache.juneau">ObjectMap</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.321">getObjectMap</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(ObjectMap.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -838,7 +837,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getObjectList</h4>
-<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.333">getObjectList</a>(int index)</pre>
+<pre>public <a href="../../../org/apache/juneau/ObjectList.html"
title="class in org.apache.juneau">ObjectList</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.332">getObjectList</a>(int index)</pre>
<div class="block">Shortcut for calling <code>get(ObjectList.<jk>class</jk>,
index)</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -856,12 +855,12 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>getAt</h4>
-<pre>public <T> T <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.362">getAt</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><T> type,
+<pre>public <T> T <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.360">getAt</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><T> type,
<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> path)</pre>
<div class="block">Same as <a
href="../../../org/apache/juneau/ObjectList.html#get-java.lang.Class-int-"><code>get(Class,int)</code></a>,
but the key is a slash-delimited
path used to traverse entries in this POJO.
<p>
- For example, the following code is equivalent:
+ For example, the following code is equivalent:
</p>
<p class='bcode'>
ObjectMap m = getObjectMap();
@@ -873,9 +872,8 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<jk>long</jk> l = m.getAt(<jk>long</jk>.<jk>class</jk>,
<js>"foo/bar/0/baz"</js>);
</p>
<p>
- This method uses the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class to perform the lookup,
so the map can contain
- any of the various class types that the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class supports (e.g. beans,
collections, arrays).
- </p></div>
+ This method uses the <a href="../../../org/apache/juneau/utils/PojoRest.html"
title="class in org.apache.juneau.utils"><code>PojoRest</code></a> class to
perform the lookup, so the map can contain
+ any of the various class types that the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class supports (e.g. beans,
collections, arrays).</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - The class type.</dd>
@@ -893,12 +891,12 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>putAt</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/ObjectList.html#line.390">putAt</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> path,
+<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/ObjectList.html#line.387">putAt</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> path,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> o)</pre>
<div class="block">Same as <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true#set-int-E-"
title="class or interface in java.util"><code>set(int,Object)</code></a>, but
the key is a slash-delimited
path used to traverse entries in this POJO.
<p>
- For example, the following code is equivalent:
+ For example, the following code is equivalent:
</p>
<p class='bcode'>
ObjectMap m = getObjectMap();
@@ -910,9 +908,8 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
m.putAt(<js>"foo/bar/0/baz"</js>, 123);
</p>
<p>
- This method uses the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class to perform the lookup,
so the map can contain
- any of the various class types that the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class supports (e.g. beans,
collections, arrays).
- </p></div>
+ This method uses the <a href="../../../org/apache/juneau/utils/PojoRest.html"
title="class in org.apache.juneau.utils"><code>PojoRest</code></a> class to
perform the lookup, so the map can contain
+ any of the various class types that the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class supports (e.g. beans,
collections, arrays).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>path</code> - The path to the entry.</dd>
@@ -928,12 +925,12 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>postAt</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/ObjectList.html#line.418">postAt</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> path,
+<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/ObjectList.html#line.414">postAt</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> path,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a> o)</pre>
<div class="block">Similar to <a
href="../../../org/apache/juneau/ObjectList.html#putAt-java.lang.String-java.lang.Object-"><code>putAt(String,Object)</code></a>,
but used to append
to collections and arrays.
<p>
- For example, the following code is equivalent:
+ For example, the following code is equivalent:
</p>
<p class='bcode'>
ObjectMap m = getObjectMap();
@@ -945,9 +942,8 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
m.postAt(<js>"foo/bar"</js>, 123);
</p>
<p>
- This method uses the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class to perform the lookup,
so the map can contain
- any of the various class types that the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class supports (e.g. beans,
collections, arrays).
- </p></div>
+ This method uses the <a href="../../../org/apache/juneau/utils/PojoRest.html"
title="class in org.apache.juneau.utils"><code>PojoRest</code></a> class to
perform the lookup, so the map can contain
+ any of the various class types that the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class supports (e.g. beans,
collections, arrays).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>path</code> - The path to the entry.</dd>
@@ -963,11 +959,11 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>deleteAt</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/ObjectList.html#line.445">deleteAt</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> path)</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/ObjectList.html#line.440">deleteAt</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> path)</pre>
<div class="block">Similar to <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.html?is-external=true#remove-int-"
title="class or interface in java.util"><code>remove(int)</code></a>,but the
key is a slash-delimited
path used to traverse entries in this POJO.
<p>
- For example, the following code is equivalent:
+ For example, the following code is equivalent:
</p>
<p class='bcode'>
ObjectMap m = getObjectMap();
@@ -979,9 +975,8 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
m.deleteAt(<js>"foo/bar/0/baz"</js>);
</p>
<p>
- This method uses the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class to perform the lookup,
so the map can contain
- any of the various class types that the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class supports (e.g. beans,
collections, arrays).
- </p></div>
+ This method uses the <a href="../../../org/apache/juneau/utils/PojoRest.html"
title="class in org.apache.juneau.utils"><code>PojoRest</code></a> class to
perform the lookup, so the map can contain
+ any of the various class types that the <a
href="../../../org/apache/juneau/utils/PojoRest.html" title="class in
org.apache.juneau.utils"><code>PojoRest</code></a> class supports (e.g. beans,
collections, arrays).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>path</code> - The path to the entry.</dd>
@@ -996,7 +991,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>elements</h4>
-<pre>public <E> <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true"
title="class or interface in java.lang">Iterable</a><E> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.485">elements</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><E> childType)</pre>
+<pre>public <E> <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true"
title="class or interface in java.lang">Iterable</a><E> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.480">elements</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><E> childType)</pre>
<div class="block">Creates an <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true"
title="class or interface in java.lang"><code>Iterable</code></a> with
elements of the specified child type.
<p>
Attempts to convert the child objects to the correct type if they aren't
already the correct type.
@@ -1043,7 +1038,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<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/ObjectList.html#line.519">getClassMeta</a>(int index)</pre>
+<pre>public <a href="../../../org/apache/juneau/ClassMeta.html"
title="class in org.apache.juneau">ClassMeta</a><?> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.514">getClassMeta</a>(int index)</pre>
<div class="block">Returns the <a
href="../../../org/apache/juneau/ClassMeta.html" title="class in
org.apache.juneau"><code>ClassMeta</code></a> of the class of the object at the
specified index.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1059,7 +1054,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.536">toString</a>(<a
href="../../../org/apache/juneau/serializer/WriterSerializer.html"
title="class in
org.apache.juneau.serializer">WriterSerializer</a> serializer)
+<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/ObjectList.html#line.531">toString</a>(<a
href="../../../org/apache/juneau/serializer/WriterSerializer.html"
title="class in
org.apache.juneau.serializer">WriterSerializer</a> serializer)
throws <a
href="../../../org/apache/juneau/serializer/SerializeException.html"
title="class in org.apache.juneau.serializer">SerializeException</a></pre>
<div class="block">Serialize this array to a string using the specified
serializer.</div>
<dl>
@@ -1078,7 +1073,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
-<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.544">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/ObjectList.html#line.539">toString</a>()</pre>
<div class="block">Serialize this array to JSON using the <a
href="../../../org/apache/juneau/json/JsonSerializer.html#DEFAULT"><code>JsonSerializer.DEFAULT</code></a>
serializer.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
@@ -1092,7 +1087,7 @@ extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedList.h
<ul class="blockListLast">
<li class="blockList">
<h4>serializeTo</h4>
-<pre>public void <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.560">serializeTo</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true"
title="class or interface in java.io">Writer</a> w)
+<pre>public void <a
href="../../../src-html/org/apache/juneau/ObjectList.html#line.555">serializeTo</a>(<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true"
title="class or interface in java.io">Writer</a> w)
throws <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>,
<a
href="../../../org/apache/juneau/serializer/SerializeException.html"
title="class in org.apache.juneau.serializer">SerializeException</a></pre>
<div class="block">Convenience method for serializing this ObjectList to the
specified Writer using