public abstract class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext implements javax.ws.rs.ext.WriterInterceptorContext
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
  super_class: java.lang.Object
{
  protected javax.ws.rs.ext.WriterInterceptor[] interceptors;
    descriptor: [Ljavax/ws/rs/ext/WriterInterceptor;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Object entity;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Class type;
    descriptor: Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.reflect.Type genericType;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.annotation.Annotation[] annotations;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x0004) ACC_PROTECTED

  protected javax.ws.rs.core.MediaType mediaType;
    descriptor: Ljavax/ws/rs/core/MediaType;
    flags: (0x0004) ACC_PROTECTED

  protected javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object> headers;
    descriptor: Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;

  protected java.io.OutputStream outputStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0004) ACC_PROTECTED

  protected int index;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory;
    descriptor: Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(javax.ws.rs.ext.WriterInterceptor[], java.lang.annotation.Annotation[], , java.lang.reflect.Type, javax.ws.rs.core.MediaType, java.lang.Class, java.io.OutputStream, org.jboss.resteasy.spi.ResteasyProviderFactory, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>);
    descriptor: ([Ljavax/ws/rs/ext/WriterInterceptor;[Ljava/lang/annotation/Annotation;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljavax/ws/rs/core/MediaType;Ljava/lang/Class;Ljava/io/OutputStream;Lorg/jboss/resteasy/spi/ResteasyProviderFactory;Ljavax/ws/rs/core/MultivaluedMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=10, args_size=10
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
        start local 1 // javax.ws.rs.ext.WriterInterceptor[] interceptors
        start local 2 // java.lang.annotation.Annotation[] annotations
        start local 3 // java.lang.Object entity
        start local 4 // java.lang.reflect.Type genericType
        start local 5 // javax.ws.rs.core.MediaType mediaType
        start local 6 // java.lang.Class type
        start local 7 // java.io.OutputStream outputStream
        start local 8 // org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
        start local 9 // javax.ws.rs.core.MultivaluedMap headers
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.index:I
         2: .line 38
            aload 0 /* this */
            aload 8 /* providerFactory */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
         3: .line 39
            aload 0 /* this */
            aload 1 /* interceptors */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.interceptors:[Ljavax/ws/rs/ext/WriterInterceptor;
         4: .line 40
            aload 0 /* this */
            aload 2 /* annotations */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.annotations:[Ljava/lang/annotation/Annotation;
         5: .line 41
            aload 0 /* this */
            aload 3 /* entity */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.entity:Ljava/lang/Object;
         6: .line 42
            aload 0 /* this */
            aload 4 /* genericType */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.genericType:Ljava/lang/reflect/Type;
         7: .line 43
            aload 0 /* this */
            aload 5 /* mediaType */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.mediaType:Ljavax/ws/rs/core/MediaType;
         8: .line 44
            aload 0 /* this */
            aload 6 /* type */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.type:Ljava/lang/Class;
         9: .line 45
            aload 0 /* this */
            aload 7 /* outputStream */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.outputStream:Ljava/io/OutputStream;
        10: .line 46
            aload 0 /* this */
            aload 9 /* headers */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.headers:Ljavax/ws/rs/core/MultivaluedMap;
        11: .line 47
            return
        end local 9 // javax.ws.rs.core.MultivaluedMap headers
        end local 8 // org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
        end local 7 // java.io.OutputStream outputStream
        end local 6 // java.lang.Class type
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.reflect.Type genericType
        end local 3 // java.lang.Object entity
        end local 2 // java.lang.annotation.Annotation[] annotations
        end local 1 // javax.ws.rs.ext.WriterInterceptor[] interceptors
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            0   12     1     interceptors  [Ljavax/ws/rs/ext/WriterInterceptor;
            0   12     2      annotations  [Ljava/lang/annotation/Annotation;
            0   12     3           entity  Ljava/lang/Object;
            0   12     4      genericType  Ljava/lang/reflect/Type;
            0   12     5        mediaType  Ljavax/ws/rs/core/MediaType;
            0   12     6             type  Ljava/lang/Class;
            0   12     7     outputStream  Ljava/io/OutputStream;
            0   12     8  providerFactory  Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            0   12     9          headers  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: ([Ljavax/ws/rs/ext/WriterInterceptor;[Ljava/lang/annotation/Annotation;Ljava/lang/Object;Ljava/lang/reflect/Type;Ljavax/ws/rs/core/MediaType;Ljava/lang/Class;Ljava/io/OutputStream;Lorg/jboss/resteasy/spi/ResteasyProviderFactory;Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
                 Name  Flags
      interceptors     
      annotations      
      entity           
      genericType      
      mediaType        
      type             
      outputStream     
      providerFactory  
      headers          

  public java.lang.Object getEntity();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 51
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.entity:Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;

  public void setEntity(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
        start local 1 // java.lang.Object entity
         0: .line 56
            aload 0 /* this */
            aload 1 /* entity */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.entity:Ljava/lang/Object;
         1: .line 57
            return
        end local 1 // java.lang.Object entity
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            0    2     1  entity  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      entity  

  public java.lang.Class getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 61
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.type:Ljava/lang/Class;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;

  public void setType(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
        start local 1 // java.lang.Class type
         0: .line 66
            aload 0 /* this */
            aload 1 /* type */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.type:Ljava/lang/Class;
         1: .line 67
            return
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            0    2     1  type  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      type  

  public java.lang.reflect.Type getGenericType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 71
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.genericType:Ljava/lang/reflect/Type;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;

  public void setGenericType(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
        start local 1 // java.lang.reflect.Type genericType
         0: .line 76
            aload 0 /* this */
            aload 1 /* genericType */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.genericType:Ljava/lang/reflect/Type;
         1: .line 77
            return
        end local 1 // java.lang.reflect.Type genericType
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            0    2     1  genericType  Ljava/lang/reflect/Type;
    MethodParameters:
             Name  Flags
      genericType  

  public java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 81
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.annotations:[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;

  public void setAnnotations(java.lang.annotation.Annotation[]);
    descriptor: ([Ljava/lang/annotation/Annotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
        start local 1 // java.lang.annotation.Annotation[] annotations
         0: .line 86
            aload 1 /* annotations */
            ifnonnull 1
            new java.lang.NullPointerException
            dup
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.annotationsParamNull:()Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         1: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* annotations */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.annotations:[Ljava/lang/annotation/Annotation;
         2: .line 88
            return
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            0    3     1  annotations  [Ljava/lang/annotation/Annotation;
    MethodParameters:
             Name  Flags
      annotations  

  public javax.ws.rs.core.MediaType getMediaType();
    descriptor: ()Ljavax/ws/rs/core/MediaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 92
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.mediaType:Ljavax/ws/rs/core/MediaType;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;

  public void setMediaType(javax.ws.rs.core.MediaType);
    descriptor: (Ljavax/ws/rs/core/MediaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
        start local 1 // javax.ws.rs.core.MediaType mediaType
         0: .line 97
            aload 0 /* this */
            aload 1 /* mediaType */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.mediaType:Ljavax/ws/rs/core/MediaType;
         1: .line 98
            return
        end local 1 // javax.ws.rs.core.MediaType mediaType
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            0    2     1  mediaType  Ljavax/ws/rs/core/MediaType;
    MethodParameters:
           Name  Flags
      mediaType  

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object> getHeaders();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 102
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.headers:Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;

  public java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 107
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.outputStream:Ljava/io/OutputStream;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;

  public void setOutputStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
        start local 1 // java.io.OutputStream outputStream
         0: .line 112
            aload 0 /* this */
            aload 1 /* outputStream */
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.outputStream:Ljava/io/OutputStream;
         1: .line 113
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            0    2     1  outputStream  Ljava/io/OutputStream;
    MethodParameters:
              Name  Flags
      outputStream  

  public void proceed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 117
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            ldc "Interceptor Context: %s,  Method : proceed"
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 119
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.interceptors:[Ljavax/ws/rs/ext/WriterInterceptor;
            ifnull 2
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.index:I
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.interceptors:[Ljavax/ws/rs/ext/WriterInterceptor;
            arraylength
            if_icmplt 7
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.getWriter:()Ljavax/ws/rs/ext/MessageBodyWriter;
            astore 1 /* writer */
        start local 1 // javax.ws.rs.ext.MessageBodyWriter writer
         3: .line 122
            aload 1 /* writer */
            ifnull 5
         4: .line 123
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            ldc "MessageBodyWriter: %s"
            aload 1 /* writer */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 124
      StackMap locals: javax.ws.rs.ext.MessageBodyWriter
      StackMap stack:
            aload 0 /* this */
            aload 1 /* writer */
            invokevirtual org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.writeTo:(Ljavax/ws/rs/ext/MessageBodyWriter;)V
        end local 1 // javax.ws.rs.ext.MessageBodyWriter writer
         6: .line 125
            goto 9
         7: .line 128
      StackMap locals:
      StackMap stack:
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            ldc "WriterInterceptor: %s"
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.interceptors:[Ljavax/ws/rs/ext/WriterInterceptor;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.index:I
            aaload
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         8: .line 129
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.interceptors:[Ljavax/ws/rs/ext/WriterInterceptor;
            aload 0 /* this */
            dup
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.index:I
            dup_x1
            iconst_1
            iadd
            putfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.index:I
            aaload
            aload 0 /* this */
            invokeinterface javax.ws.rs.ext.WriterInterceptor.aroundWriteTo:(Ljavax/ws/rs/ext/WriterInterceptorContext;)V
         9: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            3    6     1  writer  Ljavax/ws/rs/ext/MessageBodyWriter;
    Exceptions:
      throws java.io.IOException, javax.ws.rs.WebApplicationException

  protected void writeTo(javax.ws.rs.ext.MessageBodyWriter);
    descriptor: (Ljavax/ws/rs/ext/MessageBodyWriter;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
        start local 1 // javax.ws.rs.ext.MessageBodyWriter writer
         0: .line 137
            aload 1 /* writer */
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.entity:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.type:Ljava/lang/Class;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.genericType:Ljava/lang/reflect/Type;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.annotations:[Ljava/lang/annotation/Annotation;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.mediaType:Ljavax/ws/rs/core/MediaType;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.headers:Ljavax/ws/rs/core/MultivaluedMap;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.outputStream:Ljava/io/OutputStream;
            invokeinterface javax.ws.rs.ext.MessageBodyWriter.writeTo:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
         1: .line 138
            return
        end local 1 // javax.ws.rs.ext.MessageBodyWriter writer
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            0    2     1  writer  Ljavax/ws/rs/ext/MessageBodyWriter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      writer  

  protected javax.ws.rs.ext.MessageBodyWriter getWriter();
    descriptor: ()Ljavax/ws/rs/ext/MessageBodyWriter;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
         0: .line 142
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.resolveWriter:()Ljavax/ws/rs/ext/MessageBodyWriter;
            astore 1 /* writer */
        start local 1 // javax.ws.rs.ext.MessageBodyWriter writer
         1: .line 144
            aload 1 /* writer */
            ifnonnull 3
         2: .line 146
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.throwWriterNotFoundException:()V
         3: .line 148
      StackMap locals: javax.ws.rs.ext.MessageBodyWriter
      StackMap stack:
            aload 1 /* writer */
            areturn
        end local 1 // javax.ws.rs.ext.MessageBodyWriter writer
        end local 0 // org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/jboss/resteasy/core/interception/AbstractWriterInterceptorContext;
            1    4     1  writer  Ljavax/ws/rs/ext/MessageBodyWriter;

  protected abstract javax.ws.rs.ext.MessageBodyWriter resolveWriter();
    descriptor: ()Ljavax/ws/rs/ext/MessageBodyWriter;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  abstract void throwWriterNotFoundException();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT
}
SourceFile: "AbstractWriterInterceptorContext.java"