Gestiada / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Support for Java generic types (for example <T>) #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the feature or sample requested?

For example, Feed<T> may contain a field "List<T> entries" to allow the entry 
type to be a generic type of Feed.  Then one can for example declare 
"CalendarFeed extends Feed<CalendarEntry>".

Currently, the Client Library will in this case not be able to determine the 
correct type of "entries" and can not parse them.

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

All.

External references, such as a standards document, or specification?

Please provide any additional information below.

Original issue reported on code.google.com by yan...@google.com on 13 Sep 2010 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 7 Oct 2010 at 6:00

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 7 Dec 2010 at 12:56

GoogleCodeExporter commented 9 years ago
Issue 73 may help here. It also deals with situations where parser doesn't know 
the exact derived type to create (either as standalone field or in a 
collection).

Original comment by api.an...@gmail.com on 15 Dec 2010 at 10:41

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 6:23

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 8:07

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 15 Feb 2011 at 8:30

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 11 Mar 2011 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 12 Apr 2011 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 21 Apr 2011 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 21 Apr 2011 at 4:04

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/4437045/

Original comment by yan...@google.com on 27 Apr 2011 at 1:04

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 2 May 2011 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 5 May 2011 at 7:32