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

Added missing parentheses in reference documentation #364

Closed
wants to merge 6 commits into from
Closed

Added missing parentheses in reference documentation #364

wants to merge 6 commits into from

Conversation

aaguilera
Copy link
Contributor

No description provided.

odrotbohm and others added 6 commits June 1, 2015 21:17
…reject all types not matching the configured one.

We now also override canRead(Type, Class<?>, MediaType) to make sure we can opt out of being used for generic type matching.
…ing.

We now locally resolve the generic type using Jackson's JavaType in canRead(Type, Class, MediaType) to avoid having to call the non-generic method as this caused us having to tweak it's implementation to avoid the super.canRead(Class, MediaType) check as this in turn forwards to the generic method (which then would've caused a stack overflow.
odrotbohm pushed a commit that referenced this pull request Aug 4, 2015
@odrotbohm odrotbohm added this to the 0.18 milestone Aug 4, 2015
@odrotbohm odrotbohm changed the title Add missing parentheses Added missing parentheses in reference documentation Aug 4, 2015
@odrotbohm
Copy link
Member

That's merged, thanks!

@odrotbohm odrotbohm closed this Aug 4, 2015
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.

2 participants