Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support type modifiers in type id name resolution. #367

Merged
merged 1 commit into from
Dec 14, 2013
Merged

Support type modifiers in type id name resolution. #367

merged 1 commit into from
Dec 14, 2013

Conversation

UnquietCode
Copy link
Contributor

This commit adds the ability to use type modifiers in conjunction with TypeNameIdResolver. Previously, the type name was resolved from the actual type. This change makes use of the type modifier to resolve against the modified type.

The included test patches just the one resolver, which fixed my use case. It may be the case that the other resolution strategies should also account for the presence of type modifiers. Any guidance there would be appreciated. Thanks!

@cowtowncoder
Copy link
Member

Ok I guess this allows some tricks with TypeModifier.

cowtowncoder added a commit that referenced this pull request Dec 14, 2013
Support type modifiers in type id name resolution.
@cowtowncoder cowtowncoder merged commit b4c1f77 into FasterXML:master Dec 14, 2013
cowtowncoder added a commit that referenced this pull request Dec 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants