NativeUuidType.smali
.class public Lcom/j256/ormlite/field/types/NativeUuidType;
.super Lcom/j256/ormlite/field/types/UuidType;
.source "SourceFile"
# static fields
.field private static final singleTon:Lcom/j256/ormlite/field/types/NativeUuidType;
# direct methods
.method public static constructor <clinit>()V
.registers 1
new-instance v0, Lcom/j256/ormlite/field/types/NativeUuidType;
invoke-direct {v0}, Lcom/j256/ormlite/field/types/NativeUuidType;-><init>()V
sput-object v0, Lcom/j256/ormlite/field/types/NativeUuidType;->singleTon:Lcom/j256/ormlite/field/types/NativeUuidType;
return-void
.end method
.method private constructor <init>()V
.registers 2
.line 1
sget-object v0, Lcom/j256/ormlite/field/SqlType;->UUID:Lcom/j256/ormlite/field/SqlType;
invoke-direct {p0, v0}, Lcom/j256/ormlite/field/types/UuidType;-><init>(Lcom/j256/ormlite/field/SqlType;)V
return-void
.end method
.method public constructor <init>(Lcom/j256/ormlite/field/SqlType;[Ljava/lang/Class;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/j256/ormlite/field/SqlType;",
"[",
"Ljava/lang/Class<",
"*>;)V"
}
.end annotation
.line 2
invoke-direct {p0, p1, p2}, Lcom/j256/ormlite/field/types/UuidType;-><init>(Lcom/j256/ormlite/field/SqlType;[Ljava/lang/Class;)V
return-void
.end method
.method public static getSingleton()Lcom/j256/ormlite/field/types/NativeUuidType;
.registers 1
sget-object v0, Lcom/j256/ormlite/field/types/NativeUuidType;->singleTon:Lcom/j256/ormlite/field/types/NativeUuidType;
return-object v0
.end method