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) - +