aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/main/java/com/google/gson/FieldAttributes.java
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused method.Jesse Wilson2011-11-231-11/+0
* Rename GsonExclusionStrategy to Excluder. The new class is its own factory, w...Jesse Wilson2011-11-221-54/+10
* Remove two implementation classes that weren't generally useful:Jesse Wilson2011-11-211-5/+4
* Smash together ReflectiveTypeAdapterFactory and its subclass. The separation ...Jesse Wilson2011-11-211-10/+2
* Delete dead code found by coverageJesse Wilson2011-10-011-38/+2
* Down to 22 failing tests.Jesse Wilson2011-09-111-0/+1
* Quick fix for threading issue. Should maybe look into synchronizing this meth...Joel Leitch2011-06-071-4/+5
* fixed javadocsInderjeet Singh2011-06-031-1/+1
* Comments from r789Joel Leitch2011-04-071-1/+1
* Made FieldNamingStrategy2 and its corresponding builder method package-private.Inderjeet Singh2011-04-071-1/+1
* removed the constructor in FieldAttributes that was only used in tests.Inderjeet Singh2011-04-061-10/+0
* Renamed $Preconditions to $Gson$Preconditions and $Types to $Gson$Types.Inderjeet Singh2011-04-061-6/+6
* Marked the getTypeInfoForField() method package private as it was inadvertent...Inderjeet Singh2011-04-061-1/+1
* Comments for r767Joel Leitch2011-04-051-1/+7
* replaced multiple caches in ReflectingFieldNavigator with a single one. Inderjeet Singh2011-04-011-1/+30
* Moved Cache, LruCache, Pair, Primitives and UnsafeAllocator to com.google.gso...Inderjeet Singh2011-03-301-6/+3
* bling blingJesse Wilson2011-03-291-8/+8
* Create an "internals" package for classes that we do not want to share, but i...Joel Leitch2011-03-211-0/+5
* Update Precondition checks and have it throw a NPE instead.Joel Leitch2011-03-161-7/+6
* removed eclipse warnings.Inderjeet Singh2010-11-121-1/+0
* Exposing the declaring class for the field wrapped by FieldAttributes.Joel Leitch2010-11-011-14/+21
* Allow cache size to be configured.Joel Leitch2010-05-191-2/+15
* Add new Cache interface and LRU Cache implementation to cache field annotatio...Joel Leitch2010-01-101-7/+18
* Deprecate the FieldNamingStrategy interface and replace it with FieldNamingSt...Joel Leitch2010-01-091-8/+50
* Make some fields final and initialize immediately.Joel Leitch2009-12-031-13/+7
* More lazy initialization done for FieldAttributes.Joel Leitch2009-12-031-1/+16
* Lazily initialize fields in FieldAttributes to prevent multiple Java reflecti...Joel Leitch2009-12-031-5/+27
* Make FieldAttributes public so it can be used by public clients.Joel Leitch2009-10-091-3/+4
* Updating JavaDoc tag to @code instead of @link.Joel Leitch2009-10-091-1/+1
* Implemented some code review comments from r482Inderjeet Singh2009-10-091-1/+1
* Addresses comments in r481 (except for the interface change....leaving FieldA...Joel Leitch2009-10-081-2/+3
* Refactored exclusion strategies so that they can easily be exposed as part of...Joel Leitch2009-10-071-0/+124