2022-06-10 21:38:30 +09:00

17 lines
621 B
Smali

.class public interface abstract Lcom/fasterxml/jackson/databind/deser/ValueInstantiators;
.super Ljava/lang/Object;
.source "ValueInstantiators.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/fasterxml/jackson/databind/deser/ValueInstantiators$Base;
}
.end annotation
# virtual methods
.method public abstract findValueInstantiator(Lcom/fasterxml/jackson/databind/DeserializationConfig;Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;)Lcom/fasterxml/jackson/databind/deser/ValueInstantiator;
.end method