public class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier implements java.util.function.Supplier<ClientHttpRequestFactory>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
  super_class: java.lang.Object
{
  private static final java.util.Map<java.lang.String, java.lang.String> REQUEST_FACTORY_CANDIDATES;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.client.ClientHttpRequestFactorySupplier this
         0: .line 25
            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\tClientHttpRequestFactory cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tSimpleClientHttpRequestFactory 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.ClientHttpRequestFactorySupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/ClientHttpRequestFactorySupplier;

  public ClientHttpRequestFactory get();
    descriptor: ()LClientHttpRequestFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.client.ClientHttpRequestFactorySupplier this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClientHttpRequestFactory cannot be resolved to a type\n\tClientHttpRequestFactory cannot be resolved to a type\n\tSimpleClientHttpRequestFactory 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.ClientHttpRequestFactorySupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/ClientHttpRequestFactorySupplier;
}
Signature: Ljava/lang/Object;Ljava/util/function/Supplier<LClientHttpRequestFactory;>;
SourceFile: "ClientHttpRequestFactorySupplier.java"