Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Hide Json Serializable #204

Closed kushagraThapar closed 5 years ago

kushagraThapar commented 5 years ago

Reduced scope of set and remove method of JsonSerializable from public to package-private.

Created BridgeInternal methods for these.

Reduced scope of methods returning objectMapper, objectNode, jsonNode, etc.