This repository was archived by the owner on Oct 23, 2024. It is now read-only.
Support for Generic Type in Setter-Method Added!#29
Merged
wenshao merged 2 commits intoalibaba:masterfrom Apr 1, 2013
Merged
Conversation
added 2 commits
March 20, 2013 13:34
V1.1.28 only support generic type in public-field, now it can support generic type in setter-method now! But there is also a limit: Only single generic type is support! If there are multi generic types in public-field or setter-method, it won't work!
V1.1.28 only support generic type in public-field, now it can support generic type in setter-method now! But there is also a limit: Only single generic type is support! If there are multi generic types in public-field or setter-method, it won't work!
wenshao
added a commit
that referenced
this pull request
Apr 1, 2013
Support for Generic Type in Setter-Method Added!
wenshao
pushed a commit
that referenced
this pull request
Jan 3, 2018
xiongtj
pushed a commit
to fsxiaoke/fastjson
that referenced
this pull request
Aug 18, 2020
Support for Generic Type in Setter-Method Added!
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Current version supports generic type in public-field, now it can support
generic type in setter-method now!
But there is also a limit: Only single generic type is support!
If there are multi generic types in public-field or setter-method, it
won't work!