fun <T : Any!> requestBodyConverter(type: Type!, parameterAnnotations: Array<Annotation!>!, methodAnnotations: Array<Annotation!>!): Converter<T, RequestBody!>!
Returns a Converter for type to RequestBody from the available factories.
IllegalArgumentException - if no converter available for type.