Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.

Repository from Github https://github.comAzure/azure-sdk-for-javaRepository from Github https://github.comAzure/azure-sdk-for-java

Update usages of `Type.toString()` in annotation-processor introduced with Response changes

samvaity opened this issue · comments

          Only small concern there is `Type.toString()` will be the full `io.clientcore.core.models.binarydata.BinaryData`. For now, I made this default if nothing is found to be `String typeCast = entityType.toString()`.

We can iterate on this further in a future PR.

Originally posted by @alzimmermsft in #44555 (comment)