ReflectionDatabaseConnectionProxyFactory.smali
.class public Lcom/j256/ormlite/support/ReflectionDatabaseConnectionProxyFactory;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/j256/ormlite/support/DatabaseConnectionProxyFactory;
# instance fields
.field private final constructor:Ljava/lang/reflect/Constructor;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/reflect/Constructor<",
"+",
"Lcom/j256/ormlite/support/DatabaseConnection;",
">;"
}
.end annotation
.end field
.field private final proxyClass:Ljava/lang/Class;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Class<",
"+",
"Lcom/j256/ormlite/support/DatabaseConnection;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/lang/Class;)V
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"+",
"Lcom/j256/ormlite/support/DatabaseConnection;",
">;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/IllegalArgumentException;
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/j256/ormlite/support/ReflectionDatabaseConnectionProxyFactory;->proxyClass:Ljava/lang/Class;
const/4 v0, 0x1
:try_start_6
new-array v0, v0, [Ljava/lang/Class;
const/4 v1, 0x0
.line 3
const-class v2, Lcom/j256/ormlite/support/DatabaseConnection;
aput-object v2, v0, v1
invoke-virtual {p1, v0}, Ljava/lang/Class;->getConstructor([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
move-result-object v0
iput-object v0, p0, Lcom/j256/ormlite/support/ReflectionDatabaseConnectionProxyFactory;->constructor:Ljava/lang/reflect/Constructor;
:try_end_13
.catch Ljava/lang/Exception; {:try_start_6 .. :try_end_13} :catch_14
return-void
.line 4
:catch_14
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "Could not find constructor with DatabaseConnection argument in "
.line 5
invoke-static {v1, p1}, Landroidx/appcompat/app/l;->a(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/String;
move-result-object p1
.line 6
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
# virtual methods
.method public createProxy(Lcom/j256/ormlite/support/DatabaseConnection;)Lcom/j256/ormlite/support/DatabaseConnection;
.registers 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/sql/SQLException;
}
.end annotation
.line 1
:try_start_0
iget-object v0, p0, Lcom/j256/ormlite/support/ReflectionDatabaseConnectionProxyFactory;->constructor:Ljava/lang/reflect/Constructor;
const/4 v1, 0x1
new-array v1, v1, [Ljava/lang/Object;
const/4 v2, 0x0
aput-object p1, v1, v2
invoke-virtual {v0, v1}, Ljava/lang/reflect/Constructor;->newInstance([Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Lcom/j256/ormlite/support/DatabaseConnection;
:try_end_e
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_e} :catch_f
return-object p1
:catch_f
move-exception p1
const-string v0, "Could not create a new instance of "
.line 2
invoke-static {v0}, Landroid/support/v4/media/c;->c(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
.line 3
iget-object v1, p0, Lcom/j256/ormlite/support/ReflectionDatabaseConnectionProxyFactory;->proxyClass:Ljava/lang/Class;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
invoke-static {v0, p1}, Lcom/j256/ormlite/misc/SqlExceptionUtil;->create(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/sql/SQLException;
move-result-object p1
throw p1
.end method