apkfuckery/com.discord/smali_classes2/r0/k$a.smali

125 lines
2.8 KiB
Smali
Raw Normal View History

2020-09-02 04:07:20 +00:00
.class public final Lr0/k$a;
.super Lr0/k;
2020-05-17 12:40:10 +00:00
.source "ParameterHandler.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-09-02 04:07:20 +00:00
value = Lr0/k;
2020-05-17 12:40:10 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "a"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
2020-09-02 04:07:20 +00:00
"Lr0/k<",
2020-05-17 12:40:10 +00:00
"TT;>;"
}
.end annotation
# instance fields
2020-09-02 04:07:20 +00:00
.field public final a:Lr0/e;
2020-05-17 12:40:10 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
2020-09-02 04:07:20 +00:00
"Lr0/e<",
2020-05-17 12:40:10 +00:00
"TT;",
"Lokhttp3/RequestBody;",
">;"
}
.end annotation
.end field
# direct methods
2020-09-02 04:07:20 +00:00
.method public constructor <init>(Lr0/e;)V
2020-05-17 12:40:10 +00:00
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
2020-09-02 04:07:20 +00:00
"Lr0/e<",
2020-05-17 12:40:10 +00:00
"TT;",
"Lokhttp3/RequestBody;",
">;)V"
}
.end annotation
2020-09-02 04:07:20 +00:00
invoke-direct {p0}, Lr0/k;-><init>()V
2020-05-17 12:40:10 +00:00
2020-09-02 04:07:20 +00:00
iput-object p1, p0, Lr0/k$a;->a:Lr0/e;
2020-05-17 12:40:10 +00:00
return-void
.end method
# virtual methods
2020-09-02 04:07:20 +00:00
.method public a(Lr0/m;Ljava/lang/Object;)V
2020-05-17 12:40:10 +00:00
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
2020-09-02 04:07:20 +00:00
"Lr0/m;",
2020-05-17 12:40:10 +00:00
"TT;)V"
}
.end annotation
if-eqz p2, :cond_0
:try_start_0
2020-09-02 04:07:20 +00:00
iget-object v0, p0, Lr0/k$a;->a:Lr0/e;
2020-05-17 12:40:10 +00:00
2020-09-02 04:07:20 +00:00
invoke-interface {v0, p2}, Lr0/e;->a(Ljava/lang/Object;)Ljava/lang/Object;
2020-05-17 12:40:10 +00:00
move-result-object v0
check-cast v0, Lokhttp3/RequestBody;
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
2020-09-02 04:07:20 +00:00
iput-object v0, p1, Lr0/m;->j:Lokhttp3/RequestBody;
2020-05-17 12:40:10 +00:00
return-void
:catch_0
move-exception p1
new-instance v0, Ljava/lang/RuntimeException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "Unable to convert "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string p2, " to RequestBody"
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p2
invoke-direct {v0, p2, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
throw v0
:cond_0
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "Body parameter value must not be null."
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method