class org.springframework.boot.web.client.RestTemplateBuilderClientHttpRequestInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.client.RestTemplateBuilderClientHttpRequestInitializer
  super_class: java.lang.Object
{
  private final org.springframework.boot.web.client.BasicAuthentication basicAuthentication;
    descriptor: Lorg/springframework/boot/web/client/BasicAuthentication;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, java.util.List<java.lang.String>> defaultHeaders;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;

  private final java.util.Set<org.springframework.boot.web.client.RestTemplateRequestCustomizer<?>> requestCustomizers;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/springframework/boot/web/client/RestTemplateRequestCustomizer<*>;>;

  void <init>(org.springframework.boot.web.client.BasicAuthentication, java.util.Map<java.lang.String, java.util.List<java.lang.String>>, java.util.Set<org.springframework.boot.web.client.RestTemplateRequestCustomizer<?>>);
    descriptor: (Lorg/springframework/boot/web/client/BasicAuthentication;Ljava/util/Map;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.web.client.RestTemplateBuilderClientHttpRequestInitializer this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tClientHttpRequestInitializer cannot be resolved to a type\n\tClientHttpRequest cannot be resolved to a type\n\tHttpHeaders cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.client.RestTemplateBuilderClientHttpRequestInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RestTemplateBuilderClientHttpRequestInitializer;
    Signature: (Lorg/springframework/boot/web/client/BasicAuthentication;Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;Ljava/util/Set<Lorg/springframework/boot/web/client/RestTemplateRequestCustomizer<*>;>;)V
    MethodParameters:
                     Name  Flags
      basicAuthentication  
      defaultHeaders       
      requestCustomizers   

  public void initialize(ClientHttpRequest);
    descriptor: (LClientHttpRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.client.RestTemplateBuilderClientHttpRequestInitializer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClientHttpRequest cannot be resolved to a type\n\tHttpHeaders cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.client.RestTemplateBuilderClientHttpRequestInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RestTemplateBuilderClientHttpRequestInitializer;
    MethodParameters:
         Name  Flags
      request  
}
SourceFile: "RestTemplateBuilderClientHttpRequestInitializer.java"