59 lines
1.6 KiB
Smali
59 lines
1.6 KiB
Smali
.class public Lcom/fasterxml/jackson/databind/deser/impl/NoClassDefFoundDeserializer;
|
|
.super Lcom/fasterxml/jackson/databind/JsonDeserializer;
|
|
.source "NoClassDefFoundDeserializer.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Lcom/fasterxml/jackson/databind/JsonDeserializer<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final _cause:Ljava/lang/NoClassDefFoundError;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/NoClassDefFoundError;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/fasterxml/jackson/databind/JsonDeserializer;-><init>()V
|
|
|
|
.line 2
|
|
iput-object p1, p0, Lcom/fasterxml/jackson/databind/deser/impl/NoClassDefFoundDeserializer;->_cause:Ljava/lang/NoClassDefFoundError;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public deserialize(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/fasterxml/jackson/core/JsonParser;",
|
|
"Lcom/fasterxml/jackson/databind/DeserializationContext;",
|
|
")TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iget-object p1, p0, Lcom/fasterxml/jackson/databind/deser/impl/NoClassDefFoundDeserializer;->_cause:Ljava/lang/NoClassDefFoundError;
|
|
|
|
throw p1
|
|
.end method
|