public class org.springframework.boot.web.client.RootUriTemplateHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.client.RootUriTemplateHandler
  super_class: java.lang.Object
{
  private final java.lang.String rootUri;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final UriTemplateHandler handler;
    descriptor: LUriTemplateHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(UriTemplateHandler);
    descriptor: (LUriTemplateHandler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tDefaultUriBuilderFactory cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tThe method expand(String, Map<String,?>) of type RootUriTemplateHandler must override or implement a supertype method\n\tUriTemplateHandler cannot be resolved to a type\n\tThe method expand(String, Object...) of type RootUriTemplateHandler must override or implement a supertype method\n\tUriTemplateHandler cannot be resolved to a type\n\tRestTemplate 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.RootUriTemplateHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RootUriTemplateHandler;
    MethodParameters:
         Name  Flags
      handler  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tDefaultUriBuilderFactory cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tThe method expand(String, Map<String,?>) of type RootUriTemplateHandler must override or implement a supertype method\n\tUriTemplateHandler cannot be resolved to a type\n\tThe method expand(String, Object...) of type RootUriTemplateHandler must override or implement a supertype method\n\tUriTemplateHandler cannot be resolved to a type\n\tRestTemplate 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.RootUriTemplateHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RootUriTemplateHandler;
    MethodParameters:
         Name  Flags
      rootUri  

  public void <init>(java.lang.String, UriTemplateHandler);
    descriptor: (Ljava/lang/String;LUriTemplateHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tDefaultUriBuilderFactory cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tUriTemplateHandler cannot be resolved to a type\n\tThe method expand(String, Map<String,?>) of type RootUriTemplateHandler must override or implement a supertype method\n\tUriTemplateHandler cannot be resolved to a type\n\tThe method expand(String, Object...) of type RootUriTemplateHandler must override or implement a supertype method\n\tUriTemplateHandler cannot be resolved to a type\n\tRestTemplate 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.RootUriTemplateHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RootUriTemplateHandler;
    MethodParameters:
         Name  Flags
      rootUri  
      handler  

  public java.net.URI expand(java.lang.String, java.util.Map<java.lang.String, ?>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method expand(String, Map<String,?>) of type RootUriTemplateHandler must override or implement a supertype method\n\tUriTemplateHandler 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.RootUriTemplateHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RootUriTemplateHandler;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;*>;)Ljava/net/URI;
    MethodParameters:
              Name  Flags
      uriTemplate   
      uriVariables  

  public java.net.URI expand(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/net/URI;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method expand(String, Object...) of type RootUriTemplateHandler must override or implement a supertype method\n\tUriTemplateHandler 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.RootUriTemplateHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RootUriTemplateHandler;
    MethodParameters:
              Name  Flags
      uriTemplate   
      uriVariables  

  private java.lang.String apply(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RootUriTemplateHandler;
    MethodParameters:
             Name  Flags
      uriTemplate  

  public java.lang.String getRootUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.client.RootUriTemplateHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/client/RootUriTemplateHandler;

  public static org.springframework.boot.web.client.RootUriTemplateHandler addTo(RestTemplate, java.lang.String);
    descriptor: (LRestTemplate;Ljava/lang/String;)Lorg/springframework/boot/web/client/RootUriTemplateHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 93
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRestTemplate cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
              Name  Flags
      restTemplate  
      rootUri       
}
SourceFile: "RootUriTemplateHandler.java"