Changes of com.discord v1323
This commit is contained in:
parent
1234c09f33
commit
d9d9f382c9
28241 changed files with 0 additions and 4903974 deletions
|
@ -1,46 +0,0 @@
|
|||
.class public final synthetic Lg0/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "lambda"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/Runnable;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:Lg0/i$b$a;
|
||||
|
||||
.field public final synthetic e:Lg0/f;
|
||||
|
||||
.field public final synthetic f:Lg0/b0;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public synthetic constructor <init>(Lg0/i$b$a;Lg0/f;Lg0/b0;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/a;->d:Lg0/i$b$a;
|
||||
|
||||
iput-object p2, p0, Lg0/a;->e:Lg0/f;
|
||||
|
||||
iput-object p3, p0, Lg0/a;->f:Lg0/b0;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final run()V
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lg0/a;->d:Lg0/i$b$a;
|
||||
|
||||
iget-object v1, p0, Lg0/a;->e:Lg0/f;
|
||||
|
||||
iget-object v2, p0, Lg0/a;->f:Lg0/b0;
|
||||
|
||||
invoke-virtual {v0, v1, v2}, Lg0/i$b$a;->d(Lg0/f;Lg0/b0;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,387 +0,0 @@
|
|||
.class public final Lg0/a0$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "RequestFactory.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/a0;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final x:Ljava/util/regex/Pattern;
|
||||
|
||||
.field public static final y:Ljava/util/regex/Pattern;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lg0/d0;
|
||||
|
||||
.field public final b:Ljava/lang/reflect/Method;
|
||||
|
||||
.field public final c:[Ljava/lang/annotation/Annotation;
|
||||
|
||||
.field public final d:[[Ljava/lang/annotation/Annotation;
|
||||
|
||||
.field public final e:[Ljava/lang/reflect/Type;
|
||||
|
||||
.field public f:Z
|
||||
|
||||
.field public g:Z
|
||||
|
||||
.field public h:Z
|
||||
|
||||
.field public i:Z
|
||||
|
||||
.field public j:Z
|
||||
|
||||
.field public k:Z
|
||||
|
||||
.field public l:Z
|
||||
|
||||
.field public m:Z
|
||||
|
||||
.field public n:Ljava/lang/String;
|
||||
|
||||
.field public o:Z
|
||||
|
||||
.field public p:Z
|
||||
|
||||
.field public q:Z
|
||||
|
||||
.field public r:Ljava/lang/String;
|
||||
|
||||
.field public s:Lokhttp3/Headers;
|
||||
|
||||
.field public t:Lokhttp3/MediaType;
|
||||
|
||||
.field public u:Ljava/util/Set;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/lang/String;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public v:[Lg0/x;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"[",
|
||||
"Lg0/x<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public w:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "\\{([a-zA-Z][a-zA-Z0-9_-]*)\\}"
|
||||
|
||||
invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Lg0/a0$a;->x:Ljava/util/regex/Pattern;
|
||||
|
||||
const-string v0, "[a-zA-Z][a-zA-Z0-9_-]*"
|
||||
|
||||
invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Lg0/a0$a;->y:Ljava/util/regex/Pattern;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Lg0/d0;Ljava/lang/reflect/Method;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/a0$a;->a:Lg0/d0;
|
||||
|
||||
iput-object p2, p0, Lg0/a0$a;->b:Ljava/lang/reflect/Method;
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/reflect/Method;->getAnnotations()[Ljava/lang/annotation/Annotation;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lg0/a0$a;->c:[Ljava/lang/annotation/Annotation;
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/reflect/Method;->getGenericParameterTypes()[Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lg0/a0$a;->e:[Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/reflect/Method;->getParameterAnnotations()[[Ljava/lang/annotation/Annotation;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lg0/a0$a;->d:[[Ljava/lang/annotation/Annotation;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static a(Ljava/lang/Class;)Ljava/lang/Class;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/Class<",
|
||||
"*>;)",
|
||||
"Ljava/lang/Class<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Ljava/lang/Boolean;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne v0, p0, :cond_0
|
||||
|
||||
const-class p0, Ljava/lang/Boolean;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
sget-object v0, Ljava/lang/Byte;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne v0, p0, :cond_1
|
||||
|
||||
const-class p0, Ljava/lang/Byte;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_1
|
||||
sget-object v0, Ljava/lang/Character;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne v0, p0, :cond_2
|
||||
|
||||
const-class p0, Ljava/lang/Character;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_2
|
||||
sget-object v0, Ljava/lang/Double;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne v0, p0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Double;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_3
|
||||
sget-object v0, Ljava/lang/Float;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne v0, p0, :cond_4
|
||||
|
||||
const-class p0, Ljava/lang/Float;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_4
|
||||
sget-object v0, Ljava/lang/Integer;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne v0, p0, :cond_5
|
||||
|
||||
const-class p0, Ljava/lang/Integer;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_5
|
||||
sget-object v0, Ljava/lang/Long;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne v0, p0, :cond_6
|
||||
|
||||
const-class p0, Ljava/lang/Long;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_6
|
||||
sget-object v0, Ljava/lang/Short;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne v0, p0, :cond_7
|
||||
|
||||
const-class p0, Ljava/lang/Short;
|
||||
|
||||
:cond_7
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final b(Ljava/lang/String;Ljava/lang/String;Z)V
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lg0/a0$a;->n:Ljava/lang/String;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
if-nez v0, :cond_4
|
||||
|
||||
iput-object p1, p0, Lg0/a0$a;->n:Ljava/lang/String;
|
||||
|
||||
iput-boolean p3, p0, Lg0/a0$a;->o:Z
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/String;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const/16 p1, 0x3f
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/String;->indexOf(I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
const/4 p3, -0x1
|
||||
|
||||
if-eq p1, p3, :cond_2
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/String;->length()I
|
||||
|
||||
move-result p3
|
||||
|
||||
sub-int/2addr p3, v2
|
||||
|
||||
if-ge p1, p3, :cond_2
|
||||
|
||||
add-int/2addr p1, v2
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/String;->substring(I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
sget-object p3, Lg0/a0$a;->x:Ljava/util/regex/Pattern;
|
||||
|
||||
invoke-virtual {p3, p1}, Ljava/util/regex/Pattern;->matcher(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
invoke-virtual {p3}, Ljava/util/regex/Matcher;->find()Z
|
||||
|
||||
move-result p3
|
||||
|
||||
if-nez p3, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
iget-object p2, p0, Lg0/a0$a;->b:Ljava/lang/reflect/Method;
|
||||
|
||||
new-array p3, v2, [Ljava/lang/Object;
|
||||
|
||||
aput-object p1, p3, v1
|
||||
|
||||
const-string p1, "URL query string \"%s\" must not have replace block. For dynamic query parameters use @Query."
|
||||
|
||||
invoke-static {p2, p1, p3}, Lg0/h0;->j(Ljava/lang/reflect/Method;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/RuntimeException;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_2
|
||||
:goto_0
|
||||
iput-object p2, p0, Lg0/a0$a;->r:Ljava/lang/String;
|
||||
|
||||
sget-object p1, Lg0/a0$a;->x:Ljava/util/regex/Pattern;
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/util/regex/Pattern;->matcher(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Ljava/util/LinkedHashSet;
|
||||
|
||||
invoke-direct {p2}, Ljava/util/LinkedHashSet;-><init>()V
|
||||
|
||||
:goto_1
|
||||
invoke-virtual {p1}, Ljava/util/regex/Matcher;->find()Z
|
||||
|
||||
move-result p3
|
||||
|
||||
if-eqz p3, :cond_3
|
||||
|
||||
invoke-virtual {p1, v2}, Ljava/util/regex/Matcher;->group(I)Ljava/lang/String;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
invoke-virtual {p2, p3}, Ljava/util/HashSet;->add(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_3
|
||||
iput-object p2, p0, Lg0/a0$a;->u:Ljava/util/Set;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_4
|
||||
iget-object p2, p0, Lg0/a0$a;->b:Ljava/lang/reflect/Method;
|
||||
|
||||
const/4 p3, 0x2
|
||||
|
||||
new-array p3, p3, [Ljava/lang/Object;
|
||||
|
||||
aput-object v0, p3, v1
|
||||
|
||||
aput-object p1, p3, v2
|
||||
|
||||
const-string p1, "Only one HTTP method is allowed. Found: %s and %s."
|
||||
|
||||
invoke-static {p2, p1, p3}, Lg0/h0;->j(Ljava/lang/reflect/Method;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/RuntimeException;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final c(ILjava/lang/reflect/Type;)V
|
||||
.locals 3
|
||||
|
||||
invoke-static {p2}, Lg0/h0;->h(Ljava/lang/reflect/Type;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lg0/a0$a;->b:Ljava/lang/reflect/Method;
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
new-array v1, v1, [Ljava/lang/Object;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
aput-object p2, v1, v2
|
||||
|
||||
const-string p2, "Parameter type must not include a type variable or wildcard: %s"
|
||||
|
||||
invoke-static {v0, p1, p2, v1}, Lg0/h0;->l(Ljava/lang/reflect/Method;ILjava/lang/String;[Ljava/lang/Object;)Ljava/lang/RuntimeException;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
throw p1
|
||||
.end method
|
|
@ -1,99 +0,0 @@
|
|||
.class public final Lg0/a0;
|
||||
.super Ljava/lang/Object;
|
||||
.source "RequestFactory.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/a0$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/lang/reflect/Method;
|
||||
|
||||
.field public final b:Lc0/y;
|
||||
|
||||
.field public final c:Ljava/lang/String;
|
||||
|
||||
.field public final d:Ljava/lang/String;
|
||||
|
||||
.field public final e:Lokhttp3/Headers;
|
||||
|
||||
.field public final f:Lokhttp3/MediaType;
|
||||
|
||||
.field public final g:Z
|
||||
|
||||
.field public final h:Z
|
||||
|
||||
.field public final i:Z
|
||||
|
||||
.field public final j:[Lg0/x;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"[",
|
||||
"Lg0/x<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final k:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/a0$a;)V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iget-object v0, p1, Lg0/a0$a;->b:Ljava/lang/reflect/Method;
|
||||
|
||||
iput-object v0, p0, Lg0/a0;->a:Ljava/lang/reflect/Method;
|
||||
|
||||
iget-object v0, p1, Lg0/a0$a;->a:Lg0/d0;
|
||||
|
||||
iget-object v0, v0, Lg0/d0;->c:Lc0/y;
|
||||
|
||||
iput-object v0, p0, Lg0/a0;->b:Lc0/y;
|
||||
|
||||
iget-object v0, p1, Lg0/a0$a;->n:Ljava/lang/String;
|
||||
|
||||
iput-object v0, p0, Lg0/a0;->c:Ljava/lang/String;
|
||||
|
||||
iget-object v0, p1, Lg0/a0$a;->r:Ljava/lang/String;
|
||||
|
||||
iput-object v0, p0, Lg0/a0;->d:Ljava/lang/String;
|
||||
|
||||
iget-object v0, p1, Lg0/a0$a;->s:Lokhttp3/Headers;
|
||||
|
||||
iput-object v0, p0, Lg0/a0;->e:Lokhttp3/Headers;
|
||||
|
||||
iget-object v0, p1, Lg0/a0$a;->t:Lokhttp3/MediaType;
|
||||
|
||||
iput-object v0, p0, Lg0/a0;->f:Lokhttp3/MediaType;
|
||||
|
||||
iget-boolean v0, p1, Lg0/a0$a;->o:Z
|
||||
|
||||
iput-boolean v0, p0, Lg0/a0;->g:Z
|
||||
|
||||
iget-boolean v0, p1, Lg0/a0$a;->p:Z
|
||||
|
||||
iput-boolean v0, p0, Lg0/a0;->h:Z
|
||||
|
||||
iget-boolean v0, p1, Lg0/a0$a;->q:Z
|
||||
|
||||
iput-boolean v0, p0, Lg0/a0;->i:Z
|
||||
|
||||
iget-object v0, p1, Lg0/a0$a;->v:[Lg0/x;
|
||||
|
||||
iput-object v0, p0, Lg0/a0;->j:[Lg0/x;
|
||||
|
||||
iget-boolean p1, p1, Lg0/a0$a;->w:Z
|
||||
|
||||
iput-boolean p1, p0, Lg0/a0;->k:Z
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,46 +0,0 @@
|
|||
.class public final synthetic Lg0/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "lambda"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/Runnable;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:Lg0/i$b$a;
|
||||
|
||||
.field public final synthetic e:Lg0/f;
|
||||
|
||||
.field public final synthetic f:Ljava/lang/Throwable;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public synthetic constructor <init>(Lg0/i$b$a;Lg0/f;Ljava/lang/Throwable;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/b;->d:Lg0/i$b$a;
|
||||
|
||||
iput-object p2, p0, Lg0/b;->e:Lg0/f;
|
||||
|
||||
iput-object p3, p0, Lg0/b;->f:Ljava/lang/Throwable;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final run()V
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lg0/b;->d:Lg0/i$b$a;
|
||||
|
||||
iget-object v1, p0, Lg0/b;->e:Lg0/f;
|
||||
|
||||
iget-object v2, p0, Lg0/b;->f:Ljava/lang/Throwable;
|
||||
|
||||
invoke-virtual {v0, v1, v2}, Lg0/i$b$a;->c(Lg0/f;Ljava/lang/Throwable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,121 +0,0 @@
|
|||
.class public final Lg0/b0;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Response.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lokhttp3/Response;
|
||||
|
||||
.field public final b:Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final c:Lokhttp3/ResponseBody;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lokhttp3/Response;Ljava/lang/Object;Lokhttp3/ResponseBody;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lokhttp3/Response;",
|
||||
"TT;",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/b0;->a:Lokhttp3/Response;
|
||||
|
||||
iput-object p2, p0, Lg0/b0;->b:Ljava/lang/Object;
|
||||
|
||||
iput-object p3, p0, Lg0/b0;->c:Lokhttp3/ResponseBody;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static b(Ljava/lang/Object;Lokhttp3/Response;)Lg0/b0;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(TT;",
|
||||
"Lokhttp3/Response;",
|
||||
")",
|
||||
"Lg0/b0<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "rawResponse == null"
|
||||
|
||||
invoke-static {p1, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/Response;->b()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
new-instance v0, Lg0/b0;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, p1, p0, v1}, Lg0/b0;-><init>(Lokhttp3/Response;Ljava/lang/Object;Lokhttp3/ResponseBody;)V
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance p0, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string p1, "rawResponse must be successful response"
|
||||
|
||||
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a()Z
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/b0;->a:Lokhttp3/Response;
|
||||
|
||||
invoke-virtual {v0}, Lokhttp3/Response;->b()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/b0;->a:Lokhttp3/Response;
|
||||
|
||||
invoke-virtual {v0}, Lokhttp3/Response;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -1,84 +0,0 @@
|
|||
.class public final Lg0/c$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "BuiltInConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/c$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/c$a;
|
||||
|
||||
invoke-direct {v0}, Lg0/c$a;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/c$a;->a:Lg0/c$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
:try_start_0
|
||||
invoke-static {p1}, Lg0/h0;->a(Lokhttp3/ResponseBody;)Lokhttp3/ResponseBody;
|
||||
|
||||
move-result-object v0
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->close()V
|
||||
|
||||
return-object v0
|
||||
|
||||
:catchall_0
|
||||
move-exception v0
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->close()V
|
||||
|
||||
throw v0
|
||||
.end method
|
|
@ -1,68 +0,0 @@
|
|||
.class public final Lg0/c$b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "BuiltInConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/RequestBody;",
|
||||
"Lokhttp3/RequestBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/c$b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/c$b;
|
||||
|
||||
invoke-direct {v0}, Lg0/c$b;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/c$b;->a:Lg0/c$b;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/RequestBody;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,68 +0,0 @@
|
|||
.class public final Lg0/c$c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "BuiltInConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "c"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/c$c;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/c$c;
|
||||
|
||||
invoke-direct {v0}, Lg0/c$c;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/c$c;->a:Lg0/c$c;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,70 +0,0 @@
|
|||
.class public final Lg0/c$d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "BuiltInConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "d"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/lang/String;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/c$d;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/c$d;
|
||||
|
||||
invoke-direct {v0}, Lg0/c$d;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/c$d;->a:Lg0/c$d;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,72 +0,0 @@
|
|||
.class public final Lg0/c$e;
|
||||
.super Ljava/lang/Object;
|
||||
.source "BuiltInConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "e"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Lkotlin/Unit;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/c$e;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/c$e;
|
||||
|
||||
invoke-direct {v0}, Lg0/c$e;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/c$e;->a:Lg0/c$e;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->close()V
|
||||
|
||||
sget-object p1, Lkotlin/Unit;->a:Lkotlin/Unit;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,72 +0,0 @@
|
|||
.class public final Lg0/c$f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "BuiltInConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "f"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Void;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/c$f;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/c$f;
|
||||
|
||||
invoke-direct {v0}, Lg0/c$f;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/c$f;->a:Lg0/c$f;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->close()V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,151 +0,0 @@
|
|||
.class public final Lg0/c;
|
||||
.super Lg0/h$a;
|
||||
.source "BuiltInConverters.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/c$c;,
|
||||
Lg0/c$a;,
|
||||
Lg0/c$f;,
|
||||
Lg0/c$e;,
|
||||
Lg0/c$b;,
|
||||
Lg0/c$d;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public a:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Lg0/h$a;-><init>()V
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
iput-boolean v0, p0, Lg0/c;->a:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"*",
|
||||
"Lokhttp3/RequestBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-class p2, Lokhttp3/RequestBody;
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->f(Ljava/lang/reflect/Type;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/Class;->isAssignableFrom(Ljava/lang/Class;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
sget-object p1, Lg0/c$b;->a:Lg0/c$b;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public b(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-class p3, Lokhttp3/ResponseBody;
|
||||
|
||||
if-ne p1, p3, :cond_1
|
||||
|
||||
const-class p1, Lg0/k0/u;
|
||||
|
||||
invoke-static {p2, p1}, Lg0/h0;->i([Ljava/lang/annotation/Annotation;Ljava/lang/Class;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
sget-object p1, Lg0/c$c;->a:Lg0/c$c;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
sget-object p1, Lg0/c$a;->a:Lg0/c$a;
|
||||
|
||||
:goto_0
|
||||
return-object p1
|
||||
|
||||
:cond_1
|
||||
const-class p2, Ljava/lang/Void;
|
||||
|
||||
if-ne p1, p2, :cond_2
|
||||
|
||||
sget-object p1, Lg0/c$f;->a:Lg0/c$f;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_2
|
||||
iget-boolean p2, p0, Lg0/c;->a:Z
|
||||
|
||||
if-eqz p2, :cond_3
|
||||
|
||||
:try_start_0
|
||||
const-class p2, Lkotlin/Unit;
|
||||
|
||||
if-ne p1, p2, :cond_3
|
||||
|
||||
sget-object p1, Lg0/c$e;->a:Lg0/c$e;
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NoClassDefFoundError; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-object p1
|
||||
|
||||
:catch_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
iput-boolean p1, p0, Lg0/c;->a:Z
|
||||
|
||||
:cond_3
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,137 +0,0 @@
|
|||
.class public Lg0/c0;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Retrofit.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/reflect/InvocationHandler;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lg0/y;
|
||||
|
||||
.field public final b:[Ljava/lang/Object;
|
||||
|
||||
.field public final synthetic c:Ljava/lang/Class;
|
||||
|
||||
.field public final synthetic d:Lg0/d0;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/d0;Ljava/lang/Class;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lg0/c0;->d:Lg0/d0;
|
||||
|
||||
iput-object p2, p0, Lg0/c0;->c:Ljava/lang/Class;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
sget-object p1, Lg0/y;->c:Lg0/y;
|
||||
|
||||
iput-object p1, p0, Lg0/c0;->a:Lg0/y;
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
new-array p1, p1, [Ljava/lang/Object;
|
||||
|
||||
iput-object p1, p0, Lg0/c0;->b:[Ljava/lang/Object;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/lang/Throwable;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/reflect/Method;->getDeclaringClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-class v1, Ljava/lang/Object;
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
invoke-virtual {p2, p0, p3}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
if-eqz p3, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
iget-object p3, p0, Lg0/c0;->b:[Ljava/lang/Object;
|
||||
|
||||
:goto_0
|
||||
iget-object v0, p0, Lg0/c0;->a:Lg0/y;
|
||||
|
||||
iget-boolean v0, v0, Lg0/y;->a:Z
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/reflect/Method;->isDefault()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_1
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
iget-object v0, p0, Lg0/c0;->a:Lg0/y;
|
||||
|
||||
iget-object v1, p0, Lg0/c0;->c:Ljava/lang/Class;
|
||||
|
||||
invoke-virtual {v0, p2, v1, p1, p3}, Lg0/y;->b(Ljava/lang/reflect/Method;Ljava/lang/Class;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_3
|
||||
iget-object p1, p0, Lg0/c0;->d:Lg0/d0;
|
||||
|
||||
invoke-virtual {p1, p2}, Lg0/d0;->b(Ljava/lang/reflect/Method;)Lg0/e0;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
check-cast p1, Lg0/j;
|
||||
|
||||
new-instance p2, Lg0/t;
|
||||
|
||||
iget-object v0, p1, Lg0/j;->a:Lg0/a0;
|
||||
|
||||
iget-object v1, p1, Lg0/j;->b:Lc0/f$a;
|
||||
|
||||
iget-object v2, p1, Lg0/j;->c:Lg0/h;
|
||||
|
||||
invoke-direct {p2, v0, p3, v1, v2}, Lg0/t;-><init>(Lg0/a0;[Ljava/lang/Object;Lc0/f$a;Lg0/h;)V
|
||||
|
||||
invoke-virtual {p1, p2, p3}, Lg0/j;->b(Lg0/d;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:goto_2
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,65 +0,0 @@
|
|||
.class public interface abstract Lg0/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Call.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/Cloneable;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/lang/Cloneable;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract Y(Lg0/f;)V
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/f<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract cancel()V
|
||||
.end method
|
||||
|
||||
.method public abstract d0()Lg0/d;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Lg0/d<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract execute()Lg0/b0;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Lg0/b0<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract g()Lc0/b0;
|
||||
.end method
|
||||
|
||||
.method public abstract l()Z
|
||||
.end method
|
|
@ -1,607 +0,0 @@
|
|||
.class public final Lg0/d0;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Retrofit.java"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/util/Map;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Map<",
|
||||
"Ljava/lang/reflect/Method;",
|
||||
"Lg0/e0<",
|
||||
"*>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:Lc0/f$a;
|
||||
|
||||
.field public final c:Lc0/y;
|
||||
|
||||
.field public final d:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
"Lg0/h$a;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final e:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
"Lg0/e$a;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final f:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lc0/f$a;Lc0/y;Ljava/util/List;Ljava/util/List;Ljava/util/concurrent/Executor;Z)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lc0/f$a;",
|
||||
"Lc0/y;",
|
||||
"Ljava/util/List<",
|
||||
"Lg0/h$a;",
|
||||
">;",
|
||||
"Ljava/util/List<",
|
||||
"Lg0/e$a;",
|
||||
">;",
|
||||
"Ljava/util/concurrent/Executor;",
|
||||
"Z)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
new-instance p5, Ljava/util/concurrent/ConcurrentHashMap;
|
||||
|
||||
invoke-direct {p5}, Ljava/util/concurrent/ConcurrentHashMap;-><init>()V
|
||||
|
||||
iput-object p5, p0, Lg0/d0;->a:Ljava/util/Map;
|
||||
|
||||
iput-object p1, p0, Lg0/d0;->b:Lc0/f$a;
|
||||
|
||||
iput-object p2, p0, Lg0/d0;->c:Lc0/y;
|
||||
|
||||
iput-object p3, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
iput-object p4, p0, Lg0/d0;->e:Ljava/util/List;
|
||||
|
||||
iput-boolean p6, p0, Lg0/d0;->f:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Lg0/e;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
")",
|
||||
"Lg0/e<",
|
||||
"**>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "returnType == null"
|
||||
|
||||
invoke-static {p1, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
const-string v0, "annotations == null"
|
||||
|
||||
invoke-static {p2, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
iget-object v0, p0, Lg0/d0;->e:Ljava/util/List;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-interface {v0, v1}, Ljava/util/List;->indexOf(Ljava/lang/Object;)I
|
||||
|
||||
move-result v0
|
||||
|
||||
add-int/lit8 v0, v0, 0x1
|
||||
|
||||
iget-object v1, p0, Lg0/d0;->e:Ljava/util/List;
|
||||
|
||||
invoke-interface {v1}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
move v2, v0
|
||||
|
||||
:goto_0
|
||||
if-ge v2, v1, :cond_1
|
||||
|
||||
iget-object v3, p0, Lg0/d0;->e:Ljava/util/List;
|
||||
|
||||
invoke-interface {v3, v2}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
check-cast v3, Lg0/e$a;
|
||||
|
||||
invoke-virtual {v3, p1, p2, p0}, Lg0/e$a;->a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/e;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
if-eqz v3, :cond_0
|
||||
|
||||
return-object v3
|
||||
|
||||
:cond_0
|
||||
add-int/lit8 v2, v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "Could not locate call adapter for "
|
||||
|
||||
invoke-direct {p2, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ".\n"
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, " Tried:"
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object p1, p0, Lg0/d0;->e:Ljava/util/List;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/List;->size()I
|
||||
|
||||
move-result p1
|
||||
|
||||
:goto_1
|
||||
if-ge v0, p1, :cond_2
|
||||
|
||||
const-string v1, "\n * "
|
||||
|
||||
invoke-virtual {p2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object v1, p0, Lg0/d0;->e:Ljava/util/List;
|
||||
|
||||
invoke-interface {v1, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Lg0/e$a;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {p2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
add-int/lit8 v0, v0, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public b(Ljava/lang/reflect/Method;)Lg0/e0;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Method;",
|
||||
")",
|
||||
"Lg0/e0<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lg0/d0;->a:Ljava/util/Map;
|
||||
|
||||
invoke-interface {v0, p1}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lg0/e0;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lg0/d0;->a:Ljava/util/Map;
|
||||
|
||||
monitor-enter v0
|
||||
|
||||
:try_start_0
|
||||
iget-object v1, p0, Lg0/d0;->a:Ljava/util/Map;
|
||||
|
||||
invoke-interface {v1, p1}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Lg0/e0;
|
||||
|
||||
if-nez v1, :cond_1
|
||||
|
||||
invoke-static {p0, p1}, Lg0/e0;->a(Lg0/d0;Ljava/lang/reflect/Method;)Lg0/e0;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, p0, Lg0/d0;->a:Ljava/util/Map;
|
||||
|
||||
invoke-interface {v2, p1, v1}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
:cond_1
|
||||
monitor-exit v0
|
||||
|
||||
return-object v1
|
||||
|
||||
:catchall_0
|
||||
move-exception p1
|
||||
|
||||
monitor-exit v0
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public c(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;[Ljava/lang/annotation/Annotation;)Lg0/h;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"TT;",
|
||||
"Lokhttp3/RequestBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "type == null"
|
||||
|
||||
invoke-static {p1, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
const-string v0, "parameterAnnotations == null"
|
||||
|
||||
invoke-static {p2, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
const-string v0, "methodAnnotations == null"
|
||||
|
||||
invoke-static {p3, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
iget-object v0, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-interface {v0, v1}, Ljava/util/List;->indexOf(Ljava/lang/Object;)I
|
||||
|
||||
move-result v0
|
||||
|
||||
add-int/lit8 v0, v0, 0x1
|
||||
|
||||
iget-object v1, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {v1}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
move v2, v0
|
||||
|
||||
:goto_0
|
||||
if-ge v2, v1, :cond_1
|
||||
|
||||
iget-object v3, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {v3, v2}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
check-cast v3, Lg0/h$a;
|
||||
|
||||
invoke-virtual {v3, p1, p2, p3, p0}, Lg0/h$a;->a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
if-eqz v3, :cond_0
|
||||
|
||||
return-object v3
|
||||
|
||||
:cond_0
|
||||
add-int/lit8 v2, v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p3, "Could not locate RequestBody converter for "
|
||||
|
||||
invoke-direct {p2, p3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ".\n"
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, " Tried:"
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object p1, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/List;->size()I
|
||||
|
||||
move-result p1
|
||||
|
||||
:goto_1
|
||||
if-ge v0, p1, :cond_2
|
||||
|
||||
const-string p3, "\n * "
|
||||
|
||||
invoke-virtual {p2, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object p3, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {p3, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
check-cast p3, Lg0/h$a;
|
||||
|
||||
invoke-virtual {p3}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
invoke-virtual {p3}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
invoke-virtual {p2, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
add-int/lit8 v0, v0, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public d(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Lg0/h;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "type == null"
|
||||
|
||||
invoke-static {p1, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
const-string v0, "annotations == null"
|
||||
|
||||
invoke-static {p2, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
iget-object v0, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-interface {v0, v1}, Ljava/util/List;->indexOf(Ljava/lang/Object;)I
|
||||
|
||||
move-result v0
|
||||
|
||||
add-int/lit8 v0, v0, 0x1
|
||||
|
||||
iget-object v1, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {v1}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
move v2, v0
|
||||
|
||||
:goto_0
|
||||
if-ge v2, v1, :cond_1
|
||||
|
||||
iget-object v3, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {v3, v2}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
check-cast v3, Lg0/h$a;
|
||||
|
||||
invoke-virtual {v3, p1, p2, p0}, Lg0/h$a;->b(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
if-eqz v3, :cond_0
|
||||
|
||||
return-object v3
|
||||
|
||||
:cond_0
|
||||
add-int/lit8 v2, v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "Could not locate ResponseBody converter for "
|
||||
|
||||
invoke-direct {p2, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ".\n"
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, " Tried:"
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object p1, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/List;->size()I
|
||||
|
||||
move-result p1
|
||||
|
||||
:goto_1
|
||||
if-ge v0, p1, :cond_2
|
||||
|
||||
const-string v1, "\n * "
|
||||
|
||||
invoke-virtual {p2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object v1, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {v1, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Lg0/h$a;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {p2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
add-int/lit8 v0, v0, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public e(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Lg0/h;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"TT;",
|
||||
"Ljava/lang/String;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "type == null"
|
||||
|
||||
invoke-static {p1, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
const-string p1, "annotations == null"
|
||||
|
||||
invoke-static {p2, p1}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
iget-object p1, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/List;->size()I
|
||||
|
||||
move-result p1
|
||||
|
||||
const/4 p2, 0x0
|
||||
|
||||
:goto_0
|
||||
if-ge p2, p1, :cond_1
|
||||
|
||||
iget-object v0, p0, Lg0/d0;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0, p2}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lg0/h$a;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
add-int/lit8 p2, p2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
sget-object p1, Lg0/c$d;->a:Lg0/c$d;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,41 +0,0 @@
|
|||
.class public abstract Lg0/e$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CallAdapter.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/e;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x409
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/e;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/e<",
|
||||
"**>;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -1,37 +0,0 @@
|
|||
.class public interface abstract Lg0/e;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CallAdapter.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/e$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
"T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract a()Ljava/lang/reflect/Type;
|
||||
.end method
|
||||
|
||||
.method public abstract b(Lg0/d;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TR;>;)TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
File diff suppressed because it is too large
Load diff
|
@ -1,40 +0,0 @@
|
|||
.class public interface abstract Lg0/f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Callback.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract b(Lg0/d;Lg0/b0;)V
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Lg0/b0<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -1,21 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/f0;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SkipCallbackExecutor.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
|
@ -1,118 +0,0 @@
|
|||
.class public Lg0/g$a$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CompletableFutureCallAdapterFactory.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/f;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/g$a;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/f<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Lorg/codehaus/mojo/animal_sniffer/IgnoreJRERequirement;
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/util/concurrent/CompletableFuture;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/concurrent/CompletableFuture<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/g$a;Ljava/util/concurrent/CompletableFuture;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/concurrent/CompletableFuture<",
|
||||
"TR;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p2, p0, Lg0/g$a$a;->a:Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TR;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Lg0/g$a$a;->a:Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/util/concurrent/CompletableFuture;->completeExceptionally(Ljava/lang/Throwable;)Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;Lg0/b0;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TR;>;",
|
||||
"Lg0/b0<",
|
||||
"TR;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p2}, Lg0/b0;->a()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Lg0/g$a$a;->a:Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
iget-object p2, p2, Lg0/b0;->b:Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/util/concurrent/CompletableFuture;->complete(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-object p1, p0, Lg0/g$a$a;->a:Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
new-instance v0, Lretrofit2/HttpException;
|
||||
|
||||
invoke-direct {v0, p2}, Lretrofit2/HttpException;-><init>(Lg0/b0;)V
|
||||
|
||||
invoke-virtual {p1, v0}, Ljava/util/concurrent/CompletableFuture;->completeExceptionally(Ljava/lang/Throwable;)Z
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
|
@ -1,81 +0,0 @@
|
|||
.class public final Lg0/g$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CompletableFutureCallAdapterFactory.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/e;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/g;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/g$a$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/e<",
|
||||
"TR;",
|
||||
"Ljava/util/concurrent/CompletableFuture<",
|
||||
"TR;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Lorg/codehaus/mojo/animal_sniffer/IgnoreJRERequirement;
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/lang/reflect/Type;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/reflect/Type;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/g$a;->a:Ljava/lang/reflect/Type;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a()Ljava/lang/reflect/Type;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/g$a;->a:Ljava/lang/reflect/Type;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lg0/g$b;
|
||||
|
||||
invoke-direct {v0, p1}, Lg0/g$b;-><init>(Lg0/d;)V
|
||||
|
||||
new-instance v1, Lg0/g$a$a;
|
||||
|
||||
invoke-direct {v1, p0, v0}, Lg0/g$a$a;-><init>(Lg0/g$a;Ljava/util/concurrent/CompletableFuture;)V
|
||||
|
||||
invoke-interface {p1, v1}, Lg0/d;->Y(Lg0/f;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -1,76 +0,0 @@
|
|||
.class public final Lg0/g$b;
|
||||
.super Ljava/util/concurrent/CompletableFuture;
|
||||
.source "CompletableFutureCallAdapterFactory.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/g;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/util/concurrent/CompletableFuture<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Lorg/codehaus/mojo/animal_sniffer/IgnoreJRERequirement;
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lg0/d;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/d<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/d;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"*>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/util/concurrent/CompletableFuture;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/g$b;->d:Lg0/d;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public cancel(Z)Z
|
||||
.locals 1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
iget-object v0, p0, Lg0/g$b;->d:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->cancel()V
|
||||
|
||||
:cond_0
|
||||
invoke-super {p0, p1}, Ljava/util/concurrent/CompletableFuture;->cancel(Z)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
|
@ -1,100 +0,0 @@
|
|||
.class public Lg0/g$c$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CompletableFutureCallAdapterFactory.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/f;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/g$c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/f<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Lorg/codehaus/mojo/animal_sniffer/IgnoreJRERequirement;
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/util/concurrent/CompletableFuture;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/concurrent/CompletableFuture<",
|
||||
"Lg0/b0<",
|
||||
"TR;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/g$c;Ljava/util/concurrent/CompletableFuture;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/concurrent/CompletableFuture<",
|
||||
"Lg0/b0<",
|
||||
"TR;>;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p2, p0, Lg0/g$c$a;->a:Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TR;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Lg0/g$c$a;->a:Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/util/concurrent/CompletableFuture;->completeExceptionally(Ljava/lang/Throwable;)Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;Lg0/b0;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TR;>;",
|
||||
"Lg0/b0<",
|
||||
"TR;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Lg0/g$c$a;->a:Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/util/concurrent/CompletableFuture;->complete(Ljava/lang/Object;)Z
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,82 +0,0 @@
|
|||
.class public final Lg0/g$c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CompletableFutureCallAdapterFactory.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/e;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/g;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "c"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/g$c$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/e<",
|
||||
"TR;",
|
||||
"Ljava/util/concurrent/CompletableFuture<",
|
||||
"Lg0/b0<",
|
||||
"TR;>;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Lorg/codehaus/mojo/animal_sniffer/IgnoreJRERequirement;
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/lang/reflect/Type;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/reflect/Type;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/g$c;->a:Ljava/lang/reflect/Type;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a()Ljava/lang/reflect/Type;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/g$c;->a:Ljava/lang/reflect/Type;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lg0/g$b;
|
||||
|
||||
invoke-direct {v0, p1}, Lg0/g$b;-><init>(Lg0/d;)V
|
||||
|
||||
new-instance v1, Lg0/g$c$a;
|
||||
|
||||
invoke-direct {v1, p0, v0}, Lg0/g$c$a;-><init>(Lg0/g$c;Ljava/util/concurrent/CompletableFuture;)V
|
||||
|
||||
invoke-interface {p1, v1}, Lg0/d;->Y(Lg0/f;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -1,134 +0,0 @@
|
|||
.class public final Lg0/g;
|
||||
.super Lg0/e$a;
|
||||
.source "CompletableFutureCallAdapterFactory.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/g$a;,
|
||||
Lg0/g$c;,
|
||||
Lg0/g$b;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Lorg/codehaus/mojo/animal_sniffer/IgnoreJRERequirement;
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/e$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/g;
|
||||
|
||||
invoke-direct {v0}, Lg0/g;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/g;->a:Lg0/e$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lg0/e$a;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/e;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/e<",
|
||||
"**>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->f(Ljava/lang/reflect/Type;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
const-class p3, Ljava/util/concurrent/CompletableFuture;
|
||||
|
||||
if-eq p2, p3, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
instance-of p2, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-eqz p2, :cond_3
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
const/4 p2, 0x0
|
||||
|
||||
invoke-static {p2, p1}, Lg0/h0;->e(ILjava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->f(Ljava/lang/reflect/Type;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
const-class v0, Lg0/b0;
|
||||
|
||||
if-eq p3, v0, :cond_1
|
||||
|
||||
new-instance p2, Lg0/g$a;
|
||||
|
||||
invoke-direct {p2, p1}, Lg0/g$a;-><init>(Ljava/lang/reflect/Type;)V
|
||||
|
||||
return-object p2
|
||||
|
||||
:cond_1
|
||||
instance-of p3, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-eqz p3, :cond_2
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
invoke-static {p2, p1}, Lg0/h0;->e(ILjava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Lg0/g$c;
|
||||
|
||||
invoke-direct {p2, p1}, Lg0/g$c;-><init>(Ljava/lang/reflect/Type;)V
|
||||
|
||||
return-object p2
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string p2, "Response must be parameterized as Response<Foo> or Response<? extends Foo>"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_3
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string p2, "CompletableFuture return type must be parameterized as CompletableFuture<Foo> or CompletableFuture<? extends Foo>"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
|
@ -1,95 +0,0 @@
|
|||
.class public final Lg0/g0;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SkipCallbackExecutorImpl.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/f0;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/f0;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/g0;
|
||||
|
||||
invoke-direct {v0}, Lg0/g0;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/g0;->a:Lg0/f0;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public annotationType()Ljava/lang/Class;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/lang/Class<",
|
||||
"+",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-class v0, Lg0/f0;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 0
|
||||
|
||||
instance-of p1, p1, Lg0/f0;
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
const-string v0, "@"
|
||||
|
||||
invoke-static {v0}, Lf/e/c/a/a;->E(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-class v1, Lg0/f0;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "()"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -1,71 +0,0 @@
|
|||
.class public abstract Lg0/h$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Converter.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/h;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x409
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"*",
|
||||
"Lokhttp3/RequestBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public b(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,38 +0,0 @@
|
|||
.class public interface abstract Lg0/h;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Converter.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/h$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<F:",
|
||||
"Ljava/lang/Object;",
|
||||
"T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TF;)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -1,107 +0,0 @@
|
|||
.class public final Lg0/h0$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Utils.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/reflect/GenericArrayType;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/h0;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/lang/reflect/Type;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/reflect/Type;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/h0$a;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/lang/reflect/GenericArrayType;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/GenericArrayType;
|
||||
|
||||
invoke-static {p0, p1}, Lg0/h0;->c(Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public getGenericComponentType()Ljava/lang/reflect/Type;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/h0$a;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/h0$a;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
iget-object v1, p0, Lg0/h0$a;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-static {v1}, Lg0/h0;->p(Ljava/lang/reflect/Type;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "[]"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -1,297 +0,0 @@
|
|||
.class public final Lg0/h0$b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Utils.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/h0;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/lang/reflect/Type;
|
||||
|
||||
.field public final e:Ljava/lang/reflect/Type;
|
||||
|
||||
.field public final f:[Ljava/lang/reflect/Type;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public varargs constructor <init>(Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
|
||||
.locals 4
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
instance-of v0, p2, Ljava/lang/Class;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v2, 0x0
|
||||
|
||||
:goto_0
|
||||
move-object v3, p2
|
||||
|
||||
check-cast v3, Ljava/lang/Class;
|
||||
|
||||
invoke-virtual {v3}, Ljava/lang/Class;->getEnclosingClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
if-nez v3, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_1
|
||||
if-ne v2, v0, :cond_2
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-direct {p1}, Ljava/lang/IllegalArgumentException;-><init>()V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_3
|
||||
:goto_2
|
||||
array-length v0, p3
|
||||
|
||||
:goto_3
|
||||
if-ge v1, v0, :cond_4
|
||||
|
||||
aget-object v2, p3, v1
|
||||
|
||||
const-string v3, "typeArgument == null"
|
||||
|
||||
invoke-static {v2, v3}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
invoke-static {v2}, Lg0/h0;->b(Ljava/lang/reflect/Type;)V
|
||||
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_4
|
||||
iput-object p1, p0, Lg0/h0$b;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
iput-object p2, p0, Lg0/h0$b;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-virtual {p3}, [Ljava/lang/reflect/Type;->clone()Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
check-cast p1, [Ljava/lang/reflect/Type;
|
||||
|
||||
iput-object p1, p0, Lg0/h0$b;->f:[Ljava/lang/reflect/Type;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
invoke-static {p0, p1}, Lg0/h0;->c(Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public getActualTypeArguments()[Ljava/lang/reflect/Type;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->f:[Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-virtual {v0}, [Ljava/lang/reflect/Type;->clone()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, [Ljava/lang/reflect/Type;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public getOwnerType()Ljava/lang/reflect/Type;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public getRawType()Ljava/lang/reflect/Type;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->f:[Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-static {v0}, Ljava/util/Arrays;->hashCode([Ljava/lang/Object;)I
|
||||
|
||||
move-result v0
|
||||
|
||||
iget-object v1, p0, Lg0/h0$b;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v1
|
||||
|
||||
xor-int/2addr v0, v1
|
||||
|
||||
iget-object v1, p0, Lg0/h0$b;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
xor-int/2addr v0, v1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 4
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->f:[Ljava/lang/reflect/Type;
|
||||
|
||||
array-length v1, v0
|
||||
|
||||
if-nez v1, :cond_0
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-static {v0}, Lg0/h0;->p(Ljava/lang/reflect/Type;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
add-int/2addr v0, v2
|
||||
|
||||
mul-int/lit8 v0, v0, 0x1e
|
||||
|
||||
invoke-direct {v1, v0}, Ljava/lang/StringBuilder;-><init>(I)V
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-static {v0}, Lg0/h0;->p(Ljava/lang/reflect/Type;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v0, "<"
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->f:[Ljava/lang/reflect/Type;
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
aget-object v0, v0, v3
|
||||
|
||||
invoke-static {v0}, Lg0/h0;->p(Ljava/lang/reflect/Type;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
:goto_0
|
||||
iget-object v0, p0, Lg0/h0$b;->f:[Ljava/lang/reflect/Type;
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
if-ge v2, v0, :cond_1
|
||||
|
||||
const-string v0, ", "
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object v0, p0, Lg0/h0$b;->f:[Ljava/lang/reflect/Type;
|
||||
|
||||
aget-object v0, v0, v2
|
||||
|
||||
invoke-static {v0}, Lg0/h0;->p(Ljava/lang/reflect/Type;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
add-int/lit8 v2, v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const-string v0, ">"
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -1,276 +0,0 @@
|
|||
.class public final Lg0/h0$c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Utils.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/reflect/WildcardType;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/h0;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "c"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/lang/reflect/Type;
|
||||
|
||||
.field public final e:Ljava/lang/reflect/Type;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>([Ljava/lang/reflect/Type;[Ljava/lang/reflect/Type;)V
|
||||
.locals 5
|
||||
|
||||
const-class v0, Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
array-length v1, p2
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
if-gt v1, v2, :cond_5
|
||||
|
||||
array-length v1, p1
|
||||
|
||||
if-ne v1, v2, :cond_4
|
||||
|
||||
array-length v1, p2
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
if-ne v1, v2, :cond_2
|
||||
|
||||
aget-object v1, p2, v4
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
aget-object v1, p2, v4
|
||||
|
||||
invoke-static {v1}, Lg0/h0;->b(Ljava/lang/reflect/Type;)V
|
||||
|
||||
aget-object p1, p1, v4
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
aget-object p1, p2, v4
|
||||
|
||||
iput-object p1, p0, Lg0/h0$c;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
iput-object v0, p0, Lg0/h0$c;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-direct {p1}, Ljava/lang/IllegalArgumentException;-><init>()V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
throw v3
|
||||
|
||||
:cond_2
|
||||
aget-object p2, p1, v4
|
||||
|
||||
if-eqz p2, :cond_3
|
||||
|
||||
aget-object p2, p1, v4
|
||||
|
||||
invoke-static {p2}, Lg0/h0;->b(Ljava/lang/reflect/Type;)V
|
||||
|
||||
iput-object v3, p0, Lg0/h0$c;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
aget-object p1, p1, v4
|
||||
|
||||
iput-object p1, p0, Lg0/h0$c;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
|
||||
:cond_3
|
||||
throw v3
|
||||
|
||||
:cond_4
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-direct {p1}, Ljava/lang/IllegalArgumentException;-><init>()V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_5
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-direct {p1}, Ljava/lang/IllegalArgumentException;-><init>()V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/lang/reflect/WildcardType;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/WildcardType;
|
||||
|
||||
invoke-static {p0, p1}, Lg0/h0;->c(Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public getLowerBounds()[Ljava/lang/reflect/Type;
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lg0/h0$c;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
new-array v1, v1, [Ljava/lang/reflect/Type;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
aput-object v0, v1, v2
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
sget-object v1, Lg0/h0;->a:[Ljava/lang/reflect/Type;
|
||||
|
||||
:goto_0
|
||||
return-object v1
|
||||
.end method
|
||||
|
||||
.method public getUpperBounds()[Ljava/lang/reflect/Type;
|
||||
.locals 3
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
new-array v0, v0, [Ljava/lang/reflect/Type;
|
||||
|
||||
iget-object v1, p0, Lg0/h0$c;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lg0/h0$c;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v0
|
||||
|
||||
add-int/lit8 v0, v0, 0x1f
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x1
|
||||
|
||||
:goto_0
|
||||
iget-object v1, p0, Lg0/h0$c;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v1
|
||||
|
||||
add-int/lit8 v1, v1, 0x1f
|
||||
|
||||
xor-int/2addr v0, v1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lg0/h0$c;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const-string v0, "? super "
|
||||
|
||||
invoke-static {v0}, Lf/e/c/a/a;->E(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Lg0/h0$c;->e:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-static {v1}, Lg0/h0;->p(Ljava/lang/reflect/Type;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lg0/h0$c;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
const-class v1, Ljava/lang/Object;
|
||||
|
||||
if-ne v0, v1, :cond_1
|
||||
|
||||
const-string v0, "?"
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_1
|
||||
const-string v0, "? extends "
|
||||
|
||||
invoke-static {v0}, Lf/e/c/a/a;->E(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Lg0/h0$c;->d:Ljava/lang/reflect/Type;
|
||||
|
||||
invoke-static {v1}, Lg0/h0;->p(Ljava/lang/reflect/Type;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
File diff suppressed because it is too large
Load diff
|
@ -1,82 +0,0 @@
|
|||
.class public Lg0/i$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "DefaultCallAdapterFactory.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/e;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lg0/i;->a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/e;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/e<",
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/d<",
|
||||
"*>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Ljava/lang/reflect/Type;
|
||||
|
||||
.field public final synthetic b:Ljava/util/concurrent/Executor;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/i;Ljava/lang/reflect/Type;Ljava/util/concurrent/Executor;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p2, p0, Lg0/i$a;->a:Ljava/lang/reflect/Type;
|
||||
|
||||
iput-object p3, p0, Lg0/i$a;->b:Ljava/util/concurrent/Executor;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a()Ljava/lang/reflect/Type;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i$a;->a:Ljava/lang/reflect/Type;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lg0/i$a;->b:Ljava/util/concurrent/Executor;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v1, Lg0/i$b;
|
||||
|
||||
invoke-direct {v1, v0, p1}, Lg0/i$b;-><init>(Ljava/util/concurrent/Executor;Lg0/d;)V
|
||||
|
||||
move-object p1, v1
|
||||
|
||||
:goto_0
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,150 +0,0 @@
|
|||
.class public Lg0/i$b$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "DefaultCallAdapterFactory.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/f;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lg0/i$b;->Y(Lg0/f;)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/f<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lg0/f;
|
||||
|
||||
.field public final synthetic b:Lg0/i$b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/i$b;Lg0/f;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lg0/i$b$a;->b:Lg0/i$b;
|
||||
|
||||
iput-object p2, p0, Lg0/i$b$a;->a:Lg0/f;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Lg0/i$b$a;->b:Lg0/i$b;
|
||||
|
||||
iget-object p1, p1, Lg0/i$b;->d:Ljava/util/concurrent/Executor;
|
||||
|
||||
iget-object v0, p0, Lg0/i$b$a;->a:Lg0/f;
|
||||
|
||||
new-instance v1, Lg0/b;
|
||||
|
||||
invoke-direct {v1, p0, v0, p2}, Lg0/b;-><init>(Lg0/i$b$a;Lg0/f;Ljava/lang/Throwable;)V
|
||||
|
||||
invoke-interface {p1, v1}, Ljava/util/concurrent/Executor;->execute(Ljava/lang/Runnable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;Lg0/b0;)V
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Lg0/b0<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Lg0/i$b$a;->b:Lg0/i$b;
|
||||
|
||||
iget-object p1, p1, Lg0/i$b;->d:Ljava/util/concurrent/Executor;
|
||||
|
||||
iget-object v0, p0, Lg0/i$b$a;->a:Lg0/f;
|
||||
|
||||
new-instance v1, Lg0/a;
|
||||
|
||||
invoke-direct {v1, p0, v0, p2}, Lg0/a;-><init>(Lg0/i$b$a;Lg0/f;Lg0/b0;)V
|
||||
|
||||
invoke-interface {p1, v1}, Ljava/util/concurrent/Executor;->execute(Ljava/lang/Runnable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public synthetic c(Lg0/f;Ljava/lang/Throwable;)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i$b$a;->b:Lg0/i$b;
|
||||
|
||||
invoke-interface {p1, v0, p2}, Lg0/f;->a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public synthetic d(Lg0/f;Lg0/b0;)V
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lg0/i$b$a;->b:Lg0/i$b;
|
||||
|
||||
iget-object v0, v0, Lg0/i$b;->e:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->l()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object p2, p0, Lg0/i$b$a;->b:Lg0/i$b;
|
||||
|
||||
new-instance v0, Ljava/io/IOException;
|
||||
|
||||
const-string v1, "Canceled"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p1, p2, v0}, Lg0/f;->a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lg0/i$b$a;->b:Lg0/i$b;
|
||||
|
||||
invoke-interface {p1, v0, p2}, Lg0/f;->b(Lg0/d;Lg0/b0;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
|
@ -1,189 +0,0 @@
|
|||
.class public final Lg0/i$b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "DefaultCallAdapterFactory.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/d;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/i;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/d<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/util/concurrent/Executor;
|
||||
|
||||
.field public final e:Lg0/d;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/d<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/concurrent/Executor;Lg0/d;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/concurrent/Executor;",
|
||||
"Lg0/d<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/i$b;->d:Ljava/util/concurrent/Executor;
|
||||
|
||||
iput-object p2, p0, Lg0/i$b;->e:Lg0/d;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public Y(Lg0/f;)V
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/f<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "callback == null"
|
||||
|
||||
invoke-static {p1, v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
|
||||
|
||||
new-instance v1, Lg0/i$b$a;
|
||||
|
||||
invoke-direct {v1, p0, p1}, Lg0/i$b$a;-><init>(Lg0/i$b;Lg0/f;)V
|
||||
|
||||
invoke-interface {v0, v1}, Lg0/d;->Y(Lg0/f;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public cancel()V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->cancel()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public bridge synthetic clone()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/lang/CloneNotSupportedException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lg0/i$b;->d0()Lg0/d;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public d0()Lg0/d;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Lg0/d<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lg0/i$b;
|
||||
|
||||
iget-object v1, p0, Lg0/i$b;->d:Ljava/util/concurrent/Executor;
|
||||
|
||||
iget-object v2, p0, Lg0/i$b;->e:Lg0/d;
|
||||
|
||||
invoke-interface {v2}, Lg0/d;->d0()Lg0/d;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-direct {v0, v1, v2}, Lg0/i$b;-><init>(Ljava/util/concurrent/Executor;Lg0/d;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public execute()Lg0/b0;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Lg0/b0<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->execute()Lg0/b0;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public g()Lc0/b0;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->g()Lc0/b0;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public l()Z
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i$b;->e:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->l()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
|
@ -1,99 +0,0 @@
|
|||
.class public final Lg0/i;
|
||||
.super Lg0/e$a;
|
||||
.source "DefaultCallAdapterFactory.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/i$b;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/util/concurrent/Executor;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/concurrent/Executor;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lg0/e$a;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/i;->a:Ljava/util/concurrent/Executor;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/e;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/e<",
|
||||
"**>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->f(Ljava/lang/reflect/Type;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
const-class v0, Lg0/d;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-eq p3, v0, :cond_0
|
||||
|
||||
return-object v1
|
||||
|
||||
:cond_0
|
||||
instance-of p3, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-eqz p3, :cond_2
|
||||
|
||||
const/4 p3, 0x0
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
invoke-static {p3, p1}, Lg0/h0;->e(ILjava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const-class p3, Lg0/f0;
|
||||
|
||||
invoke-static {p2, p3}, Lg0/h0;->i([Ljava/lang/annotation/Annotation;Ljava/lang/Class;)Z
|
||||
|
||||
move-result p2
|
||||
|
||||
if-eqz p2, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
iget-object v1, p0, Lg0/i;->a:Ljava/util/concurrent/Executor;
|
||||
|
||||
:goto_0
|
||||
new-instance p2, Lg0/i$a;
|
||||
|
||||
invoke-direct {p2, p0, p1, v1}, Lg0/i$a;-><init>(Lg0/i;Ljava/lang/reflect/Type;Ljava/util/concurrent/Executor;)V
|
||||
|
||||
return-object p2
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string p2, "Call return type must be parameterized as Call<Foo> or Call<? extends Foo>"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
|
@ -1,205 +0,0 @@
|
|||
.class public Lg0/i0/a/a$a;
|
||||
.super Lrx/Subscriber;
|
||||
.source "BodyOnSubscribe.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/i0/a/a;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x9
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lrx/Subscriber<",
|
||||
"Lg0/b0<",
|
||||
"TR;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lrx/Subscriber;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lrx/Subscriber<",
|
||||
"-TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public e:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lrx/Subscriber;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lrx/Subscriber<",
|
||||
"-TR;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1}, Lrx/Subscriber;-><init>(Lrx/Subscriber;)V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/a$a;->d:Lrx/Subscriber;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public onCompleted()V
|
||||
.locals 1
|
||||
|
||||
iget-boolean v0, p0, Lg0/i0/a/a$a;->e:Z
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/a$a;->d:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {v0}, Lh0/g;->onCompleted()V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onError(Ljava/lang/Throwable;)V
|
||||
.locals 2
|
||||
|
||||
iget-boolean v0, p0, Lg0/i0/a/a$a;->e:Z
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/a$a;->d:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {v0, p1}, Lh0/g;->onError(Ljava/lang/Throwable;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/AssertionError;
|
||||
|
||||
const-string v1, "This should never happen! Report as a Retrofit bug with the full stacktrace."
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/Throwable;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
|
||||
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public onNext(Ljava/lang/Object;)V
|
||||
.locals 6
|
||||
|
||||
check-cast p1, Lg0/b0;
|
||||
|
||||
invoke-virtual {p1}, Lg0/b0;->a()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/a$a;->d:Lrx/Subscriber;
|
||||
|
||||
iget-object p1, p1, Lg0/b0;->b:Ljava/lang/Object;
|
||||
|
||||
invoke-interface {v0, p1}, Lh0/g;->onNext(Ljava/lang/Object;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x1
|
||||
|
||||
iput-boolean v0, p0, Lg0/i0/a/a$a;->e:Z
|
||||
|
||||
new-instance v1, Lretrofit2/adapter/rxjava/HttpException;
|
||||
|
||||
invoke-direct {v1, p1}, Lretrofit2/adapter/rxjava/HttpException;-><init>(Lg0/b0;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
:try_start_0
|
||||
iget-object v2, p0, Lg0/i0/a/a$a;->d:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {v2, v1}, Lh0/g;->onError(Ljava/lang/Throwable;)V
|
||||
:try_end_0
|
||||
.catch Lrx/exceptions/OnCompletedFailedException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
.catch Lrx/exceptions/OnErrorFailedException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
.catch Lrx/exceptions/OnErrorNotImplementedException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:catchall_0
|
||||
move-exception v2
|
||||
|
||||
invoke-static {v2}, Ly/i/s;->X(Ljava/lang/Throwable;)V
|
||||
|
||||
new-instance v3, Lrx/exceptions/CompositeException;
|
||||
|
||||
const/4 v4, 0x2
|
||||
|
||||
new-array v4, v4, [Ljava/lang/Throwable;
|
||||
|
||||
const/4 v5, 0x0
|
||||
|
||||
aput-object v1, v4, v5
|
||||
|
||||
aput-object v2, v4, v0
|
||||
|
||||
invoke-direct {v3, v4}, Lrx/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
|
||||
|
||||
sget-object v0, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {v0}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
throw p1
|
||||
|
||||
:catch_0
|
||||
nop
|
||||
|
||||
sget-object v0, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {v0}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
|
||||
:cond_2
|
||||
throw p1
|
||||
.end method
|
|
@ -1,75 +0,0 @@
|
|||
.class public final Lg0/i0/a/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "BodyOnSubscribe.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lrx/Observable$a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/i0/a/a$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lrx/Observable$a<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lrx/Observable$a;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lrx/Observable$a<",
|
||||
"Lg0/b0<",
|
||||
"TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lrx/Observable$a;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lrx/Observable$a<",
|
||||
"Lg0/b0<",
|
||||
"TT;>;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/a;->d:Lrx/Observable$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public call(Ljava/lang/Object;)V
|
||||
.locals 2
|
||||
|
||||
check-cast p1, Lrx/Subscriber;
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/a;->d:Lrx/Observable$a;
|
||||
|
||||
new-instance v1, Lg0/i0/a/a$a;
|
||||
|
||||
invoke-direct {v1, p1}, Lg0/i0/a/a$a;-><init>(Lrx/Subscriber;)V
|
||||
|
||||
invoke-interface {v0, v1}, Lrx/functions/Action1;->call(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,491 +0,0 @@
|
|||
.class public final Lg0/i0/a/b;
|
||||
.super Ljava/util/concurrent/atomic/AtomicInteger;
|
||||
.source "CallArbiter.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lrx/Subscription;
|
||||
.implements Lrx/Producer;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/util/concurrent/atomic/AtomicInteger;",
|
||||
"Lrx/Subscription;",
|
||||
"Lrx/Producer;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final call:Lg0/d;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/d<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public volatile response:Lg0/b0;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/b0<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final subscriber:Lrx/Subscriber;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lrx/Subscriber<",
|
||||
"-",
|
||||
"Lg0/b0<",
|
||||
"TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public volatile unsubscribed:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/d;Lrx/Subscriber;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Lrx/Subscriber<",
|
||||
"-",
|
||||
"Lg0/b0<",
|
||||
"TT;>;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-direct {p0, v0}, Ljava/util/concurrent/atomic/AtomicInteger;-><init>(I)V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/b;->call:Lg0/d;
|
||||
|
||||
iput-object p2, p0, Lg0/i0/a/b;->subscriber:Lrx/Subscriber;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final a(Lg0/b0;)V
|
||||
.locals 5
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/b0<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
:try_start_0
|
||||
iget-boolean v1, p0, Lg0/i0/a/b;->unsubscribed:Z
|
||||
|
||||
if-nez v1, :cond_0
|
||||
|
||||
iget-object v1, p0, Lg0/i0/a/b;->subscriber:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {v1, p1}, Lh0/g;->onNext(Ljava/lang/Object;)V
|
||||
:try_end_0
|
||||
.catch Lrx/exceptions/OnCompletedFailedException; {:try_start_0 .. :try_end_0} :catch_2
|
||||
.catch Lrx/exceptions/OnErrorFailedException; {:try_start_0 .. :try_end_0} :catch_2
|
||||
.catch Lrx/exceptions/OnErrorNotImplementedException; {:try_start_0 .. :try_end_0} :catch_2
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:catchall_0
|
||||
move-exception p1
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_0
|
||||
:goto_0
|
||||
:try_start_1
|
||||
iget-boolean p1, p0, Lg0/i0/a/b;->unsubscribed:Z
|
||||
|
||||
if-nez p1, :cond_2
|
||||
|
||||
iget-object p1, p0, Lg0/i0/a/b;->subscriber:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {p1}, Lh0/g;->onCompleted()V
|
||||
:try_end_1
|
||||
.catch Lrx/exceptions/OnCompletedFailedException; {:try_start_1 .. :try_end_1} :catch_0
|
||||
.catch Lrx/exceptions/OnErrorFailedException; {:try_start_1 .. :try_end_1} :catch_0
|
||||
.catch Lrx/exceptions/OnErrorNotImplementedException; {:try_start_1 .. :try_end_1} :catch_0
|
||||
.catchall {:try_start_1 .. :try_end_1} :catchall_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:catchall_1
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1}, Ly/i/s;->X(Ljava/lang/Throwable;)V
|
||||
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
throw v0
|
||||
|
||||
:catch_0
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
:cond_2
|
||||
:goto_1
|
||||
return-void
|
||||
|
||||
:cond_3
|
||||
throw v0
|
||||
|
||||
:goto_2
|
||||
invoke-static {p1}, Ly/i/s;->X(Ljava/lang/Throwable;)V
|
||||
|
||||
:try_start_2
|
||||
iget-object v1, p0, Lg0/i0/a/b;->subscriber:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {v1, p1}, Lh0/g;->onError(Ljava/lang/Throwable;)V
|
||||
:try_end_2
|
||||
.catch Lrx/exceptions/OnCompletedFailedException; {:try_start_2 .. :try_end_2} :catch_1
|
||||
.catch Lrx/exceptions/OnErrorFailedException; {:try_start_2 .. :try_end_2} :catch_1
|
||||
.catch Lrx/exceptions/OnErrorNotImplementedException; {:try_start_2 .. :try_end_2} :catch_1
|
||||
.catchall {:try_start_2 .. :try_end_2} :catchall_2
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:catchall_2
|
||||
move-exception v1
|
||||
|
||||
invoke-static {v1}, Ly/i/s;->X(Ljava/lang/Throwable;)V
|
||||
|
||||
new-instance v2, Lrx/exceptions/CompositeException;
|
||||
|
||||
const/4 v3, 0x2
|
||||
|
||||
new-array v3, v3, [Ljava/lang/Throwable;
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
aput-object p1, v3, v4
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
aput-object v1, v3, p1
|
||||
|
||||
invoke-direct {v2, v3}, Lrx/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
|
||||
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_4
|
||||
throw v0
|
||||
|
||||
:catch_1
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_5
|
||||
|
||||
:goto_3
|
||||
return-void
|
||||
|
||||
:cond_5
|
||||
throw v0
|
||||
|
||||
:catch_2
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_6
|
||||
|
||||
return-void
|
||||
|
||||
:cond_6
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public b(Ljava/lang/Throwable;)V
|
||||
.locals 5
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
invoke-virtual {p0, v0}, Ljava/util/concurrent/atomic/AtomicInteger;->set(I)V
|
||||
|
||||
iget-boolean v0, p0, Lg0/i0/a/b;->unsubscribed:Z
|
||||
|
||||
if-nez v0, :cond_2
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
:try_start_0
|
||||
iget-object v1, p0, Lg0/i0/a/b;->subscriber:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {v1, p1}, Lh0/g;->onError(Ljava/lang/Throwable;)V
|
||||
:try_end_0
|
||||
.catch Lrx/exceptions/OnCompletedFailedException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
.catch Lrx/exceptions/OnErrorFailedException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
.catch Lrx/exceptions/OnErrorNotImplementedException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:catchall_0
|
||||
move-exception v1
|
||||
|
||||
invoke-static {v1}, Ly/i/s;->X(Ljava/lang/Throwable;)V
|
||||
|
||||
new-instance v2, Lrx/exceptions/CompositeException;
|
||||
|
||||
const/4 v3, 0x2
|
||||
|
||||
new-array v3, v3, [Ljava/lang/Throwable;
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
aput-object p1, v3, v4
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
aput-object v1, v3, p1
|
||||
|
||||
invoke-direct {v2, v3}, Lrx/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
|
||||
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
throw v0
|
||||
|
||||
:catch_0
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
throw v0
|
||||
|
||||
:cond_2
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public c(Lg0/b0;)V
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/b0<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/atomic/AtomicInteger;->get()I
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x2
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
if-eq v0, v3, :cond_2
|
||||
|
||||
if-eq v0, v1, :cond_1
|
||||
|
||||
if-eq v0, v2, :cond_1
|
||||
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v1, "Unknown state: "
|
||||
|
||||
invoke-static {v1, v0}, Lf/e/c/a/a;->i(Ljava/lang/String;I)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
new-instance p1, Ljava/lang/AssertionError;
|
||||
|
||||
invoke-direct {p1}, Ljava/lang/AssertionError;-><init>()V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_2
|
||||
invoke-virtual {p0, v3, v2}, Ljava/util/concurrent/atomic/AtomicInteger;->compareAndSet(II)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {p0, p1}, Lg0/i0/a/b;->a(Lg0/b0;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_3
|
||||
iput-object p1, p0, Lg0/i0/a/b;->response:Lg0/b0;
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-virtual {p0, v0, v1}, Ljava/util/concurrent/atomic/AtomicInteger;->compareAndSet(II)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public isUnsubscribed()Z
|
||||
.locals 1
|
||||
|
||||
iget-boolean v0, p0, Lg0/i0/a/b;->unsubscribed:Z
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public n(J)V
|
||||
.locals 3
|
||||
|
||||
const-wide/16 v0, 0x0
|
||||
|
||||
cmp-long v2, p1, v0
|
||||
|
||||
if-nez v2, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0}, Ljava/util/concurrent/atomic/AtomicInteger;->get()I
|
||||
|
||||
move-result p1
|
||||
|
||||
const/4 p2, 0x1
|
||||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
if-eq p1, p2, :cond_3
|
||||
|
||||
const/4 p2, 0x3
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
if-eq p1, v0, :cond_2
|
||||
|
||||
if-ne p1, p2, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
new-instance p2, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v0, "Unknown state: "
|
||||
|
||||
invoke-static {v0, p1}, Lf/e/c/a/a;->i(Ljava/lang/String;I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p2
|
||||
|
||||
:cond_2
|
||||
invoke-virtual {p0, v0, p2}, Ljava/util/concurrent/atomic/AtomicInteger;->compareAndSet(II)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Lg0/i0/a/b;->response:Lg0/b0;
|
||||
|
||||
invoke-virtual {p0, p1}, Lg0/i0/a/b;->a(Lg0/b0;)V
|
||||
|
||||
:cond_3
|
||||
:goto_0
|
||||
return-void
|
||||
|
||||
:cond_4
|
||||
const/4 p1, 0x0
|
||||
|
||||
invoke-virtual {p0, p1, p2}, Ljava/util/concurrent/atomic/AtomicInteger;->compareAndSet(II)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public unsubscribe()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
iput-boolean v0, p0, Lg0/i0/a/b;->unsubscribed:Z
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/b;->call:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->cancel()V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,79 +0,0 @@
|
|||
.class public Lg0/i0/a/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CallEnqueueOnSubscribe.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/f;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/f<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lg0/i0/a/b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/i0/a/d;Lg0/i0/a/b;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p2, p0, Lg0/i0/a/c;->a:Lg0/i0/a/b;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p2}, Ly/i/s;->X(Ljava/lang/Throwable;)V
|
||||
|
||||
iget-object p1, p0, Lg0/i0/a/c;->a:Lg0/i0/a/b;
|
||||
|
||||
invoke-virtual {p1, p2}, Lg0/i0/a/b;->b(Ljava/lang/Throwable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;Lg0/b0;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Lg0/b0<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p1, p0, Lg0/i0/a/c;->a:Lg0/i0/a/b;
|
||||
|
||||
invoke-virtual {p1, p2}, Lg0/i0/a/b;->c(Lg0/b0;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,80 +0,0 @@
|
|||
.class public final Lg0/i0/a/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CallEnqueueOnSubscribe.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lrx/Observable$a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lrx/Observable$a<",
|
||||
"Lg0/b0<",
|
||||
"TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lg0/d;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/d<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/d;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/d;->d:Lg0/d;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public call(Ljava/lang/Object;)V
|
||||
.locals 2
|
||||
|
||||
check-cast p1, Lrx/Subscriber;
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/d;->d:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->d0()Lg0/d;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
new-instance v1, Lg0/i0/a/b;
|
||||
|
||||
invoke-direct {v1, v0, p1}, Lg0/i0/a/b;-><init>(Lg0/d;Lrx/Subscriber;)V
|
||||
|
||||
invoke-virtual {p1, v1}, Lrx/Subscriber;->add(Lrx/Subscription;)V
|
||||
|
||||
invoke-virtual {p1, v1}, Lrx/Subscriber;->setProducer(Lrx/Producer;)V
|
||||
|
||||
new-instance p1, Lg0/i0/a/c;
|
||||
|
||||
invoke-direct {p1, p0, v1}, Lg0/i0/a/c;-><init>(Lg0/i0/a/d;Lg0/i0/a/b;)V
|
||||
|
||||
invoke-interface {v0, p1}, Lg0/d;->Y(Lg0/f;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,93 +0,0 @@
|
|||
.class public final Lg0/i0/a/e;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CallExecuteOnSubscribe.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lrx/Observable$a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lrx/Observable$a<",
|
||||
"Lg0/b0<",
|
||||
"TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lg0/d;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/d<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/d;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/e;->d:Lg0/d;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public call(Ljava/lang/Object;)V
|
||||
.locals 2
|
||||
|
||||
check-cast p1, Lrx/Subscriber;
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/e;->d:Lg0/d;
|
||||
|
||||
invoke-interface {v0}, Lg0/d;->d0()Lg0/d;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
new-instance v1, Lg0/i0/a/b;
|
||||
|
||||
invoke-direct {v1, v0, p1}, Lg0/i0/a/b;-><init>(Lg0/d;Lrx/Subscriber;)V
|
||||
|
||||
invoke-virtual {p1, v1}, Lrx/Subscriber;->add(Lrx/Subscription;)V
|
||||
|
||||
invoke-virtual {p1, v1}, Lrx/Subscriber;->setProducer(Lrx/Producer;)V
|
||||
|
||||
:try_start_0
|
||||
invoke-interface {v0}, Lg0/d;->execute()Lg0/b0;
|
||||
|
||||
move-result-object p1
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
invoke-virtual {v1, p1}, Lg0/i0/a/b;->c(Lg0/b0;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:catchall_0
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1}, Ly/i/s;->X(Ljava/lang/Throwable;)V
|
||||
|
||||
invoke-virtual {v1, p1}, Lg0/i0/a/b;->b(Ljava/lang/Throwable;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
|
@ -1,101 +0,0 @@
|
|||
.class public final Lg0/i0/a/f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Result.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lg0/b0;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/b0<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final b:Ljava/lang/Throwable;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/b0;Ljava/lang/Throwable;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/b0<",
|
||||
"TT;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/f;->a:Lg0/b0;
|
||||
|
||||
iput-object p2, p0, Lg0/i0/a/f;->b:Ljava/lang/Throwable;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/f;->b:Ljava/lang/Throwable;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const-string v0, "Result{isError=true, error=\""
|
||||
|
||||
invoke-static {v0}, Lf/e/c/a/a;->E(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Lg0/i0/a/f;->b:Ljava/lang/Throwable;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "\"}"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
const-string v0, "Result{isError=false, response="
|
||||
|
||||
invoke-static {v0}, Lf/e/c/a/a;->E(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Lg0/i0/a/f;->a:Lg0/b0;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 v1, 0x7d
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -1,204 +0,0 @@
|
|||
.class public Lg0/i0/a/g$a;
|
||||
.super Lrx/Subscriber;
|
||||
.source "ResultOnSubscribe.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/i0/a/g;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x9
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lrx/Subscriber<",
|
||||
"Lg0/b0<",
|
||||
"TR;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lrx/Subscriber;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lrx/Subscriber<",
|
||||
"-",
|
||||
"Lg0/i0/a/f<",
|
||||
"TR;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lrx/Subscriber;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lrx/Subscriber<",
|
||||
"-",
|
||||
"Lg0/i0/a/f<",
|
||||
"TR;>;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1}, Lrx/Subscriber;-><init>(Lrx/Subscriber;)V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/g$a;->d:Lrx/Subscriber;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public onCompleted()V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/g$a;->d:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {v0}, Lh0/g;->onCompleted()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onError(Ljava/lang/Throwable;)V
|
||||
.locals 5
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
:try_start_0
|
||||
iget-object v1, p0, Lg0/i0/a/g$a;->d:Lrx/Subscriber;
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
new-instance v2, Lg0/i0/a/f;
|
||||
|
||||
invoke-direct {v2, v0, p1}, Lg0/i0/a/f;-><init>(Lg0/b0;Ljava/lang/Throwable;)V
|
||||
|
||||
invoke-interface {v1, v2}, Lh0/g;->onNext(Ljava/lang/Object;)V
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
iget-object p1, p0, Lg0/i0/a/g$a;->d:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {p1}, Lh0/g;->onCompleted()V
|
||||
|
||||
return-void
|
||||
|
||||
:catchall_0
|
||||
move-exception p1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
:try_start_1
|
||||
new-instance p1, Ljava/lang/NullPointerException;
|
||||
|
||||
const-string v1, "error == null"
|
||||
|
||||
invoke-direct {p1, v1}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
:try_end_1
|
||||
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
||||
|
||||
:goto_0
|
||||
:try_start_2
|
||||
iget-object v1, p0, Lg0/i0/a/g$a;->d:Lrx/Subscriber;
|
||||
|
||||
invoke-interface {v1, p1}, Lh0/g;->onError(Ljava/lang/Throwable;)V
|
||||
:try_end_2
|
||||
.catch Lrx/exceptions/OnCompletedFailedException; {:try_start_2 .. :try_end_2} :catch_0
|
||||
.catch Lrx/exceptions/OnErrorFailedException; {:try_start_2 .. :try_end_2} :catch_0
|
||||
.catch Lrx/exceptions/OnErrorNotImplementedException; {:try_start_2 .. :try_end_2} :catch_0
|
||||
.catchall {:try_start_2 .. :try_end_2} :catchall_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:catchall_1
|
||||
move-exception v1
|
||||
|
||||
invoke-static {v1}, Ly/i/s;->X(Ljava/lang/Throwable;)V
|
||||
|
||||
new-instance v2, Lrx/exceptions/CompositeException;
|
||||
|
||||
const/4 v3, 0x2
|
||||
|
||||
new-array v3, v3, [Ljava/lang/Throwable;
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
aput-object p1, v3, v4
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
aput-object v1, v3, p1
|
||||
|
||||
invoke-direct {v2, v3}, Lrx/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
|
||||
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
throw v0
|
||||
|
||||
:catch_0
|
||||
sget-object p1, Lh0/o/o;->f:Lh0/o/o;
|
||||
|
||||
invoke-virtual {p1}, Lh0/o/o;->b()Lh0/o/b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
:goto_1
|
||||
return-void
|
||||
|
||||
:cond_2
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public onNext(Ljava/lang/Object;)V
|
||||
.locals 3
|
||||
|
||||
check-cast p1, Lg0/b0;
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/g$a;->d:Lrx/Subscriber;
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
new-instance v1, Lg0/i0/a/f;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
invoke-direct {v1, p1, v2}, Lg0/i0/a/f;-><init>(Lg0/b0;Ljava/lang/Throwable;)V
|
||||
|
||||
invoke-interface {v0, v1}, Lh0/g;->onNext(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Ljava/lang/NullPointerException;
|
||||
|
||||
const-string v0, "response == null"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
|
@ -1,76 +0,0 @@
|
|||
.class public final Lg0/i0/a/g;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ResultOnSubscribe.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lrx/Observable$a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/i0/a/g$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lrx/Observable$a<",
|
||||
"Lg0/i0/a/f<",
|
||||
"TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lrx/Observable$a;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lrx/Observable$a<",
|
||||
"Lg0/b0<",
|
||||
"TT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lrx/Observable$a;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lrx/Observable$a<",
|
||||
"Lg0/b0<",
|
||||
"TT;>;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/g;->d:Lrx/Observable$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public call(Ljava/lang/Object;)V
|
||||
.locals 2
|
||||
|
||||
check-cast p1, Lrx/Subscriber;
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/g;->d:Lrx/Observable$a;
|
||||
|
||||
new-instance v1, Lg0/i0/a/g$a;
|
||||
|
||||
invoke-direct {v1, p1}, Lg0/i0/a/g$a;-><init>(Lrx/Subscriber;)V
|
||||
|
||||
invoke-interface {v0, v1}, Lrx/functions/Action1;->call(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,198 +0,0 @@
|
|||
.class public final Lg0/i0/a/h;
|
||||
.super Ljava/lang/Object;
|
||||
.source "RxJavaCallAdapter.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/e;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/e<",
|
||||
"TR;",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/lang/reflect/Type;
|
||||
|
||||
.field public final b:Lrx/Scheduler;
|
||||
|
||||
.field public final c:Z
|
||||
|
||||
.field public final d:Z
|
||||
|
||||
.field public final e:Z
|
||||
|
||||
.field public final f:Z
|
||||
|
||||
.field public final g:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/reflect/Type;Lrx/Scheduler;ZZZZZ)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/h;->a:Ljava/lang/reflect/Type;
|
||||
|
||||
iput-object p2, p0, Lg0/i0/a/h;->b:Lrx/Scheduler;
|
||||
|
||||
iput-boolean p3, p0, Lg0/i0/a/h;->c:Z
|
||||
|
||||
iput-boolean p4, p0, Lg0/i0/a/h;->d:Z
|
||||
|
||||
iput-boolean p5, p0, Lg0/i0/a/h;->e:Z
|
||||
|
||||
iput-boolean p6, p0, Lg0/i0/a/h;->f:Z
|
||||
|
||||
iput-boolean p7, p0, Lg0/i0/a/h;->g:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a()Ljava/lang/reflect/Type;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/h;->a:Ljava/lang/reflect/Type;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TR;>;)",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-boolean v0, p0, Lg0/i0/a/h;->c:Z
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
new-instance v0, Lg0/i0/a/d;
|
||||
|
||||
invoke-direct {v0, p1}, Lg0/i0/a/d;-><init>(Lg0/d;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Lg0/i0/a/e;
|
||||
|
||||
invoke-direct {v0, p1}, Lg0/i0/a/e;-><init>(Lg0/d;)V
|
||||
|
||||
:goto_0
|
||||
iget-boolean p1, p0, Lg0/i0/a/h;->d:Z
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
new-instance p1, Lg0/i0/a/g;
|
||||
|
||||
invoke-direct {p1, v0}, Lg0/i0/a/g;-><init>(Lrx/Observable$a;)V
|
||||
|
||||
:goto_1
|
||||
move-object v0, p1
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_1
|
||||
iget-boolean p1, p0, Lg0/i0/a/h;->e:Z
|
||||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
new-instance p1, Lg0/i0/a/a;
|
||||
|
||||
invoke-direct {p1, v0}, Lg0/i0/a/a;-><init>(Lrx/Observable$a;)V
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
:goto_2
|
||||
new-instance p1, Lrx/Observable;
|
||||
|
||||
invoke-static {v0}, Lh0/o/l;->a(Lrx/Observable$a;)Lrx/Observable$a;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {p1, v0}, Lrx/Observable;-><init>(Lrx/Observable$a;)V
|
||||
|
||||
iget-object v0, p0, Lg0/i0/a/h;->b:Lrx/Scheduler;
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
invoke-virtual {p1, v0}, Lrx/Observable;->T(Lrx/Scheduler;)Lrx/Observable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:cond_3
|
||||
iget-boolean v0, p0, Lg0/i0/a/h;->f:Z
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
new-instance v0, Lh0/h;
|
||||
|
||||
new-instance v1, Lh0/l/a/h0;
|
||||
|
||||
invoke-direct {v1, p1}, Lh0/l/a/h0;-><init>(Lrx/Observable;)V
|
||||
|
||||
invoke-direct {v0, v1}, Lh0/h;-><init>(Lh0/h$a;)V
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_4
|
||||
iget-boolean v0, p0, Lg0/i0/a/h;->g:Z
|
||||
|
||||
if-eqz v0, :cond_5
|
||||
|
||||
new-instance v0, Lh0/c;
|
||||
|
||||
invoke-direct {v0, p1}, Lh0/c;-><init>(Lrx/Observable;)V
|
||||
|
||||
:try_start_0
|
||||
new-instance p1, Lh0/d;
|
||||
|
||||
invoke-direct {p1, v0}, Lh0/d;-><init>(Lh0/d$a;)V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NullPointerException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
return-object p1
|
||||
|
||||
:catchall_0
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1}, Lh0/o/l;->b(Ljava/lang/Throwable;)V
|
||||
|
||||
new-instance v0, Ljava/lang/NullPointerException;
|
||||
|
||||
const-string v1, "Actually not, but can\'t pass out an exception otherwise..."
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/NullPointerException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_5
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,252 +0,0 @@
|
|||
.class public final Lg0/i0/a/i;
|
||||
.super Lg0/e$a;
|
||||
.source "RxJavaCallAdapterFactory.java"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lrx/Scheduler;
|
||||
|
||||
.field public final b:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lrx/Scheduler;Z)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lg0/e$a;-><init>()V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
iput-object p1, p0, Lg0/i0/a/i;->a:Lrx/Scheduler;
|
||||
|
||||
iput-boolean p2, p0, Lg0/i0/a/i;->b:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/e;
|
||||
.locals 10
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/e<",
|
||||
"**>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->f(Ljava/lang/reflect/Type;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
const-class p3, Lh0/h;
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-ne p2, p3, :cond_0
|
||||
|
||||
const/4 v8, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v8, 0x0
|
||||
|
||||
:goto_0
|
||||
const-class p3, Lh0/d;
|
||||
|
||||
if-ne p2, p3, :cond_1
|
||||
|
||||
const/4 p3, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const/4 p3, 0x0
|
||||
|
||||
:goto_1
|
||||
const-class v2, Lrx/Observable;
|
||||
|
||||
if-eq p2, v2, :cond_2
|
||||
|
||||
if-nez v8, :cond_2
|
||||
|
||||
if-nez p3, :cond_2
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_2
|
||||
if-eqz p3, :cond_3
|
||||
|
||||
new-instance p1, Lg0/i0/a/h;
|
||||
|
||||
const-class v1, Ljava/lang/Void;
|
||||
|
||||
iget-object v2, p0, Lg0/i0/a/i;->a:Lrx/Scheduler;
|
||||
|
||||
iget-boolean v3, p0, Lg0/i0/a/i;->b:Z
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
const/4 v5, 0x1
|
||||
|
||||
const/4 v6, 0x0
|
||||
|
||||
const/4 v7, 0x1
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
invoke-direct/range {v0 .. v7}, Lg0/i0/a/h;-><init>(Ljava/lang/reflect/Type;Lrx/Scheduler;ZZZZZ)V
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_3
|
||||
instance-of p2, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-nez p2, :cond_5
|
||||
|
||||
if-eqz v8, :cond_4
|
||||
|
||||
const-string p1, "Single"
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_4
|
||||
const-string p1, "Observable"
|
||||
|
||||
:goto_2
|
||||
new-instance p2, Ljava/lang/IllegalStateException;
|
||||
|
||||
new-instance p3, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p3}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
invoke-virtual {p3, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v0, " return type must be parameterized as "
|
||||
|
||||
invoke-virtual {p3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p3, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v0, "<Foo> or "
|
||||
|
||||
invoke-virtual {p3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p3, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, "<? extends Foo>"
|
||||
|
||||
invoke-virtual {p3, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p2
|
||||
|
||||
:cond_5
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
invoke-static {v1, p1}, Lg0/h0;->e(ILjava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->f(Ljava/lang/reflect/Type;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
const-class p3, Lg0/b0;
|
||||
|
||||
if-ne p2, p3, :cond_7
|
||||
|
||||
instance-of p2, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-eqz p2, :cond_6
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
invoke-static {v1, p1}, Lg0/h0;->e(ILjava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_6
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string p2, "Response must be parameterized as Response<Foo> or Response<? extends Foo>"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_7
|
||||
const-class p3, Lg0/i0/a/f;
|
||||
|
||||
if-ne p2, p3, :cond_9
|
||||
|
||||
instance-of p2, p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
if-eqz p2, :cond_8
|
||||
|
||||
check-cast p1, Ljava/lang/reflect/ParameterizedType;
|
||||
|
||||
invoke-static {v1, p1}, Lg0/h0;->e(ILjava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:goto_3
|
||||
move-object v3, p1
|
||||
|
||||
move v6, v0
|
||||
|
||||
const/4 v7, 0x0
|
||||
|
||||
goto :goto_4
|
||||
|
||||
:cond_8
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string p2, "Result must be parameterized as Result<Foo> or Result<? extends Foo>"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_9
|
||||
move-object v3, p1
|
||||
|
||||
const/4 v6, 0x0
|
||||
|
||||
const/4 v7, 0x1
|
||||
|
||||
:goto_4
|
||||
new-instance p1, Lg0/i0/a/h;
|
||||
|
||||
iget-object v4, p0, Lg0/i0/a/i;->a:Lrx/Scheduler;
|
||||
|
||||
iget-boolean v5, p0, Lg0/i0/a/i;->b:Z
|
||||
|
||||
const/4 v9, 0x0
|
||||
|
||||
move-object v2, p1
|
||||
|
||||
invoke-direct/range {v2 .. v9}, Lg0/i0/a/h;-><init>(Ljava/lang/reflect/Type;Lrx/Scheduler;ZZZZZ)V
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,84 +0,0 @@
|
|||
.class public final Lg0/j$a;
|
||||
.super Lg0/j;
|
||||
.source "HttpServiceMethod.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/j;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<ResponseT:",
|
||||
"Ljava/lang/Object;",
|
||||
"ReturnT:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lg0/j<",
|
||||
"TResponseT;TReturnT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lg0/e;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/e<",
|
||||
"TResponseT;TReturnT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/a0;Lc0/f$a;Lg0/h;Lg0/e;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/a0;",
|
||||
"Lc0/f$a;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"TResponseT;>;",
|
||||
"Lg0/e<",
|
||||
"TResponseT;TReturnT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2, p3}, Lg0/j;-><init>(Lg0/a0;Lc0/f$a;Lg0/h;)V
|
||||
|
||||
iput-object p4, p0, Lg0/j$a;->d:Lg0/e;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public b(Lg0/d;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TResponseT;>;[",
|
||||
"Ljava/lang/Object;",
|
||||
")TReturnT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p2, p0, Lg0/j$a;->d:Lg0/e;
|
||||
|
||||
invoke-interface {p2, p1}, Lg0/e;->b(Lg0/d;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,189 +0,0 @@
|
|||
.class public final Lg0/j$b;
|
||||
.super Lg0/j;
|
||||
.source "HttpServiceMethod.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/j;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<ResponseT:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lg0/j<",
|
||||
"TResponseT;",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lg0/e;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/e<",
|
||||
"TResponseT;",
|
||||
"Lg0/d<",
|
||||
"TResponseT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final e:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/a0;Lc0/f$a;Lg0/h;Lg0/e;Z)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/a0;",
|
||||
"Lc0/f$a;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"TResponseT;>;",
|
||||
"Lg0/e<",
|
||||
"TResponseT;",
|
||||
"Lg0/d<",
|
||||
"TResponseT;>;>;Z)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2, p3}, Lg0/j;-><init>(Lg0/a0;Lc0/f$a;Lg0/h;)V
|
||||
|
||||
iput-object p4, p0, Lg0/j$b;->d:Lg0/e;
|
||||
|
||||
iput-boolean p5, p0, Lg0/j$b;->e:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public b(Lg0/d;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 5
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TResponseT;>;[",
|
||||
"Ljava/lang/Object;",
|
||||
")",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Ly/k/g/a;->d:Ly/k/g/a;
|
||||
|
||||
iget-object v1, p0, Lg0/j$b;->d:Lg0/e;
|
||||
|
||||
invoke-interface {v1, p1}, Lg0/e;->b(Lg0/d;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
check-cast p1, Lg0/d;
|
||||
|
||||
array-length v1, p2
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
sub-int/2addr v1, v2
|
||||
|
||||
aget-object p2, p2, v1
|
||||
|
||||
check-cast p2, Lkotlin/coroutines/Continuation;
|
||||
|
||||
:try_start_0
|
||||
iget-boolean v1, p0, Lg0/j$b;->e:Z
|
||||
:try_end_0
|
||||
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
const-string v3, "frame"
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
:try_start_1
|
||||
new-instance v1, Lz/a/g;
|
||||
|
||||
invoke-static {p2}, Ly/i/s;->intercepted(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-direct {v1, v4, v2}, Lz/a/g;-><init>(Lkotlin/coroutines/Continuation;I)V
|
||||
|
||||
new-instance v2, Lg0/m;
|
||||
|
||||
invoke-direct {v2, p1}, Lg0/m;-><init>(Lg0/d;)V
|
||||
|
||||
invoke-virtual {v1, v2}, Lz/a/g;->b(Lkotlin/jvm/functions/Function1;)V
|
||||
|
||||
new-instance v2, Lg0/o;
|
||||
|
||||
invoke-direct {v2, v1}, Lg0/o;-><init>(Lz/a/f;)V
|
||||
|
||||
invoke-interface {p1, v2}, Lg0/d;->Y(Lg0/f;)V
|
||||
|
||||
invoke-virtual {v1}, Lz/a/g;->k()Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
||||
invoke-static {p2, v3}, Ly/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v1, Lz/a/g;
|
||||
|
||||
invoke-static {p2}, Ly/i/s;->intercepted(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-direct {v1, v4, v2}, Lz/a/g;-><init>(Lkotlin/coroutines/Continuation;I)V
|
||||
|
||||
new-instance v2, Lg0/l;
|
||||
|
||||
invoke-direct {v2, p1}, Lg0/l;-><init>(Lg0/d;)V
|
||||
|
||||
invoke-virtual {v1, v2}, Lz/a/g;->b(Lkotlin/jvm/functions/Function1;)V
|
||||
|
||||
new-instance v2, Lg0/n;
|
||||
|
||||
invoke-direct {v2, v1}, Lg0/n;-><init>(Lz/a/f;)V
|
||||
|
||||
invoke-interface {p1, v2}, Lg0/d;->Y(Lg0/f;)V
|
||||
|
||||
invoke-virtual {v1}, Lz/a/g;->k()Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
||||
invoke-static {p2, v3}, Ly/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
:try_end_1
|
||||
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_0
|
||||
|
||||
:cond_1
|
||||
:goto_0
|
||||
return-object p1
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1, p2}, Ly/i/s;->S(Ljava/lang/Exception;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,146 +0,0 @@
|
|||
.class public final Lg0/j$c;
|
||||
.super Lg0/j;
|
||||
.source "HttpServiceMethod.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/j;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "c"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<ResponseT:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lg0/j<",
|
||||
"TResponseT;",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Lg0/e;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/e<",
|
||||
"TResponseT;",
|
||||
"Lg0/d<",
|
||||
"TResponseT;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/a0;Lc0/f$a;Lg0/h;Lg0/e;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/a0;",
|
||||
"Lc0/f$a;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"TResponseT;>;",
|
||||
"Lg0/e<",
|
||||
"TResponseT;",
|
||||
"Lg0/d<",
|
||||
"TResponseT;>;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2, p3}, Lg0/j;-><init>(Lg0/a0;Lc0/f$a;Lg0/h;)V
|
||||
|
||||
iput-object p4, p0, Lg0/j$c;->d:Lg0/e;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public b(Lg0/d;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TResponseT;>;[",
|
||||
"Ljava/lang/Object;",
|
||||
")",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lg0/j$c;->d:Lg0/e;
|
||||
|
||||
invoke-interface {v0, p1}, Lg0/e;->b(Lg0/d;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
check-cast p1, Lg0/d;
|
||||
|
||||
array-length v0, p2
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
sub-int/2addr v0, v1
|
||||
|
||||
aget-object p2, p2, v0
|
||||
|
||||
check-cast p2, Lkotlin/coroutines/Continuation;
|
||||
|
||||
:try_start_0
|
||||
new-instance v0, Lz/a/g;
|
||||
|
||||
invoke-static {p2}, Ly/i/s;->intercepted(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-direct {v0, v2, v1}, Lz/a/g;-><init>(Lkotlin/coroutines/Continuation;I)V
|
||||
|
||||
new-instance v1, Lg0/p;
|
||||
|
||||
invoke-direct {v1, p1}, Lg0/p;-><init>(Lg0/d;)V
|
||||
|
||||
invoke-virtual {v0, v1}, Lz/a/g;->b(Lkotlin/jvm/functions/Function1;)V
|
||||
|
||||
new-instance v1, Lg0/q;
|
||||
|
||||
invoke-direct {v1, v0}, Lg0/q;-><init>(Lz/a/f;)V
|
||||
|
||||
invoke-interface {p1, v1}, Lg0/d;->Y(Lg0/f;)V
|
||||
|
||||
invoke-virtual {v0}, Lz/a/g;->k()Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
sget-object v0, Ly/k/g/a;->d:Ly/k/g/a;
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
const-string v0, "frame"
|
||||
|
||||
invoke-static {p2, v0}, Ly/n/c/j;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
:cond_0
|
||||
return-object p1
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1, p2}, Ly/i/s;->S(Ljava/lang/Exception;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,81 +0,0 @@
|
|||
.class public abstract Lg0/j;
|
||||
.super Lg0/e0;
|
||||
.source "HttpServiceMethod.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lg0/j$a;,
|
||||
Lg0/j$c;,
|
||||
Lg0/j$b;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<ResponseT:",
|
||||
"Ljava/lang/Object;",
|
||||
"ReturnT:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lg0/e0<",
|
||||
"TReturnT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lg0/a0;
|
||||
|
||||
.field public final b:Lc0/f$a;
|
||||
|
||||
.field public final c:Lg0/h;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"TResponseT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/a0;Lc0/f$a;Lg0/h;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/a0;",
|
||||
"Lc0/f$a;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"TResponseT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Lg0/e0;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/j;->a:Lg0/a0;
|
||||
|
||||
iput-object p2, p0, Lg0/j;->b:Lc0/f$a;
|
||||
|
||||
iput-object p3, p0, Lg0/j;->c:Lg0/h;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract b(Lg0/d;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TResponseT;>;[",
|
||||
"Ljava/lang/Object;",
|
||||
")TReturnT;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -1,94 +0,0 @@
|
|||
.class public final Lg0/j0/a/a;
|
||||
.super Lg0/h$a;
|
||||
.source "GsonConverterFactory.java"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lcom/google/gson/Gson;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lcom/google/gson/Gson;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lg0/h$a;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/j0/a/a;->a:Lcom/google/gson/Gson;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"*",
|
||||
"Lokhttp3/RequestBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p2, p0, Lg0/j0/a/a;->a:Lcom/google/gson/Gson;
|
||||
|
||||
invoke-static {p1}, Lcom/google/gson/reflect/TypeToken;->get(Ljava/lang/reflect/Type;)Lcom/google/gson/reflect/TypeToken;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p2, p1}, Lcom/google/gson/Gson;->g(Lcom/google/gson/reflect/TypeToken;)Lcom/google/gson/TypeAdapter;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Lg0/j0/a/b;
|
||||
|
||||
iget-object p3, p0, Lg0/j0/a/a;->a:Lcom/google/gson/Gson;
|
||||
|
||||
invoke-direct {p2, p3, p1}, Lg0/j0/a/b;-><init>(Lcom/google/gson/Gson;Lcom/google/gson/TypeAdapter;)V
|
||||
|
||||
return-object p2
|
||||
.end method
|
||||
|
||||
.method public b(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object p2, p0, Lg0/j0/a/a;->a:Lcom/google/gson/Gson;
|
||||
|
||||
invoke-static {p1}, Lcom/google/gson/reflect/TypeToken;->get(Ljava/lang/reflect/Type;)Lcom/google/gson/reflect/TypeToken;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p2, p1}, Lcom/google/gson/Gson;->g(Lcom/google/gson/reflect/TypeToken;)Lcom/google/gson/TypeAdapter;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Lg0/j0/a/c;
|
||||
|
||||
iget-object p3, p0, Lg0/j0/a/a;->a:Lcom/google/gson/Gson;
|
||||
|
||||
invoke-direct {p2, p3, p1}, Lg0/j0/a/c;-><init>(Lcom/google/gson/Gson;Lcom/google/gson/TypeAdapter;)V
|
||||
|
||||
return-object p2
|
||||
.end method
|
|
@ -1,133 +0,0 @@
|
|||
.class public final Lg0/j0/a/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "GsonRequestBodyConverter.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"TT;",
|
||||
"Lokhttp3/RequestBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final c:Lokhttp3/MediaType;
|
||||
|
||||
.field public static final d:Ljava/nio/charset/Charset;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lcom/google/gson/Gson;
|
||||
|
||||
.field public final b:Lcom/google/gson/TypeAdapter;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lcom/google/gson/TypeAdapter<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "application/json; charset=UTF-8"
|
||||
|
||||
invoke-static {v0}, Lokhttp3/MediaType;->c(Ljava/lang/String;)Lokhttp3/MediaType;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Lg0/j0/a/b;->c:Lokhttp3/MediaType;
|
||||
|
||||
const-string v0, "UTF-8"
|
||||
|
||||
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Lg0/j0/a/b;->d:Ljava/nio/charset/Charset;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Lcom/google/gson/Gson;Lcom/google/gson/TypeAdapter;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lcom/google/gson/Gson;",
|
||||
"Lcom/google/gson/TypeAdapter<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/j0/a/b;->a:Lcom/google/gson/Gson;
|
||||
|
||||
iput-object p2, p0, Lg0/j0/a/b;->b:Lcom/google/gson/TypeAdapter;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Ld0/e;
|
||||
|
||||
invoke-direct {v0}, Ld0/e;-><init>()V
|
||||
|
||||
new-instance v1, Ljava/io/OutputStreamWriter;
|
||||
|
||||
new-instance v2, Ld0/f;
|
||||
|
||||
invoke-direct {v2, v0}, Ld0/f;-><init>(Ld0/e;)V
|
||||
|
||||
sget-object v3, Lg0/j0/a/b;->d:Ljava/nio/charset/Charset;
|
||||
|
||||
invoke-direct {v1, v2, v3}, Ljava/io/OutputStreamWriter;-><init>(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V
|
||||
|
||||
iget-object v2, p0, Lg0/j0/a/b;->a:Lcom/google/gson/Gson;
|
||||
|
||||
invoke-virtual {v2, v1}, Lcom/google/gson/Gson;->j(Ljava/io/Writer;)Lcom/google/gson/stream/JsonWriter;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, p0, Lg0/j0/a/b;->b:Lcom/google/gson/TypeAdapter;
|
||||
|
||||
invoke-virtual {v2, v1, p1}, Lcom/google/gson/TypeAdapter;->write(Lcom/google/gson/stream/JsonWriter;Ljava/lang/Object;)V
|
||||
|
||||
invoke-virtual {v1}, Lcom/google/gson/stream/JsonWriter;->close()V
|
||||
|
||||
sget-object p1, Lg0/j0/a/b;->c:Lokhttp3/MediaType;
|
||||
|
||||
invoke-virtual {v0}, Ld0/e;->o()Lokio/ByteString;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {p1, v0}, Lokhttp3/RequestBody;->create(Lokhttp3/MediaType;Lokio/ByteString;)Lokhttp3/RequestBody;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,152 +0,0 @@
|
|||
.class public final Lg0/j0/a/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "GsonResponseBodyConverter.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Lcom/google/gson/Gson;
|
||||
|
||||
.field public final b:Lcom/google/gson/TypeAdapter;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lcom/google/gson/TypeAdapter<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lcom/google/gson/Gson;Lcom/google/gson/TypeAdapter;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lcom/google/gson/Gson;",
|
||||
"Lcom/google/gson/TypeAdapter<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/j0/a/c;->a:Lcom/google/gson/Gson;
|
||||
|
||||
iput-object p2, p0, Lg0/j0/a/c;->b:Lcom/google/gson/TypeAdapter;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 5
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
iget-object v0, p0, Lg0/j0/a/c;->a:Lcom/google/gson/Gson;
|
||||
|
||||
iget-object v1, p1, Lokhttp3/ResponseBody;->d:Ljava/io/Reader;
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
new-instance v1, Lokhttp3/ResponseBody$a;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->c()Ld0/g;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->b()Lokhttp3/MediaType;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
if-eqz v3, :cond_1
|
||||
|
||||
sget-object v4, Ly/t/a;->a:Ljava/nio/charset/Charset;
|
||||
|
||||
invoke-virtual {v3, v4}, Lokhttp3/MediaType;->a(Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
if-eqz v3, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
sget-object v3, Ly/t/a;->a:Ljava/nio/charset/Charset;
|
||||
|
||||
:goto_0
|
||||
invoke-direct {v1, v2, v3}, Lokhttp3/ResponseBody$a;-><init>(Ld0/g;Ljava/nio/charset/Charset;)V
|
||||
|
||||
iput-object v1, p1, Lokhttp3/ResponseBody;->d:Ljava/io/Reader;
|
||||
|
||||
:goto_1
|
||||
invoke-virtual {v0, v1}, Lcom/google/gson/Gson;->i(Ljava/io/Reader;)Lcom/google/gson/stream/JsonReader;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:try_start_0
|
||||
iget-object v1, p0, Lg0/j0/a/c;->b:Lcom/google/gson/TypeAdapter;
|
||||
|
||||
invoke-virtual {v1, v0}, Lcom/google/gson/TypeAdapter;->read(Lcom/google/gson/stream/JsonReader;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0}, Lcom/google/gson/stream/JsonReader;->peek()Lcom/google/gson/stream/JsonToken;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sget-object v2, Lcom/google/gson/stream/JsonToken;->END_DOCUMENT:Lcom/google/gson/stream/JsonToken;
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
if-ne v0, v2, :cond_2
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->close()V
|
||||
|
||||
return-object v1
|
||||
|
||||
:cond_2
|
||||
:try_start_1
|
||||
new-instance v0, Lcom/google/gson/JsonIOException;
|
||||
|
||||
const-string v1, "JSON document was not fully consumed."
|
||||
|
||||
invoke-direct {v0, v1}, Lcom/google/gson/JsonIOException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
:try_end_1
|
||||
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
||||
|
||||
:catchall_0
|
||||
move-exception v0
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->close()V
|
||||
|
||||
throw v0
|
||||
.end method
|
|
@ -1,88 +0,0 @@
|
|||
.class public final Lg0/j0/b/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarRequestBodyConverter.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"TT;",
|
||||
"Lokhttp3/RequestBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/a;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lg0/j0/b/a<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public static final b:Lokhttp3/MediaType;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/a;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/a;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/a;->a:Lg0/j0/b/a;
|
||||
|
||||
const-string v0, "text/plain; charset=UTF-8"
|
||||
|
||||
invoke-static {v0}, Lokhttp3/MediaType;->c(Ljava/lang/String;)Lokhttp3/MediaType;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Lg0/j0/b/a;->b:Lokhttp3/MediaType;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Lg0/j0/b/a;->b:Lokhttp3/MediaType;
|
||||
|
||||
invoke-static {p1}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {v0, p1}, Lokhttp3/RequestBody;->create(Lokhttp3/MediaType;Ljava/lang/String;)Lokhttp3/RequestBody;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Lg0/j0/b/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Boolean;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/b;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/b;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/b;->a:Lg0/j0/b/b;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Boolean;->valueOf(Ljava/lang/String;)Ljava/lang/Boolean;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Lg0/j0/b/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Byte;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/c;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/c;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/c;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/c;->a:Lg0/j0/b/c;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Byte;->valueOf(Ljava/lang/String;)Ljava/lang/Byte;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,104 +0,0 @@
|
|||
.class public final Lg0/j0/b/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Character;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/d;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/d;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/d;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/d;->a:Lg0/j0/b/d;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/String;->length()I
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-virtual {p1, v0}, Ljava/lang/String;->charAt(I)C
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Character;->valueOf(C)Ljava/lang/Character;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/io/IOException;
|
||||
|
||||
const-string v1, "Expected body of length 1 for Character conversion but was "
|
||||
|
||||
invoke-static {v1}, Lf/e/c/a/a;->E(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/String;->length()I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Lg0/j0/b/e;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Double;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/e;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/e;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/e;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/e;->a:Lg0/j0/b/e;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Double;->valueOf(Ljava/lang/String;)Ljava/lang/Double;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Lg0/j0/b/f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Float;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/f;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/f;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/f;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/f;->a:Lg0/j0/b/f;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Float;->valueOf(Ljava/lang/String;)Ljava/lang/Float;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Lg0/j0/b/g;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Integer;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/g;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/g;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/g;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/g;->a:Lg0/j0/b/g;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Integer;->valueOf(Ljava/lang/String;)Ljava/lang/Integer;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Lg0/j0/b/h;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Long;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/h;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/h;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/h;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/h;->a:Lg0/j0/b/h;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Long;->valueOf(Ljava/lang/String;)Ljava/lang/Long;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,67 +0,0 @@
|
|||
.class public final Lg0/j0/b/i;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/Short;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/i;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/i;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/i;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/i;->a:Lg0/j0/b/i;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Short;->valueOf(Ljava/lang/String;)Ljava/lang/Short;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,63 +0,0 @@
|
|||
.class public final Lg0/j0/b/j;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ScalarResponseBodyConverters.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/h;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"Ljava/lang/String;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final a:Lg0/j0/b/j;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lg0/j0/b/j;
|
||||
|
||||
invoke-direct {v0}, Lg0/j0/b/j;-><init>()V
|
||||
|
||||
sput-object v0, Lg0/j0/b/j;->a:Lg0/j0/b/j;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
check-cast p1, Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->d()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,282 +0,0 @@
|
|||
.class public final Lg0/j0/b/k;
|
||||
.super Lg0/h$a;
|
||||
.source "ScalarsConverterFactory.java"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lg0/h$a;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"*",
|
||||
"Lokhttp3/RequestBody;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-class p2, Ljava/lang/String;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
sget-object p2, Ljava/lang/Boolean;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const-class p2, Ljava/lang/Boolean;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
sget-object p2, Ljava/lang/Byte;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const-class p2, Ljava/lang/Byte;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
sget-object p2, Ljava/lang/Character;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const-class p2, Ljava/lang/Character;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
sget-object p2, Ljava/lang/Double;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const-class p2, Ljava/lang/Double;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
sget-object p2, Ljava/lang/Float;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const-class p2, Ljava/lang/Float;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
sget-object p2, Ljava/lang/Integer;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const-class p2, Ljava/lang/Integer;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
sget-object p2, Ljava/lang/Long;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const-class p2, Ljava/lang/Long;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
sget-object p2, Ljava/lang/Short;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const-class p2, Ljava/lang/Short;
|
||||
|
||||
if-ne p1, p2, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_1
|
||||
:goto_0
|
||||
sget-object p1, Lg0/j0/b/a;->a:Lg0/j0/b/a;
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public b(Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Lg0/d0;)Lg0/h;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Type;",
|
||||
"[",
|
||||
"Ljava/lang/annotation/Annotation;",
|
||||
"Lg0/d0;",
|
||||
")",
|
||||
"Lg0/h<",
|
||||
"Lokhttp3/ResponseBody;",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-class p2, Ljava/lang/String;
|
||||
|
||||
if-ne p1, p2, :cond_0
|
||||
|
||||
sget-object p1, Lg0/j0/b/j;->a:Lg0/j0/b/j;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
const-class p2, Ljava/lang/Boolean;
|
||||
|
||||
if-eq p1, p2, :cond_10
|
||||
|
||||
sget-object p2, Ljava/lang/Boolean;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne p1, p2, :cond_1
|
||||
|
||||
goto :goto_7
|
||||
|
||||
:cond_1
|
||||
const-class p2, Ljava/lang/Byte;
|
||||
|
||||
if-eq p1, p2, :cond_f
|
||||
|
||||
sget-object p2, Ljava/lang/Byte;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne p1, p2, :cond_2
|
||||
|
||||
goto :goto_6
|
||||
|
||||
:cond_2
|
||||
const-class p2, Ljava/lang/Character;
|
||||
|
||||
if-eq p1, p2, :cond_e
|
||||
|
||||
sget-object p2, Ljava/lang/Character;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne p1, p2, :cond_3
|
||||
|
||||
goto :goto_5
|
||||
|
||||
:cond_3
|
||||
const-class p2, Ljava/lang/Double;
|
||||
|
||||
if-eq p1, p2, :cond_d
|
||||
|
||||
sget-object p2, Ljava/lang/Double;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne p1, p2, :cond_4
|
||||
|
||||
goto :goto_4
|
||||
|
||||
:cond_4
|
||||
const-class p2, Ljava/lang/Float;
|
||||
|
||||
if-eq p1, p2, :cond_c
|
||||
|
||||
sget-object p2, Ljava/lang/Float;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne p1, p2, :cond_5
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_5
|
||||
const-class p2, Ljava/lang/Integer;
|
||||
|
||||
if-eq p1, p2, :cond_b
|
||||
|
||||
sget-object p2, Ljava/lang/Integer;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne p1, p2, :cond_6
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_6
|
||||
const-class p2, Ljava/lang/Long;
|
||||
|
||||
if-eq p1, p2, :cond_a
|
||||
|
||||
sget-object p2, Ljava/lang/Long;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne p1, p2, :cond_7
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_7
|
||||
const-class p2, Ljava/lang/Short;
|
||||
|
||||
if-eq p1, p2, :cond_9
|
||||
|
||||
sget-object p2, Ljava/lang/Short;->TYPE:Ljava/lang/Class;
|
||||
|
||||
if-ne p1, p2, :cond_8
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_8
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_9
|
||||
:goto_0
|
||||
sget-object p1, Lg0/j0/b/i;->a:Lg0/j0/b/i;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_a
|
||||
:goto_1
|
||||
sget-object p1, Lg0/j0/b/h;->a:Lg0/j0/b/h;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_b
|
||||
:goto_2
|
||||
sget-object p1, Lg0/j0/b/g;->a:Lg0/j0/b/g;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_c
|
||||
:goto_3
|
||||
sget-object p1, Lg0/j0/b/f;->a:Lg0/j0/b/f;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_d
|
||||
:goto_4
|
||||
sget-object p1, Lg0/j0/b/e;->a:Lg0/j0/b/e;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_e
|
||||
:goto_5
|
||||
sget-object p1, Lg0/j0/b/d;->a:Lg0/j0/b/d;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_f
|
||||
:goto_6
|
||||
sget-object p1, Lg0/j0/b/c;->a:Lg0/j0/b/c;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_10
|
||||
:goto_7
|
||||
sget-object p1, Lg0/j0/b/b;->a:Lg0/j0/b/b;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,90 +0,0 @@
|
|||
.class public final Lg0/k;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Invocation.java"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final a:Ljava/lang/reflect/Method;
|
||||
|
||||
.field public final b:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/reflect/Method;Ljava/util/List;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/reflect/Method;",
|
||||
"Ljava/util/List<",
|
||||
"*>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/k;->a:Ljava/lang/reflect/Method;
|
||||
|
||||
invoke-static {p2}, Ljava/util/Collections;->unmodifiableList(Ljava/util/List;)Ljava/util/List;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iput-object p1, p0, Lg0/k;->b:Ljava/util/List;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 3
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
new-array v0, v0, [Ljava/lang/Object;
|
||||
|
||||
iget-object v1, p0, Lg0/k;->a:Ljava/lang/reflect/Method;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/reflect/Method;->getDeclaringClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
iget-object v1, p0, Lg0/k;->a:Ljava/lang/reflect/Method;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/reflect/Method;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
iget-object v1, p0, Lg0/k;->b:Ljava/util/List;
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
const-string v1, "%s.%s() %s"
|
||||
|
||||
invoke-static {v1, v0}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -1,21 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Body.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "DELETE.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/b;
|
||||
value = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,35 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Field.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/c;
|
||||
encoded = false
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract encoded()Z
|
||||
.end method
|
||||
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FieldMap.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/d;
|
||||
encoded = false
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract encoded()Z
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/e;
|
||||
.super Ljava/lang/Object;
|
||||
.source "GET.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/e;
|
||||
value = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "HEAD.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/f;
|
||||
value = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,39 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/g;
|
||||
.super Ljava/lang/Object;
|
||||
.source "HTTP.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/g;
|
||||
hasBody = false
|
||||
path = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract hasBody()Z
|
||||
.end method
|
||||
|
||||
.method public abstract method()Ljava/lang/String;
|
||||
.end method
|
||||
|
||||
.method public abstract path()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,26 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/h;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Header.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,26 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/i;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Headers.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()[Ljava/lang/String;
|
||||
.end method
|
|
@ -1,21 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/j;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Multipart.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/k;
|
||||
.super Ljava/lang/Object;
|
||||
.source "OPTIONS.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/k;
|
||||
value = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/l;
|
||||
.super Ljava/lang/Object;
|
||||
.source "PATCH.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/l;
|
||||
value = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/m;
|
||||
.super Ljava/lang/Object;
|
||||
.source "POST.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/m;
|
||||
value = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/n;
|
||||
.super Ljava/lang/Object;
|
||||
.source "PUT.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/n;
|
||||
value = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,36 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/o;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Part.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/o;
|
||||
encoding = "binary"
|
||||
value = ""
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract encoding()Ljava/lang/String;
|
||||
.end method
|
||||
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/p;
|
||||
.super Ljava/lang/Object;
|
||||
.source "PartMap.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/p;
|
||||
encoding = "binary"
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract encoding()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,35 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/q;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Path.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/q;
|
||||
encoded = false
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract encoded()Z
|
||||
.end method
|
||||
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,35 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/r;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Query.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/r;
|
||||
encoded = false
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract encoded()Z
|
||||
.end method
|
||||
|
||||
.method public abstract value()Ljava/lang/String;
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/s;
|
||||
.super Ljava/lang/Object;
|
||||
.source "QueryMap.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/s;
|
||||
encoded = false
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract encoded()Z
|
||||
.end method
|
|
@ -1,32 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/t;
|
||||
.super Ljava/lang/Object;
|
||||
.source "QueryName.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/AnnotationDefault;
|
||||
value = .subannotation Lg0/k0/t;
|
||||
encoded = false
|
||||
.end subannotation
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract encoded()Z
|
||||
.end method
|
|
@ -1,21 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/u;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Streaming.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
|
@ -1,21 +0,0 @@
|
|||
.class public interface abstract annotation Lg0/k0/v;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Url.java"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/annotation/Annotation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ljava/lang/annotation/Documented;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Retention;
|
||||
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
||||
.end annotation
|
||||
|
||||
.annotation runtime Ljava/lang/annotation/Target;
|
||||
value = {
|
||||
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;
|
||||
}
|
||||
.end annotation
|
|
@ -1,52 +0,0 @@
|
|||
.class public final Lg0/l;
|
||||
.super Ly/n/c/k;
|
||||
.source "KotlinExtensions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ly/n/c/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"Ljava/lang/Throwable;",
|
||||
"Lkotlin/Unit;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic $this_await$inlined:Lg0/d;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/d;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/l;->$this_await$inlined:Lg0/d;
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
invoke-direct {p0, p1}, Ly/n/c/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
iget-object p1, p0, Lg0/l;->$this_await$inlined:Lg0/d;
|
||||
|
||||
invoke-interface {p1}, Lg0/d;->cancel()V
|
||||
|
||||
sget-object p1, Lkotlin/Unit;->a:Lkotlin/Unit;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,52 +0,0 @@
|
|||
.class public final Lg0/m;
|
||||
.super Ly/n/c/k;
|
||||
.source "KotlinExtensions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ly/n/c/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"Ljava/lang/Throwable;",
|
||||
"Lkotlin/Unit;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic $this_await$inlined:Lg0/d;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/d;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/m;->$this_await$inlined:Lg0/d;
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
invoke-direct {p0, p1}, Ly/n/c/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
iget-object p1, p0, Lg0/m;->$this_await$inlined:Lg0/d;
|
||||
|
||||
invoke-interface {p1}, Lg0/d;->cancel()V
|
||||
|
||||
sget-object p1, Lkotlin/Unit;->a:Lkotlin/Unit;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,219 +0,0 @@
|
|||
.class public final Lg0/n;
|
||||
.super Ljava/lang/Object;
|
||||
.source "KotlinExtensions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/f;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/f<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lz/a/f;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lz/a/f;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/n;->a:Lz/a/f;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "call"
|
||||
|
||||
invoke-static {p1, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p1, "t"
|
||||
|
||||
invoke-static {p2, p1}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object p1, p0, Lg0/n;->a:Lz/a/f;
|
||||
|
||||
invoke-static {p2}, Lf/h/a/f/f/n/f;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;Lg0/b0;)V
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Lg0/b0<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "call"
|
||||
|
||||
invoke-static {p1, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "response"
|
||||
|
||||
invoke-static {p2, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p2}, Lg0/b0;->a()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
iget-object p2, p2, Lg0/b0;->b:Ljava/lang/Object;
|
||||
|
||||
if-nez p2, :cond_2
|
||||
|
||||
invoke-interface {p1}, Lg0/d;->g()Lc0/b0;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const-class p2, Lg0/k;
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
const-string v1, "type"
|
||||
|
||||
invoke-static {p2, v1}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object p1, p1, Lc0/b0;->f:Ljava/util/Map;
|
||||
|
||||
invoke-interface {p1, p2}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/Class;->cast(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const-string p2, "call.request().tag(Invocation::class.java)!!"
|
||||
|
||||
invoke-static {p1, p2}, Ly/n/c/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Lg0/k;
|
||||
|
||||
iget-object p1, p1, Lg0/k;->a:Ljava/lang/reflect/Method;
|
||||
|
||||
new-instance p2, Lkotlin/KotlinNullPointerException;
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v1, "Response from "
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "method"
|
||||
|
||||
invoke-static {p1, v1}, Ly/n/c/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/reflect/Method;->getDeclaringClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const-string v2, "method.declaringClass"
|
||||
|
||||
invoke-static {v1, v2}, Ly/n/c/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 v1, 0x2e
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/reflect/Method;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, " was null but response body type was declared as non-null"
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Lkotlin/KotlinNullPointerException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
iget-object p1, p0, Lg0/n;->a:Lz/a/f;
|
||||
|
||||
invoke-static {p2}, Lf/h/a/f/f/n/f;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-static {}, Ly/n/c/j;->throwNpe()V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_1
|
||||
throw v0
|
||||
|
||||
:cond_2
|
||||
iget-object p1, p0, Lg0/n;->a:Lz/a/f;
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_3
|
||||
iget-object p1, p0, Lg0/n;->a:Lz/a/f;
|
||||
|
||||
new-instance v0, Lretrofit2/HttpException;
|
||||
|
||||
invoke-direct {v0, p2}, Lretrofit2/HttpException;-><init>(Lg0/b0;)V
|
||||
|
||||
invoke-static {v0}, Lf/h/a/f/f/n/f;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
|
@ -1,116 +0,0 @@
|
|||
.class public final Lg0/o;
|
||||
.super Ljava/lang/Object;
|
||||
.source "KotlinExtensions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/f;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/f<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lz/a/f;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lz/a/f;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/o;->a:Lz/a/f;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "call"
|
||||
|
||||
invoke-static {p1, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p1, "t"
|
||||
|
||||
invoke-static {p2, p1}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object p1, p0, Lg0/o;->a:Lz/a/f;
|
||||
|
||||
invoke-static {p2}, Lf/h/a/f/f/n/f;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;Lg0/b0;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Lg0/b0<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "call"
|
||||
|
||||
invoke-static {p1, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p1, "response"
|
||||
|
||||
invoke-static {p2, p1}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p2}, Lg0/b0;->a()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Lg0/o;->a:Lz/a/f;
|
||||
|
||||
iget-object p2, p2, Lg0/b0;->b:Ljava/lang/Object;
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-object p1, p0, Lg0/o;->a:Lz/a/f;
|
||||
|
||||
new-instance v0, Lretrofit2/HttpException;
|
||||
|
||||
invoke-direct {v0, p2}, Lretrofit2/HttpException;-><init>(Lg0/b0;)V
|
||||
|
||||
invoke-static {v0}, Lf/h/a/f/f/n/f;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
|
@ -1,52 +0,0 @@
|
|||
.class public final Lg0/p;
|
||||
.super Ly/n/c/k;
|
||||
.source "KotlinExtensions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ly/n/c/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"Ljava/lang/Throwable;",
|
||||
"Lkotlin/Unit;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic $this_awaitResponse$inlined:Lg0/d;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/d;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/p;->$this_awaitResponse$inlined:Lg0/d;
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
invoke-direct {p0, p1}, Ly/n/c/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
iget-object p1, p0, Lg0/p;->$this_awaitResponse$inlined:Lg0/d;
|
||||
|
||||
invoke-interface {p1}, Lg0/d;->cancel()V
|
||||
|
||||
sget-object p1, Lkotlin/Unit;->a:Lkotlin/Unit;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,92 +0,0 @@
|
|||
.class public final Lg0/q;
|
||||
.super Ljava/lang/Object;
|
||||
.source "KotlinExtensions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lg0/f;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lg0/f<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lz/a/f;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lz/a/f;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/q;->a:Lz/a/f;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Ljava/lang/Throwable;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "call"
|
||||
|
||||
invoke-static {p1, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p1, "t"
|
||||
|
||||
invoke-static {p2, p1}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object p1, p0, Lg0/q;->a:Lz/a/f;
|
||||
|
||||
invoke-static {p2}, Lf/h/a/f/f/n/f;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public b(Lg0/d;Lg0/b0;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lg0/d<",
|
||||
"TT;>;",
|
||||
"Lg0/b0<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "call"
|
||||
|
||||
invoke-static {p1, v0}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p1, "response"
|
||||
|
||||
invoke-static {p2, p1}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object p1, p0, Lg0/q;->a:Lz/a/f;
|
||||
|
||||
invoke-interface {p1, p2}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,48 +0,0 @@
|
|||
.class public final Lg0/r;
|
||||
.super Ljava/lang/Object;
|
||||
.source "KotlinExtensions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/lang/Runnable;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic d:Lkotlin/coroutines/Continuation;
|
||||
|
||||
.field public final synthetic e:Ljava/lang/Exception;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/Continuation;Ljava/lang/Exception;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/r;->d:Lkotlin/coroutines/Continuation;
|
||||
|
||||
iput-object p2, p0, Lg0/r;->e:Ljava/lang/Exception;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final run()V
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lg0/r;->d:Lkotlin/coroutines/Continuation;
|
||||
|
||||
invoke-static {v0}, Ly/i/s;->intercepted(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
iget-object v1, p0, Lg0/r;->e:Ljava/lang/Exception;
|
||||
|
||||
invoke-static {v1}, Lf/h/a/f/f/n/f;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-interface {v0, v1}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -1,56 +0,0 @@
|
|||
.class public final Lg0/s;
|
||||
.super Ly/k/h/a/c;
|
||||
.source "KotlinExtensions.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Ly/k/h/a/d;
|
||||
c = "retrofit2.KotlinExtensions"
|
||||
f = "KotlinExtensions.kt"
|
||||
l = {
|
||||
0x71
|
||||
}
|
||||
m = "suspendAndThrow"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public L$0:Ljava/lang/Object;
|
||||
|
||||
.field public label:I
|
||||
|
||||
.field public synthetic result:Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/Continuation;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0, p1}, Ly/k/h/a/c;-><init>(Lkotlin/coroutines/Continuation;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
iput-object p1, p0, Lg0/s;->result:Ljava/lang/Object;
|
||||
|
||||
iget p1, p0, Lg0/s;->label:I
|
||||
|
||||
const/high16 v0, -0x80000000
|
||||
|
||||
or-int/2addr p1, v0
|
||||
|
||||
iput p1, p0, Lg0/s;->label:I
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
invoke-static {p1, p0}, Ly/i/s;->S(Ljava/lang/Exception;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -1,129 +0,0 @@
|
|||
.class public Lg0/t$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "OkHttpCall.java"
|
||||
|
||||
# interfaces
|
||||
.implements Lc0/g;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lg0/t;->Y(Lg0/f;)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Lg0/f;
|
||||
|
||||
.field public final synthetic b:Lg0/t;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/t;Lg0/f;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lg0/t$a;->b:Lg0/t;
|
||||
|
||||
iput-object p2, p0, Lg0/t$a;->a:Lg0/f;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a(Lc0/f;Lokhttp3/Response;)V
|
||||
.locals 1
|
||||
|
||||
:try_start_0
|
||||
iget-object p1, p0, Lg0/t$a;->b:Lg0/t;
|
||||
|
||||
invoke-virtual {p1, p2}, Lg0/t;->d(Lokhttp3/Response;)Lg0/b0;
|
||||
|
||||
move-result-object p1
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_1
|
||||
|
||||
:try_start_1
|
||||
iget-object p2, p0, Lg0/t$a;->a:Lg0/f;
|
||||
|
||||
iget-object v0, p0, Lg0/t$a;->b:Lg0/t;
|
||||
|
||||
invoke-interface {p2, v0, p1}, Lg0/f;->b(Lg0/d;Lg0/b0;)V
|
||||
:try_end_1
|
||||
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:catchall_0
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->o(Ljava/lang/Throwable;)V
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
|
||||
:catchall_1
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->o(Ljava/lang/Throwable;)V
|
||||
|
||||
:try_start_2
|
||||
iget-object p2, p0, Lg0/t$a;->a:Lg0/f;
|
||||
|
||||
iget-object v0, p0, Lg0/t$a;->b:Lg0/t;
|
||||
|
||||
invoke-interface {p2, v0, p1}, Lg0/f;->a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
:try_end_2
|
||||
.catchall {:try_start_2 .. :try_end_2} :catchall_2
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:catchall_2
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->o(Ljava/lang/Throwable;)V
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
||||
|
||||
:goto_1
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public b(Lc0/f;Ljava/io/IOException;)V
|
||||
.locals 1
|
||||
|
||||
:try_start_0
|
||||
iget-object p1, p0, Lg0/t$a;->a:Lg0/f;
|
||||
|
||||
iget-object v0, p0, Lg0/t$a;->b:Lg0/t;
|
||||
|
||||
invoke-interface {p1, v0, p2}, Lg0/f;->a(Lg0/d;Ljava/lang/Throwable;)V
|
||||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:catchall_0
|
||||
move-exception p1
|
||||
|
||||
invoke-static {p1}, Lg0/h0;->o(Ljava/lang/Throwable;)V
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
|
@ -1,59 +0,0 @@
|
|||
.class public Lg0/t$b$a;
|
||||
.super Ld0/j;
|
||||
.source "OkHttpCall.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lg0/t$b;-><init>(Lokhttp3/ResponseBody;)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic e:Lg0/t$b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lg0/t$b;Ld0/x;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lg0/t$b$a;->e:Lg0/t$b;
|
||||
|
||||
invoke-direct {p0, p2}, Ld0/j;-><init>(Ld0/x;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public x0(Ld0/e;J)J
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/io/IOException;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
:try_start_0
|
||||
invoke-super {p0, p1, p2, p3}, Ld0/j;->x0(Ld0/e;J)J
|
||||
|
||||
move-result-wide p1
|
||||
:try_end_0
|
||||
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-wide p1
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
||||
iget-object p2, p0, Lg0/t$b$a;->e:Lg0/t$b;
|
||||
|
||||
iput-object p1, p2, Lg0/t$b;->h:Ljava/io/IOException;
|
||||
|
||||
throw p1
|
||||
.end method
|
|
@ -1,96 +0,0 @@
|
|||
.class public final Lg0/t$b;
|
||||
.super Lokhttp3/ResponseBody;
|
||||
.source "OkHttpCall.java"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lg0/t;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final f:Lokhttp3/ResponseBody;
|
||||
|
||||
.field public final g:Ld0/g;
|
||||
|
||||
.field public h:Ljava/io/IOException;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lokhttp3/ResponseBody;)V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Lokhttp3/ResponseBody;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lg0/t$b;->f:Lokhttp3/ResponseBody;
|
||||
|
||||
new-instance v0, Lg0/t$b$a;
|
||||
|
||||
invoke-virtual {p1}, Lokhttp3/ResponseBody;->c()Ld0/g;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lg0/t$b$a;-><init>(Lg0/t$b;Ld0/x;)V
|
||||
|
||||
const-string p1, "$this$buffer"
|
||||
|
||||
invoke-static {v0, p1}, Ly/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance p1, Ld0/r;
|
||||
|
||||
invoke-direct {p1, v0}, Ld0/r;-><init>(Ld0/x;)V
|
||||
|
||||
iput-object p1, p0, Lg0/t$b;->g:Ld0/g;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public a()J
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lg0/t$b;->f:Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {v0}, Lokhttp3/ResponseBody;->a()J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
return-wide v0
|
||||
.end method
|
||||
|
||||
.method public b()Lokhttp3/MediaType;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/t$b;->f:Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {v0}, Lokhttp3/ResponseBody;->b()Lokhttp3/MediaType;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public c()Ld0/g;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/t$b;->g:Ld0/g;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public close()V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lg0/t$b;->f:Lokhttp3/ResponseBody;
|
||||
|
||||
invoke-virtual {v0}, Lokhttp3/ResponseBody;->close()V
|
||||
|
||||
return-void
|
||||
.end method
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue