public class io.micronaut.http.HttpResponseWrapper<B> extends io.micronaut.http.HttpMessageWrapper<B> implements io.micronaut.http.HttpResponse<B>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.micronaut.http.HttpResponseWrapper
  super_class: io.micronaut.http.HttpMessageWrapper
{
  public void <init>(io.micronaut.http.HttpResponse<B>);
    descriptor: (Lio/micronaut/http/HttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.http.HttpResponseWrapper this
        start local 1 // io.micronaut.http.HttpResponse delegate
         0: .line 30
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.micronaut.http.HttpMessageWrapper.<init>:(Lio/micronaut/http/HttpMessage;)V
         1: .line 31
            return
        end local 1 // io.micronaut.http.HttpResponse delegate
        end local 0 // io.micronaut.http.HttpResponseWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/micronaut/http/HttpResponseWrapper<TB;>;
            0    2     1  delegate  Lio/micronaut/http/HttpResponse<TB;>;
    Signature: (Lio/micronaut/http/HttpResponse<TB;>;)V
    MethodParameters:
          Name  Flags
      delegate  

  public io.micronaut.http.HttpStatus getStatus();
    descriptor: ()Lio/micronaut/http/HttpStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.HttpResponseWrapper this
         0: .line 35
            aload 0 /* this */
            invokevirtual io.micronaut.http.HttpResponseWrapper.getDelegate:()Lio/micronaut/http/HttpResponse;
            invokeinterface io.micronaut.http.HttpResponse.getStatus:()Lio/micronaut/http/HttpStatus;
            areturn
        end local 0 // io.micronaut.http.HttpResponseWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/HttpResponseWrapper<TB;>;

  public io.micronaut.http.HttpResponse<B> getDelegate();
    descriptor: ()Lio/micronaut/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.HttpResponseWrapper this
         0: .line 40
            aload 0 /* this */
            invokespecial io.micronaut.http.HttpMessageWrapper.getDelegate:()Lio/micronaut/http/HttpMessage;
            checkcast io.micronaut.http.HttpResponse
            areturn
        end local 0 // io.micronaut.http.HttpResponseWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/HttpResponseWrapper<TB;>;
    Signature: ()Lio/micronaut/http/HttpResponse<TB;>;

  public io.micronaut.http.HttpMessage getDelegate();
    descriptor: ()Lio/micronaut/http/HttpMessage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.micronaut.http.HttpResponseWrapper.getDelegate:()Lio/micronaut/http/HttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <B:Ljava/lang/Object;>Lio/micronaut/http/HttpMessageWrapper<TB;>;Lio/micronaut/http/HttpResponse<TB;>;
SourceFile: "HttpResponseWrapper.java"