Skip to content

Added type match check to read functions #295

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

Merged
merged 1 commit into from
Apr 12, 2025
Merged

Conversation

k163377
Copy link
Contributor

@k163377 k163377 commented Apr 12, 2025

@k163377 k163377 force-pushed the porting-kotlin-937 branch from 6fed499 to 0babe5f Compare April 12, 2025 11:14
Comment on lines +85 to 88
// TODO: After importing 2.19, import the changes in kotlin-module and uncomment the tests.
public inline fun <reified T> ObjectMapper.readValues(
jp: JsonParser
): MappingIterator<T> = readValues(jp, jacksonTypeRef<T>())
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could not import because of required changes to MappingIterator in 2.19.

@k163377 k163377 merged commit e4efcbb into develop Apr 12, 2025
4 checks passed
@k163377 k163377 deleted the porting-kotlin-937 branch April 12, 2025 11:18
@github-actions github-actions bot mentioned this pull request Apr 20, 2025
9 tasks
k163377 added a commit that referenced this pull request May 3, 2025
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.

1 participant