package i0; import java.io.IOException; import java.lang.annotation.Annotation; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import okhttp3.RequestBody; import okhttp3.ResponseBody; /* compiled from: Converter */ public interface h { /* compiled from: Converter */ public static abstract class a { public static Type getParameterUpperBound(int i, ParameterizedType parameterizedType) { return d0.e(i, parameterizedType); } public static Class getRawType(Type type) { return d0.f(type); } public h requestBodyConverter(Type type, Annotation[] annotationArr, Annotation[] annotationArr2, z zVar) { return null; } public h responseBodyConverter(Type type, Annotation[] annotationArr, z zVar) { return null; } public h stringConverter(Type type, Annotation[] annotationArr, z zVar) { return null; } } T convert(F f) throws IOException; }