.class public interface abstract Lcom/fasterxml/jackson/databind/Module$SetupContext; .super Ljava/lang/Object; .source "Module.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Lcom/fasterxml/jackson/databind/Module; .end annotation .annotation system Ldalvik/annotation/InnerClass; accessFlags = 0x609 name = "SetupContext" .end annotation # virtual methods .method public abstract addAbstractTypeResolver(Lcom/fasterxml/jackson/databind/AbstractTypeResolver;)V .end method .method public abstract addBeanDeserializerModifier(Lcom/fasterxml/jackson/databind/deser/BeanDeserializerModifier;)V .end method .method public abstract addBeanSerializerModifier(Lcom/fasterxml/jackson/databind/ser/BeanSerializerModifier;)V .end method .method public abstract addDeserializationProblemHandler(Lcom/fasterxml/jackson/databind/deser/DeserializationProblemHandler;)V .end method .method public abstract addDeserializers(Lcom/fasterxml/jackson/databind/deser/Deserializers;)V .end method .method public abstract addKeyDeserializers(Lcom/fasterxml/jackson/databind/deser/KeyDeserializers;)V .end method .method public abstract addKeySerializers(Lcom/fasterxml/jackson/databind/ser/Serializers;)V .end method .method public abstract addSerializers(Lcom/fasterxml/jackson/databind/ser/Serializers;)V .end method .method public abstract addTypeModifier(Lcom/fasterxml/jackson/databind/type/TypeModifier;)V .end method .method public abstract addValueInstantiators(Lcom/fasterxml/jackson/databind/deser/ValueInstantiators;)V .end method .method public abstract appendAnnotationIntrospector(Lcom/fasterxml/jackson/databind/AnnotationIntrospector;)V .end method .method public abstract getMapperVersion()Lcom/fasterxml/jackson/core/Version; .end method .method public abstract getOwner()Lcom/fasterxml/jackson/core/ObjectCodec; .annotation system Ldalvik/annotation/Signature; value = { "()TC;" } .end annotation .end method .method public abstract getTypeFactory()Lcom/fasterxml/jackson/databind/type/TypeFactory; .end method .method public abstract insertAnnotationIntrospector(Lcom/fasterxml/jackson/databind/AnnotationIntrospector;)V .end method .method public abstract isEnabled(Lcom/fasterxml/jackson/core/JsonFactory$Feature;)Z .end method .method public abstract isEnabled(Lcom/fasterxml/jackson/core/JsonGenerator$Feature;)Z .end method .method public abstract isEnabled(Lcom/fasterxml/jackson/core/JsonParser$Feature;)Z .end method .method public abstract isEnabled(Lcom/fasterxml/jackson/databind/DeserializationFeature;)Z .end method .method public abstract isEnabled(Lcom/fasterxml/jackson/databind/MapperFeature;)Z .end method .method public abstract isEnabled(Lcom/fasterxml/jackson/databind/SerializationFeature;)Z .end method .method public varargs abstract registerSubtypes([Lcom/fasterxml/jackson/databind/jsontype/NamedType;)V .end method .method public varargs abstract registerSubtypes([Ljava/lang/Class;)V .annotation system Ldalvik/annotation/Signature; value = { "([", "Ljava/lang/Class<", "*>;)V" } .end annotation .end method .method public abstract setClassIntrospector(Lcom/fasterxml/jackson/databind/introspect/ClassIntrospector;)V .end method .method public abstract setMixInAnnotations(Ljava/lang/Class;Ljava/lang/Class;)V .annotation system Ldalvik/annotation/Signature; value = { "(", "Ljava/lang/Class<", "*>;", "Ljava/lang/Class<", "*>;)V" } .end annotation .end method .method public abstract setNamingStrategy(Lcom/fasterxml/jackson/databind/PropertyNamingStrategy;)V .end method