public class org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade implements javax.ws.rs.ext.WriterInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade
  super_class: java.lang.Object
{
  protected final org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor interceptor;
    descriptor: Lorg/jboss/resteasy/spi/interception/MessageBodyWriterInterceptor;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor);
    descriptor: (Lorg/jboss/resteasy/spi/interception/MessageBodyWriterInterceptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade this
        start local 1 // org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor interceptor
         0: .line 155
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 157
            aload 0 /* this */
            aload 1 /* interceptor */
            putfield org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade.interceptor:Lorg/jboss/resteasy/spi/interception/MessageBodyWriterInterceptor;
         2: .line 158
            return
        end local 1 // org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor interceptor
        end local 0 // org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jboss/resteasy/core/interception/WriterInterceptorRegistry$WriterInterceptorFacade;
            0    3     1  interceptor  Lorg/jboss/resteasy/spi/interception/MessageBodyWriterInterceptor;
    MethodParameters:
             Name  Flags
      interceptor  

  public org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor getInterceptor();
    descriptor: ()Lorg/jboss/resteasy/spi/interception/MessageBodyWriterInterceptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade this
         0: .line 162
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade.interceptor:Lorg/jboss/resteasy/spi/interception/MessageBodyWriterInterceptor;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/WriterInterceptorRegistry$WriterInterceptorFacade;

  public void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext);
    descriptor: (Ljavax/ws/rs/ext/WriterInterceptorContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade this
        start local 1 // javax.ws.rs.ext.WriterInterceptorContext writerInterceptorContext
         0: .line 168
            new org.jboss.resteasy.core.interception.WriterInterceptorRegistry$MessageBodyWriterContextFacade
            dup
            aload 1 /* writerInterceptorContext */
            invokespecial org.jboss.resteasy.core.interception.WriterInterceptorRegistry$MessageBodyWriterContextFacade.<init>:(Ljavax/ws/rs/ext/WriterInterceptorContext;)V
            astore 2 /* facade */
        start local 2 // org.jboss.resteasy.core.interception.WriterInterceptorRegistry$MessageBodyWriterContextFacade facade
         1: .line 169
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade.interceptor:Lorg/jboss/resteasy/spi/interception/MessageBodyWriterInterceptor;
            aload 2 /* facade */
            invokeinterface org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor.write:(Lorg/jboss/resteasy/spi/interception/MessageBodyWriterContext;)V
         2: .line 170
            return
        end local 2 // org.jboss.resteasy.core.interception.WriterInterceptorRegistry$MessageBodyWriterContextFacade facade
        end local 1 // javax.ws.rs.ext.WriterInterceptorContext writerInterceptorContext
        end local 0 // org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    3     0                      this  Lorg/jboss/resteasy/core/interception/WriterInterceptorRegistry$WriterInterceptorFacade;
            0    3     1  writerInterceptorContext  Ljavax/ws/rs/ext/WriterInterceptorContext;
            1    3     2                    facade  Lorg/jboss/resteasy/core/interception/WriterInterceptorRegistry$MessageBodyWriterContextFacade;
    Exceptions:
      throws java.io.IOException, javax.ws.rs.WebApplicationException
    MethodParameters:
                          Name  Flags
      writerInterceptorContext  
}
SourceFile: "WriterInterceptorRegistry.java"
NestHost: org.jboss.resteasy.core.interception.WriterInterceptorRegistry
InnerClasses:
  private MessageBodyWriterContextFacade = org.jboss.resteasy.core.interception.WriterInterceptorRegistry$MessageBodyWriterContextFacade of org.jboss.resteasy.core.interception.WriterInterceptorRegistry
  public WriterInterceptorFacade = org.jboss.resteasy.core.interception.WriterInterceptorRegistry$WriterInterceptorFacade of org.jboss.resteasy.core.interception.WriterInterceptorRegistry