Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the json node field public to be able to extract it in the place…
…s where it is needed. (apache#7020) ### Motivation It is possible to [reach](https://github.com/apache/pulsar/blob/f90fab280c931d457877de87c12b7d59074f6f6c/pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/generic/GenericAvroRecord.java#L64) the field containing the native Avro record, but GenericJsonRecord hides the JsonNode field. It makes sense to even it out and make the JsonNode publicly available. ### Modifications The public access modifier was added to the getter for JsonNode and the GenericJsonRecord class.
- Loading branch information