ParserConfig$2.smali 
.class final Lcom/alibaba/fastjson/parser/ParserConfig$2;
.super Ljava/lang/Object;
.source "ParserConfig.java"
# interfaces
.implements Lcom/alibaba/fastjson/util/Function;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/alibaba/fastjson/parser/ParserConfig;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x8
    name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Object;",
        "Lcom/alibaba/fastjson/util/Function<",
        "Ljava/lang/Class<",
        "*>;",
        "Ljava/lang/Boolean;",
        ">;"
    }
.end annotation
# direct methods
.method constructor <init>()V
    .registers 1
    .line 1146
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
    return-void
.end method
# virtual methods
.method public apply(Ljava/lang/Class;)Ljava/lang/Boolean;
    .registers 3
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/lang/Class<",
            "*>;)",
            "Ljava/lang/Boolean;"
        }
    .end annotation
    .line 1148
    const-class v0, Ljava/sql/Date;
    if-eq p1, v0, :cond_f
    const-class v0, Ljava/sql/Time;
    if-eq p1, v0, :cond_f
    const-class v0, Ljava/sql/Timestamp;
    if-ne p1, v0, :cond_d
    goto :goto_f
    :cond_d
    const/4 p1, 0x0
    goto :goto_10
    :cond_f
    :goto_f
    const/4 p1, 0x1
    :goto_10
    invoke-static {p1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
    move-result-object p1
    return-object p1
.end method
.method public bridge synthetic apply(Ljava/lang/Object;)Ljava/lang/Object;
    .registers 2
    .line 1146
    check-cast p1, Ljava/lang/Class;
    invoke-virtual {p0, p1}, Lcom/alibaba/fastjson/parser/ParserConfig$2;->apply(Ljava/lang/Class;)Ljava/lang/Boolean;
    move-result-object p1
    return-object p1
.end method