package j;

import j.c;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;

/* JADX INFO: compiled from: DefaultCallAdapterFactory.java */
/* JADX INFO: loaded from: classes.dex */
final class f extends c.a {
    static final c.a a = new f();

    /* JADX INFO: compiled from: DefaultCallAdapterFactory.java */
    class a implements c<Object, b<?>> {
        final /* synthetic */ Type a;

        a(f fVar, Type type) {
            this.a = type;
        }

        @Override // j.c
        public Type a() {
            return this.a;
        }

        @Override // j.c
        public /* bridge */ /* synthetic */ b<?> b(b<Object> bVar) {
            c(bVar);
            return bVar;
        }

        public b<Object> c(b<Object> bVar) {
            return bVar;
        }
    }

    f() {
    }

    @Override // j.c.a
    public c<?, ?> a(Type type, Annotation[] annotationArr, n nVar) {
        if (c.a.c(type) != b.class) {
            return null;
        }
        return new a(this, p.g(type));
    }
}
