class org.springframework.web.client.RestTemplate$HeadersExtractor implements org.springframework.web.client.ResponseExtractor<org.springframework.http.HttpHeaders>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.client.RestTemplate$HeadersExtractor
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.client.RestTemplate$HeadersExtractor this
         0: .line 1047
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.client.RestTemplate$HeadersExtractor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/client/RestTemplate$HeadersExtractor;

  public org.springframework.http.HttpHeaders extractData(org.springframework.http.client.ClientHttpResponse);
    descriptor: (Lorg/springframework/http/client/ClientHttpResponse;)Lorg/springframework/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.web.client.RestTemplate$HeadersExtractor this
        start local 1 // org.springframework.http.client.ClientHttpResponse response
         0: .line 1051
            aload 1 /* response */
            invokeinterface org.springframework.http.client.ClientHttpResponse.getHeaders:()Lorg/springframework/http/HttpHeaders;
            areturn
        end local 1 // org.springframework.http.client.ClientHttpResponse response
        end local 0 // org.springframework.web.client.RestTemplate$HeadersExtractor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/web/client/RestTemplate$HeadersExtractor;
            0    1     1  response  Lorg/springframework/http/client/ClientHttpResponse;
    MethodParameters:
          Name  Flags
      response  

  public java.lang.Object extractData(org.springframework.http.client.ClientHttpResponse);
    descriptor: (Lorg/springframework/http/client/ClientHttpResponse;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.springframework.web.client.RestTemplate$HeadersExtractor.extractData:(Lorg/springframework/http/client/ClientHttpResponse;)Lorg/springframework/http/HttpHeaders;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
Signature: Ljava/lang/Object;Lorg/springframework/web/client/ResponseExtractor<Lorg/springframework/http/HttpHeaders;>;
SourceFile: "RestTemplate.java"
NestHost: org.springframework.web.client.RestTemplate
InnerClasses:
  private HeadersExtractor = org.springframework.web.client.RestTemplate$HeadersExtractor of org.springframework.web.client.RestTemplate