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)
Fixed in #44609