This repository was archived by the owner on Feb 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add generics support on RestTemplate methods #330
Merged
mathieuboniface
merged 20 commits into
androidannotations:develop
from
DayS:220_rest_template_generics
Feb 4, 2013
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2fd3ca5
Add generics support on RestTemplate methods
DayS 6aeef78
Fix a ClassCastException
DayS 5af22d6
Refactoring of Get and Post processors
DayS ea5503b
Add unit tests for generics rest methods
DayS 8b29b74
Fix EBeanHolder.parseClass() to use a buffer. A partial copy of JCode…
DayS 434b528
Refactoring of Get and Post processors
DayS 5121f83
Extract custom JCodeModel code into a new class
DayS aa80b6a
Refactoring and comment rest processors
DayS 996d4d1
Fix runtime mapping of generics
DayS c392526
Handle generics of generics
DayS 74547ca
Handle array of generics
DayS 5193249
Handle generics of class
DayS bfaf275
Add integration tests for test rest methods
DayS e7cd689
Remove temporary logs
DayS 5197bfd
Fix EBeansHolder.refClass method to handle generics. Fix rest-templat…
DayS ac2fa84
Merge branch 'develop' into 220_rest_template_generics
DayS f68ae5b
Handle wildcard on EBeansHolder.refClass(). TypeVar throws exception
DayS 9f72516
Merge branch 'develop' into 220_rest_template_generics
DayS 36a289a
Add missing license header
DayS fb6432c
Refactoring code and remove the TypeNameParser fork class from codemodel
mathieuboniface File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...oidAnnotations/androidannotations/src/main/java/org/androidannotations/helper/Option.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dead code here. This method is never called, can you delete it ?