class org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter implements org.springframework.web.client.AsyncRequestCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter
  super_class: java.lang.Object
{
  private final org.springframework.web.client.RequestCallback adaptee;
    descriptor: Lorg/springframework/web/client/RequestCallback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.web.client.RequestCallback);
    descriptor: (Lorg/springframework/web/client/RequestCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter this
        start local 1 // org.springframework.web.client.RequestCallback requestCallback
         0: .line 676
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 677
            aload 0 /* this */
            aload 1 /* requestCallback */
            putfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter.adaptee:Lorg/springframework/web/client/RequestCallback;
         2: .line 678
            return
        end local 1 // org.springframework.web.client.RequestCallback requestCallback
        end local 0 // org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter;
            0    3     1  requestCallback  Lorg/springframework/web/client/RequestCallback;
    MethodParameters:
                 Name  Flags
      requestCallback  

  public void doWithRequest(org.springframework.http.client.AsyncClientHttpRequest);
    descriptor: (Lorg/springframework/http/client/AsyncClientHttpRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter this
        start local 1 // org.springframework.http.client.AsyncClientHttpRequest request
         0: .line 684
            aload 0 /* this */
            getfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter.adaptee:Lorg/springframework/web/client/RequestCallback;
            new org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1
            dup
            aload 0 /* this */
            aload 1 /* request */
            invokespecial org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.<init>:(Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter;Lorg/springframework/http/client/AsyncClientHttpRequest;)V
            invokeinterface org.springframework.web.client.RequestCallback.doWithRequest:(Lorg/springframework/http/client/ClientHttpRequest;)V
         1: .line 711
            return
        end local 1 // org.springframework.http.client.AsyncClientHttpRequest request
        end local 0 // org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter;
            0    2     1  request  Lorg/springframework/http/client/AsyncClientHttpRequest;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      request  final
}
SourceFile: "AsyncRestTemplate.java"
NestHost: org.springframework.web.client.AsyncRestTemplate
InnerClasses:
  private AsyncRequestCallbackAdapter = org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter of org.springframework.web.client.AsyncRestTemplate
  org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1