class org.springframework.web.util.HierarchicalUriComponents$1 implements org.springframework.web.util.HierarchicalUriComponents$PathComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.util.HierarchicalUriComponents$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$1;

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
         0: .line 68
            ldc ""
            areturn
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$1;

  public java.util.List<java.lang.String> getPathSegments();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
         0: .line 72
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$1;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public org.springframework.web.util.HierarchicalUriComponents$PathComponent encode(java.util.function.BiFunction<java.lang.String, org.springframework.web.util.HierarchicalUriComponents$Type, java.lang.String>);
    descriptor: (Ljava/util/function/BiFunction;)Lorg/springframework/web/util/HierarchicalUriComponents$PathComponent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
        start local 1 // java.util.function.BiFunction encoder
         0: .line 76
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.BiFunction encoder
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/web/util/HierarchicalUriComponents$1;
            0    1     1  encoder  Ljava/util/function/BiFunction<Ljava/lang/String;Lorg/springframework/web/util/HierarchicalUriComponents$Type;Ljava/lang/String;>;
    Signature: (Ljava/util/function/BiFunction<Ljava/lang/String;Lorg/springframework/web/util/HierarchicalUriComponents$Type;Ljava/lang/String;>;)Lorg/springframework/web/util/HierarchicalUriComponents$PathComponent;
    MethodParameters:
         Name  Flags
      encoder  

  public void verify();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
         0: .line 80
            return
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$1;

  public org.springframework.web.util.HierarchicalUriComponents$PathComponent expand(org.springframework.web.util.UriComponents$UriTemplateVariables, java.util.function.UnaryOperator<java.lang.String>);
    descriptor: (Lorg/springframework/web/util/UriComponents$UriTemplateVariables;Ljava/util/function/UnaryOperator;)Lorg/springframework/web/util/HierarchicalUriComponents$PathComponent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
        start local 1 // org.springframework.web.util.UriComponents$UriTemplateVariables uriVariables
        start local 2 // java.util.function.UnaryOperator encoder
         0: .line 83
            aload 0 /* this */
            areturn
        end local 2 // java.util.function.UnaryOperator encoder
        end local 1 // org.springframework.web.util.UriComponents$UriTemplateVariables uriVariables
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/springframework/web/util/HierarchicalUriComponents$1;
            0    1     1  uriVariables  Lorg/springframework/web/util/UriComponents$UriTemplateVariables;
            0    1     2       encoder  Ljava/util/function/UnaryOperator<Ljava/lang/String;>;
    Signature: (Lorg/springframework/web/util/UriComponents$UriTemplateVariables;Ljava/util/function/UnaryOperator<Ljava/lang/String;>;)Lorg/springframework/web/util/HierarchicalUriComponents$PathComponent;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      uriVariables  
      encoder       

  public void copyToUriComponentsBuilder(org.springframework.web.util.UriComponentsBuilder);
    descriptor: (Lorg/springframework/web/util/UriComponentsBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
        start local 1 // org.springframework.web.util.UriComponentsBuilder builder
         0: .line 87
            return
        end local 1 // org.springframework.web.util.UriComponentsBuilder builder
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/web/util/HierarchicalUriComponents$1;
            0    1     1  builder  Lorg/springframework/web/util/UriComponentsBuilder;
    MethodParameters:
         Name  Flags
      builder  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
        start local 1 // java.lang.Object other
         0: .line 90
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/web/util/HierarchicalUriComponents$1;
            0    2     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
         0: .line 94
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // org.springframework.web.util.HierarchicalUriComponents$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/HierarchicalUriComponents$1;
}
SourceFile: "HierarchicalUriComponents.java"
EnclosingMethod: org.springframework.web.util.HierarchicalUriComponents
NestHost: org.springframework.web.util.HierarchicalUriComponents
InnerClasses:
  org.springframework.web.util.HierarchicalUriComponents$1
  abstract PathComponent = org.springframework.web.util.HierarchicalUriComponents$PathComponent of org.springframework.web.util.HierarchicalUriComponents
  abstract Type = org.springframework.web.util.HierarchicalUriComponents$Type of org.springframework.web.util.HierarchicalUriComponents
  public abstract UriTemplateVariables = org.springframework.web.util.UriComponents$UriTemplateVariables of org.springframework.web.util.UriComponents