Azure / autorest.java

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

Fixes for JSON merge patch in polymorphic types #2775

Closed alzimmermsft closed 1 month ago

alzimmermsft commented 1 month ago

Fixes #2769 Fixes #2770 Fixes #2771

Some fixes when handling stream-style, polymorphic, JSON merge patch models.

haolingdong-msft commented 1 month ago

The getLength() change to fire serialization and removing extra code in the accessor look good to me.