public class io.dropwizard.jersey.jackson.JacksonMessageBodyProvider extends com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jersey.jackson.JacksonMessageBodyProvider
  super_class: com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider
{
  private final com.fasterxml.jackson.databind.ObjectMapper mapper;
    descriptor: Lcom/fasterxml/jackson/databind/ObjectMapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.fasterxml.jackson.databind.ObjectMapper);
    descriptor: (Lcom/fasterxml/jackson/databind/ObjectMapper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
        start local 1 // com.fasterxml.jackson.databind.ObjectMapper mapper
         0: .line 21
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider.<init>:()V
         1: .line 22
            aload 0 /* this */
            aload 1 /* mapper */
            putfield io.dropwizard.jersey.jackson.JacksonMessageBodyProvider.mapper:Lcom/fasterxml/jackson/databind/ObjectMapper;
         2: .line 23
            aload 0 /* this */
            aload 1 /* mapper */
            invokevirtual io.dropwizard.jersey.jackson.JacksonMessageBodyProvider.setMapper:(Lcom/fasterxml/jackson/databind/ObjectMapper;)V
         3: .line 24
            return
        end local 1 // com.fasterxml.jackson.databind.ObjectMapper mapper
        end local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/dropwizard/jersey/jackson/JacksonMessageBodyProvider;
            0    4     1  mapper  Lcom/fasterxml/jackson/databind/ObjectMapper;
    MethodParameters:
        Name  Flags
      mapper  

  public boolean isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.annotation.Annotation[] annotations
        start local 4 // javax.ws.rs.core.MediaType mediaType
         0: .line 31
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual io.dropwizard.jersey.jackson.JacksonMessageBodyProvider.isProvidable:(Ljava/lang/Class;)Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* genericType */
            aload 3 /* annotations */
            aload 4 /* mediaType */
            invokespecial com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider.isReadable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 4 // javax.ws.rs.core.MediaType mediaType
        end local 3 // java.lang.annotation.Annotation[] annotations
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/dropwizard/jersey/jackson/JacksonMessageBodyProvider;
            0    2     1         type  Ljava/lang/Class<*>;
            0    2     2  genericType  Ljava/lang/reflect/Type;
            0    2     3  annotations  [Ljava/lang/annotation/Annotation;
            0    2     4    mediaType  Ljavax/ws/rs/core/MediaType;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
      METHOD_FORMAL_PARAMETER, location=[ARRAY_ELEMENT]
        javax.annotation.Nullable()
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        javax.annotation.Nullable()
      2:
        javax.annotation.Nullable()
      3:
        javax.annotation.Nullable()
    MethodParameters:
             Name  Flags
      type         
      genericType  
      annotations  
      mediaType    

  public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.annotation.Annotation[] annotations
        start local 4 // javax.ws.rs.core.MediaType mediaType
         0: .line 39
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual io.dropwizard.jersey.jackson.JacksonMessageBodyProvider.isProvidable:(Ljava/lang/Class;)Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* genericType */
            aload 3 /* annotations */
            aload 4 /* mediaType */
            invokespecial com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider.isWriteable:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 4 // javax.ws.rs.core.MediaType mediaType
        end local 3 // java.lang.annotation.Annotation[] annotations
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/dropwizard/jersey/jackson/JacksonMessageBodyProvider;
            0    2     1         type  Ljava/lang/Class<*>;
            0    2     2  genericType  Ljava/lang/reflect/Type;
            0    2     3  annotations  [Ljava/lang/annotation/Annotation;
            0    2     4    mediaType  Ljavax/ws/rs/core/MediaType;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
      METHOD_FORMAL_PARAMETER, location=[ARRAY_ELEMENT]
        javax.annotation.Nullable()
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        javax.annotation.Nullable()
      2:
        javax.annotation.Nullable()
      3:
        javax.annotation.Nullable()
    MethodParameters:
             Name  Flags
      type         
      genericType  
      annotations  
      mediaType    

  private boolean isProvidable(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
        start local 1 // java.lang.Class type
         0: .line 43
            aload 1 /* type */
            ldc Lcom/fasterxml/jackson/annotation/JsonIgnoreType;
            invokevirtual java.lang.Class.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast com.fasterxml.jackson.annotation.JsonIgnoreType
            astore 2 /* ignore */
        start local 2 // com.fasterxml.jackson.annotation.JsonIgnoreType ignore
         1: .line 44
            aload 2 /* ignore */
            ifnull 2
            aload 2 /* ignore */
            invokeinterface com.fasterxml.jackson.annotation.JsonIgnoreType.value:()Z
            ifeq 2
            iconst_0
            ireturn
      StackMap locals: com.fasterxml.jackson.annotation.JsonIgnoreType
      StackMap stack:
         2: iconst_1
            ireturn
        end local 2 // com.fasterxml.jackson.annotation.JsonIgnoreType ignore
        end local 1 // java.lang.Class type
        end local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/dropwizard/jersey/jackson/JacksonMessageBodyProvider;
            0    3     1    type  Ljava/lang/Class<*>;
            1    3     2  ignore  Lcom/fasterxml/jackson/annotation/JsonIgnoreType;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  

  public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper();
    descriptor: ()Lcom/fasterxml/jackson/databind/ObjectMapper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
         0: .line 48
            aload 0 /* this */
            getfield io.dropwizard.jersey.jackson.JacksonMessageBodyProvider.mapper:Lcom/fasterxml/jackson/databind/ObjectMapper;
            areturn
        end local 0 // io.dropwizard.jersey.jackson.JacksonMessageBodyProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/jackson/JacksonMessageBodyProvider;
}
SourceFile: "JacksonMessageBodyProvider.java"