-
Notifications
You must be signed in to change notification settings - Fork 18
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 unwrapping arrays for JsonNode
decoder
#747
Conversation
Unwrapping LGTM. I don't understand the point of the new tree methods. They convert bytes->tree, but you can already use |
@yawkat I didn't realize it can be used that way, removed the new methods |
Maybe it makes sense to have aliases for it, but the impl can delegate to readValue(x, JsonNode) instead of going through another type. |
...on/src/main/java/io/micronaut/serde/oracle/jdbc/json/AbstractOracleJdbcJsonObjectMapper.java
Outdated
Show resolved
Hide resolved
…/jdbc/json/AbstractOracleJdbcJsonObjectMapper.java Co-authored-by: Jonas Konrad <jonas.konrad@oracle.com>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Fixes #699
JsonNode