From f5d6b01ca6b7d653797833e5537fe29457d9943d Mon Sep 17 00:00:00 2001 From: Joel Leitch Date: Tue, 12 Apr 2011 23:05:52 +0000 Subject: [PATCH] Update the JavaDocs for 1.7. --- gson/docs/javadocs/allclasses-frame.html | 11 +- gson/docs/javadocs/allclasses-noframe.html | 11 +- .../com/google/gson/ExclusionStrategy.html | 33 +- .../com/google/gson/FieldAttributes.html | 49 +- .../com/google/gson/FieldNamingPolicy.html | 50 +- .../com/google/gson/FieldNamingStrategy.html | 19 +- gson/docs/javadocs/com/google/gson/Gson.html | 161 +++--- .../javadocs/com/google/gson/GsonBuilder.html | 248 ++++++++- .../com/google/gson/InstanceCreator.html | 19 +- .../javadocs/com/google/gson/JsonArray.html | 155 ++++-- .../gson/JsonDeserializationContext.html | 17 +- .../com/google/gson/JsonDeserializer.html | 17 +- .../javadocs/com/google/gson/JsonElement.html | 129 +++-- .../com/google/gson/JsonIOException.html | 47 +- .../javadocs/com/google/gson/JsonNull.html | 27 +- .../javadocs/com/google/gson/JsonObject.html | 127 +++-- .../com/google/gson/JsonParseException.html | 53 +- .../javadocs/com/google/gson/JsonParser.html | 29 +- .../com/google/gson/JsonPrimitive.html | 99 ++-- .../google/gson/JsonSerializationContext.html | 25 +- .../com/google/gson/JsonSerializer.html | 17 +- .../com/google/gson/JsonStreamParser.html | 41 +- .../com/google/gson/JsonSyntaxException.html | 47 +- .../google/gson/LongSerializationPolicy.html | 54 +- .../com/google/gson/annotations/Expose.html | 17 +- .../gson/annotations/SerializedName.html | 21 +- .../com/google/gson/annotations/Since.html | 17 +- .../com/google/gson/annotations/Until.html | 17 +- .../gson/annotations/class-use/Expose.html | 16 +- .../annotations/class-use/SerializedName.html | 16 +- .../gson/annotations/class-use/Since.html | 16 +- .../gson/annotations/class-use/Until.html | 16 +- .../gson/annotations/package-frame.html | 6 +- .../gson/annotations/package-summary.html | 17 +- .../google/gson/annotations/package-tree.html | 24 +- .../google/gson/annotations/package-use.html | 12 +- .../gson/class-use/ExclusionStrategy.html | 32 +- .../gson/class-use/FieldAttributes.html | 16 +- .../gson/class-use/FieldNamingPolicy.html | 20 +- .../gson/class-use/FieldNamingStrategy.html | 16 +- .../com/google/gson/class-use/Gson.html | 16 +- .../google/gson/class-use/GsonBuilder.html | 56 +- .../gson/class-use/InstanceCreator.html | 16 +- .../com/google/gson/class-use/JsonArray.html | 18 +- .../class-use/JsonDeserializationContext.html | 18 +- .../gson/class-use/JsonDeserializer.html | 16 +- .../google/gson/class-use/JsonElement.html | 58 +- .../gson/class-use/JsonIOException.html | 44 +- .../com/google/gson/class-use/JsonNull.html | 16 +- .../com/google/gson/class-use/JsonObject.html | 18 +- .../gson/class-use/JsonParseException.html | 20 +- .../com/google/gson/class-use/JsonParser.html | 16 +- .../google/gson/class-use/JsonPrimitive.html | 18 +- .../class-use/JsonSerializationContext.html | 18 +- .../google/gson/class-use/JsonSerializer.html | 16 +- .../gson/class-use/JsonStreamParser.html | 16 +- .../gson/class-use/JsonSyntaxException.html | 42 +- .../class-use/LongSerializationPolicy.html | 20 +- .../gson/internal/$Gson$Preconditions.html | 310 +++++++++++ .../com/google/gson/internal/$Gson$Types.html | 507 ++++++++++++++++++ .../class-use/$Gson$Preconditions.html | 141 +++++ .../gson/internal/class-use/$Gson$Types.html | 141 +++++ .../google/gson/internal/package-frame.html | 35 ++ .../google/gson/internal/package-summary.html | 177 ++++++ .../google/gson/internal/package-tree.html | 150 ++++++ .../com/google/gson/internal/package-use.html | 141 +++++ .../com/google/gson/package-frame.html | 6 +- .../com/google/gson/package-summary.html | 13 +- .../com/google/gson/package-tree.html | 30 +- .../javadocs/com/google/gson/package-use.html | 12 +- .../com/google/gson/reflect/TypeToken.html | 139 ++--- .../gson/reflect/class-use/TypeToken.html | 27 +- .../google/gson/reflect/package-frame.html | 6 +- .../google/gson/reflect/package-summary.html | 17 +- .../com/google/gson/reflect/package-tree.html | 18 +- .../com/google/gson/reflect/package-use.html | 12 +- .../com/google/gson/stream/JsonReader.html | 127 +++-- .../com/google/gson/stream/JsonToken.html | 50 +- .../com/google/gson/stream/JsonWriter.html | 121 ++--- .../gson/stream/MalformedJsonException.html | 49 +- .../gson/stream/class-use/JsonReader.html | 18 +- .../gson/stream/class-use/JsonToken.html | 20 +- .../gson/stream/class-use/JsonWriter.html | 26 +- .../class-use/MalformedJsonException.html | 16 +- .../com/google/gson/stream/package-frame.html | 6 +- .../google/gson/stream/package-summary.html | 13 +- .../com/google/gson/stream/package-tree.html | 28 +- .../com/google/gson/stream/package-use.html | 12 +- gson/docs/javadocs/constant-values.html | 12 +- gson/docs/javadocs/deprecated-list.html | 40 +- gson/docs/javadocs/help-doc.html | 12 +- gson/docs/javadocs/index-all.html | 162 ++++-- gson/docs/javadocs/index.html | 4 +- gson/docs/javadocs/overview-frame.html | 8 +- gson/docs/javadocs/overview-summary.html | 19 +- gson/docs/javadocs/overview-tree.html | 48 +- gson/docs/javadocs/package-list | 1 + gson/docs/javadocs/serialized-form.html | 16 +- gson/docs/javadocs/stylesheet.css | 26 +- 99 files changed, 3355 insertions(+), 1567 deletions(-) create mode 100644 gson/docs/javadocs/com/google/gson/internal/$Gson$Preconditions.html create mode 100644 gson/docs/javadocs/com/google/gson/internal/$Gson$Types.html create mode 100644 gson/docs/javadocs/com/google/gson/internal/class-use/$Gson$Preconditions.html create mode 100644 gson/docs/javadocs/com/google/gson/internal/class-use/$Gson$Types.html create mode 100644 gson/docs/javadocs/com/google/gson/internal/package-frame.html create mode 100644 gson/docs/javadocs/com/google/gson/internal/package-summary.html create mode 100644 gson/docs/javadocs/com/google/gson/internal/package-tree.html create mode 100644 gson/docs/javadocs/com/google/gson/internal/package-use.html diff --git a/gson/docs/javadocs/allclasses-frame.html b/gson/docs/javadocs/allclasses-frame.html index 98cf2b2b..c9649bc9 100644 --- a/gson/docs/javadocs/allclasses-frame.html +++ b/gson/docs/javadocs/allclasses-frame.html @@ -2,13 +2,12 @@ - + -All Classes (Gson 1.6 API) +All Classes (Gson 1.7 API) - @@ -22,7 +21,11 @@ All Classes (Gson 1.6 API) - - + Collection<Annotation> + Class<?> + Type + Class<?> + String  
ExclusionStrategy +$Gson$Preconditions +
+$Gson$Types +
+ExclusionStrategy
Expose
diff --git a/gson/docs/javadocs/allclasses-noframe.html b/gson/docs/javadocs/allclasses-noframe.html index 68e08598..cb74e9a3 100644 --- a/gson/docs/javadocs/allclasses-noframe.html +++ b/gson/docs/javadocs/allclasses-noframe.html @@ -2,13 +2,12 @@ - + -All Classes (Gson 1.6 API) +All Classes (Gson 1.7 API) - @@ -22,7 +21,11 @@ All Classes (Gson 1.6 API) - - @@ -218,7 +229,7 @@ boolean shouldSkipField(

shouldSkipClass

-boolean shouldSkipClass(Class<?> clazz)
+boolean shouldSkipClass(Class<?> clazz)
Parameters:
clazz - the class object that is under test @@ -286,6 +297,6 @@ DETAIL: FIELD | CONSTR | METHO
-Copyright © 2008-2010. All Rights Reserved. +Copyright © 2008-2011
Google, Inc.. All Rights Reserved. diff --git a/gson/docs/javadocs/com/google/gson/FieldAttributes.html b/gson/docs/javadocs/com/google/gson/FieldAttributes.html index 180d13ee..cb27bbeb 100644 --- a/gson/docs/javadocs/com/google/gson/FieldAttributes.html +++ b/gson/docs/javadocs/com/google/gson/FieldAttributes.html @@ -2,22 +2,20 @@ - + -FieldAttributes (Gson 1.6 API) +FieldAttributes (Gson 1.7 API) - +

@@ -132,13 +129,13 @@ A data object that stores attributes of a field.

ExclusionStrategy +$Gson$Preconditions +
+$Gson$Types +
+ExclusionStrategy
Expose
diff --git a/gson/docs/javadocs/com/google/gson/ExclusionStrategy.html b/gson/docs/javadocs/com/google/gson/ExclusionStrategy.html index cbaa5a45..76f4ddea 100644 --- a/gson/docs/javadocs/com/google/gson/ExclusionStrategy.html +++ b/gson/docs/javadocs/com/google/gson/ExclusionStrategy.html @@ -2,22 +2,20 @@ - + -ExclusionStrategy (Gson 1.6 API) +ExclusionStrategy (Gson 1.7 API) - +
 booleanshouldSkipClass(Class<?> clazz) +shouldSkipClass(Class<?> clazz)
           
-<T extends Annotation> +<T extends Annotation>
T
getAnnotation(Class<T> annotation) +getAnnotation(Class<T> annotation)
          Return the T annotation object from this field if it exist; otherwise returns @@ -146,7 +143,7 @@ T
- Collection<Annotation> getAnnotations()
@@ -154,7 +151,7 @@ T
- Class<?> getDeclaredClass()
@@ -162,7 +159,7 @@ T
- Type getDeclaredType()
@@ -177,7 +174,7 @@ T
- Class<?> getDeclaringClass()
@@ -185,7 +182,7 @@ T
- String getName()
@@ -203,10 +200,10 @@ T
- + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -225,7 +222,7 @@ T

getDeclaringClass

-public Class<?> getDeclaringClass()
+public Class<?> getDeclaringClass()
@@ -237,7 +234,7 @@ public

getName

-public String getName()
+public String getName()
@@ -249,7 +246,7 @@ public

getDeclaredType

-public Type getDeclaredType()
+public Type getDeclaredType()

For example, assume the following class definition:

@@ -274,7 +271,7 @@ public 

getDeclaredClass

-public Class<?> getDeclaredClass()
+public Class<?> getDeclaredClass()
Returns the Class<?> object that was declared for this field. @@ -299,7 +296,7 @@ public

getAnnotation

-public <T extends Annotation> T getAnnotation(Class<T> annotation)
+public <T extends Annotation> T getAnnotation(Class<T> annotation)
Return the T annotation object from this field if it exist; otherwise returns null. @@ -314,7 +311,7 @@ public <T extends

getAnnotations

-public Collection<Annotation> getAnnotations()
+public Collection<Annotation> getAnnotations()
Return the annotations that are present on this field.

@@ -340,7 +337,7 @@ public boolean hasModifier(int modifier)

-
See Also:
Modifier
+
See Also:
Modifier
@@ -404,6 +401,6 @@ DETAIL: FIELD | CONSTR | METHO
-Copyright © 2008-2010. All Rights Reserved. +Copyright © 2008-2011
Google, Inc.. All Rights Reserved. diff --git a/gson/docs/javadocs/com/google/gson/FieldNamingPolicy.html b/gson/docs/javadocs/com/google/gson/FieldNamingPolicy.html index a03428dc..52c5ed96 100644 --- a/gson/docs/javadocs/com/google/gson/FieldNamingPolicy.html +++ b/gson/docs/javadocs/com/google/gson/FieldNamingPolicy.html @@ -2,22 +2,20 @@ - + -FieldNamingPolicy (Gson 1.6 API) +FieldNamingPolicy (Gson 1.7 API) - +

@@ -170,7 +167,7 @@ An enumeration that defines a few standard naming conventions for JSON field nam static FieldNamingPolicy -valueOf(String name) +valueOf(String name)
          Returns the enum constant of this type with the specified name. @@ -182,25 +179,25 @@ An enumeration that defines a few standard naming conventions for JSON field nam
          Returns an array containing the constants of this enum type, in -the order they are declared. +the order they're declared.   - + - +
Methods inherited from class java.lang.EnumMethods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
  @@ -317,20 +314,20 @@ public static final

values

-public static FieldNamingPolicy[] values()
+public static final FieldNamingPolicy[] values()
Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate +the order they're declared. This method may be used to iterate over the constants as follows:
-for (FieldNamingPolicy c : FieldNamingPolicy.values())
-    System.out.println(c);
+for(FieldNamingPolicy c : FieldNamingPolicy.values())
+        System.out.println(c);
 

Returns:
an array containing the constants of this enum type, in -the order they are declared
+the order they're declared

@@ -338,7 +335,7 @@ the order they are declared

valueOf

-public static FieldNamingPolicy valueOf(String name)
+public static FieldNamingPolicy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an @@ -349,9 +346,8 @@ not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws: -
IllegalArgumentException - if this enum type has no constant -with the specified name -
NullPointerException - if the argument is null
+
IllegalArgumentException - if this enum type has no constant +with the specified name
@@ -415,6 +411,6 @@ DETAIL: ENUM CONSTANTS | FIEL
-Copyright © 2008-2010. All Rights Reserved. +Copyright © 2008-2011 Google, Inc.. All Rights Reserved. diff --git a/gson/docs/javadocs/com/google/gson/FieldNamingStrategy.html b/gson/docs/javadocs/com/google/gson/FieldNamingStrategy.html index c8987d14..0685e86e 100644 --- a/gson/docs/javadocs/com/google/gson/FieldNamingStrategy.html +++ b/gson/docs/javadocs/com/google/gson/FieldNamingStrategy.html @@ -2,22 +2,20 @@ - + -FieldNamingStrategy (Gson 1.6 API) +FieldNamingStrategy (Gson 1.7 API) - +