tmap/smali_classes4/com/thoughtworks/xstream/mapper/Mapper$ImplicitCollectionMapping.smali
2022-06-10 21:38:30 +09:00

29 lines
721 B
Smali

.class public interface abstract Lcom/thoughtworks/xstream/mapper/Mapper$ImplicitCollectionMapping;
.super Ljava/lang/Object;
.source "Mapper.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/thoughtworks/xstream/mapper/Mapper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "ImplicitCollectionMapping"
.end annotation
# virtual methods
.method public abstract getFieldName()Ljava/lang/String;
.end method
.method public abstract getItemFieldName()Ljava/lang/String;
.end method
.method public abstract getItemType()Ljava/lang/Class;
.end method
.method public abstract getKeyFieldName()Ljava/lang/String;
.end method