@Nullable open fun responseBodyConverter(type: Type!, annotations: Array<Annotation!>!, retrofit: Retrofit!): Converter<ResponseBody!, *>?
Returns a Converter for converting an HTTP response body to type, or null if type cannot be handled by this factory. This is used to create converters for response types such as SimpleResponse from a Call<SimpleResponse> declaration.