Azure / autorest.java

Extension for AutoRest (https://github.com/Azure/autorest) that generates Java code
MIT License
33 stars 80 forks source link

tsp, json-merge-patch, use JsonMergePatchHelper.getXXXAccessor() to enable json merge patch for model properties #2605

Closed haolingdong-msft closed 2 months ago

haolingdong-msft commented 4 months ago

Service can have customized model which is not in the same package as the generated models, and below code will have compile error. We should change these to using accessor pattern.

image would be changed to below: image