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

[json-node] JsonNodeMapper add type support for customer JsonAdapters #311

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

rbygrave
Copy link
Contributor

For cases where we want to manually build a JsonAdapter and then use that via JsonNodeMapper.

For example, manually build JsonAdapter using JsonObject.extract() methods to extract out values and deal with number types etc.

For cases where we want to manually build a JsonAdapter and then use that via JsonNodeMapper.

For example, manually build JsonAdapter using JsonObject.extract() methods to extract out values and deal with number types etc.
@rbygrave rbygrave requested a review from SentryMan December 12, 2024 19:59
@rbygrave rbygrave self-assigned this Dec 12, 2024
@rbygrave rbygrave merged commit b59392d into main Dec 12, 2024
9 checks passed
@rbygrave rbygrave deleted the feature/node-customAdapter branch December 12, 2024 20:26
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