Skip to content

Resolve element type from NodeType before falling back to reflection. #2842

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

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

This commit changes the node value retrieval so that it first tries to determine the node type before falling back to reflective access of the _value field.

…when reading values from JsonNode.

This commit changes the node value retrieval so that it first tries to determine the node type before falling back to reflective access of the _value field.
@christophstrobl christophstrobl marked this pull request as ready for review February 21, 2024 12:42
@mp911de mp911de added the type: bug A general bug label Feb 21, 2024
mp911de pushed a commit that referenced this pull request Apr 19, 2024
…when reading values from JsonNode.

This commit changes the node value retrieval so that it first tries to determine the node type before falling back to reflective access of the _value field.

Closes #2838
Original pull request: #2842
mp911de pushed a commit that referenced this pull request Apr 19, 2024
…when reading values from JsonNode.

This commit changes the node value retrieval so that it first tries to determine the node type before falling back to reflective access of the _value field.

Closes #2838
Original pull request: #2842
mp911de pushed a commit that referenced this pull request Apr 19, 2024
…when reading values from JsonNode.

This commit changes the node value retrieval so that it first tries to determine the node type before falling back to reflective access of the _value field.

Closes #2838
Original pull request: #2842
@mp911de mp911de added the theme: aot An issue related to Ahead-Of-Time processing label Apr 19, 2024
@mp911de mp911de closed this Apr 19, 2024
@mp911de mp911de deleted the issue/3.2.x/2838 branch April 19, 2024 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: aot An issue related to Ahead-Of-Time processing type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException
2 participants