aboutsummaryrefslogtreecommitdiffstats
path: root/gson/docs/javadocs/com/google/gson/InstanceCreator.html
diff options
context:
space:
mode:
authorJoel Leitch <joel.leitch@gmail.com>2011-04-12 23:05:52 +0000
committerJoel Leitch <joel.leitch@gmail.com>2011-04-12 23:05:52 +0000
commitf5d6b01ca6b7d653797833e5537fe29457d9943d (patch)
tree8b2231cbb93501ee0d3a00e265e05f2df667ae73 /gson/docs/javadocs/com/google/gson/InstanceCreator.html
parent5770be4ed21473a77196c3457e9fded852796cf6 (diff)
downloadandroid_external_gson-f5d6b01ca6b7d653797833e5537fe29457d9943d.tar.gz
android_external_gson-f5d6b01ca6b7d653797833e5537fe29457d9943d.tar.bz2
android_external_gson-f5d6b01ca6b7d653797833e5537fe29457d9943d.zip
Update the JavaDocs for 1.7.
Diffstat (limited to 'gson/docs/javadocs/com/google/gson/InstanceCreator.html')
-rw-r--r--gson/docs/javadocs/com/google/gson/InstanceCreator.html19
1 files changed, 8 insertions, 11 deletions
diff --git a/gson/docs/javadocs/com/google/gson/InstanceCreator.html b/gson/docs/javadocs/com/google/gson/InstanceCreator.html
index d94fed47..f054e2a0 100644
--- a/gson/docs/javadocs/com/google/gson/InstanceCreator.html
+++ b/gson/docs/javadocs/com/google/gson/InstanceCreator.html
@@ -2,22 +2,20 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_22) on Wed Nov 24 15:31:18 PST 2010 -->
+<!-- Generated by javadoc (build 1.5.0_28) on Tue Apr 12 15:40:06 PDT 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
-InstanceCreator (Gson 1.6 API)
+InstanceCreator (Gson 1.7 API)
</TITLE>
-<META NAME="date" CONTENT="2010-11-24">
+<META NAME="keywords" CONTENT="com.google.gson.InstanceCreator interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="InstanceCreator (Gson 1.6 API)";
- }
+ parent.document.title="InstanceCreator (Gson 1.7 API)";
}
</SCRIPT>
<NOSCRIPT>
@@ -26,7 +24,6 @@ function windowTitle()
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
-<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
@@ -173,7 +170,7 @@ This interface is implemented to create instances of a class that does not defin
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../com/google/gson/InstanceCreator.html" title="type parameter in InstanceCreator">T</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../com/google/gson/InstanceCreator.html#createInstance(java.lang.reflect.Type)">createInstance</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</A>&nbsp;type)</CODE>
+<TD><CODE><B><A HREF="../../../com/google/gson/InstanceCreator.html#createInstance(java.lang.reflect.Type)">createInstance</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect">Type</A>&nbsp;type)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gson invokes this call-back method during deserialization to create an instance of the
@@ -196,7 +193,7 @@ This interface is implemented to create instances of a class that does not defin
<A NAME="createInstance(java.lang.reflect.Type)"><!-- --></A><H3>
createInstance</H3>
<PRE>
-<A HREF="../../../com/google/gson/InstanceCreator.html" title="type parameter in InstanceCreator">T</A> <B>createInstance</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</A>&nbsp;type)</PRE>
+<A HREF="../../../com/google/gson/InstanceCreator.html" title="type parameter in InstanceCreator">T</A> <B>createInstance</B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect">Type</A>&nbsp;type)</PRE>
<DL>
<DD>Gson invokes this call-back method during deserialization to create an instance of the
specified type. The fields of the returned instance are overwritten with the data present
@@ -205,7 +202,7 @@ createInstance</H3>
always use <code>new</code> to create a new instance.
<P>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>type</CODE> - the parameterized T represented as a <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect"><CODE>Type</CODE></A>.
+<DT><B>Parameters:</B><DD><CODE>type</CODE> - the parameterized T represented as a <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect"><CODE>Type</CODE></A>.
<DT><B>Returns:</B><DD>a default object instance of type T.</DL>
</DD>
</DL>
@@ -270,6 +267,6 @@ DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHO
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
-Copyright &#169; 2008-2010. All Rights Reserved.
+Copyright &#169; 2008-2011 <a href="http://www.google.com">Google, Inc.</a>. All Rights Reserved.
</BODY>
</HTML>