renderValueType
Returns the Kotlin value type exposed by generated code for the receiver body metadata.
JsonBody<T> resolves to T, StringBody to kotlin.String, RawBody to kotlin.ByteArray, and unknown body wrappers fall back to their first generic argument or kotlin.Any.
Receiver
body metadata to inspect.
Return
generated Kotlin value type.