public class org.springframework.web.method.support.CompositeUriComponentsContributor implements org.springframework.web.method.support.UriComponentsContributor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.method.support.CompositeUriComponentsContributor
  super_class: java.lang.Object
{
  private final java.util.List<java.lang.Object> contributors;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Object;>;

  private final org.springframework.core.convert.ConversionService conversionService;
    descriptor: Lorg/springframework/core/convert/ConversionService;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.web.method.support.UriComponentsContributor[]);
    descriptor: ([Lorg/springframework/web/method/support/UriComponentsContributor;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
        start local 1 // org.springframework.web.method.support.UriComponentsContributor[] contributors
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield org.springframework.web.method.support.CompositeUriComponentsContributor.contributors:Ljava/util/List;
         2: .line 56
            aload 0 /* this */
            getfield org.springframework.web.method.support.CompositeUriComponentsContributor.contributors:Ljava/util/List;
            aload 1 /* contributors */
            invokestatic java.util.Collections.addAll:(Ljava/util/Collection;[Ljava/lang/Object;)Z
            pop
         3: .line 57
            aload 0 /* this */
            new org.springframework.format.support.DefaultFormattingConversionService
            dup
            invokespecial org.springframework.format.support.DefaultFormattingConversionService.<init>:()V
            putfield org.springframework.web.method.support.CompositeUriComponentsContributor.conversionService:Lorg/springframework/core/convert/ConversionService;
         4: .line 58
            return
        end local 1 // org.springframework.web.method.support.UriComponentsContributor[] contributors
        end local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            0    5     1  contributors  [Lorg/springframework/web/method/support/UriComponentsContributor;
    MethodParameters:
              Name  Flags
      contributors  

  public void <init>(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
        start local 1 // java.util.Collection contributors
         0: .line 70
            aload 0 /* this */
            aload 1 /* contributors */
            aconst_null
            invokespecial org.springframework.web.method.support.CompositeUriComponentsContributor.<init>:(Ljava/util/Collection;Lorg/springframework/core/convert/ConversionService;)V
         1: .line 71
            return
        end local 1 // java.util.Collection contributors
        end local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            0    2     1  contributors  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)V
    MethodParameters:
              Name  Flags
      contributors  

  public void <init>(java.util.Collection<?>, org.springframework.core.convert.ConversionService);
    descriptor: (Ljava/util/Collection;Lorg/springframework/core/convert/ConversionService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
        start local 1 // java.util.Collection contributors
        start local 2 // org.springframework.core.convert.ConversionService cs
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield org.springframework.web.method.support.CompositeUriComponentsContributor.contributors:Ljava/util/List;
         2: .line 88
            aload 1 /* contributors */
            ifnull 4
         3: .line 89
            aload 0 /* this */
            getfield org.springframework.web.method.support.CompositeUriComponentsContributor.contributors:Ljava/util/List;
            aload 1 /* contributors */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         4: .line 91
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor java.util.Collection org.springframework.core.convert.ConversionService
      StackMap stack:
            aload 0 /* this */
            aload 2 /* cs */
            ifnull 5
            aload 2 /* cs */
            goto 6
      StackMap locals:
      StackMap stack: org.springframework.web.method.support.CompositeUriComponentsContributor
         5: new org.springframework.format.support.DefaultFormattingConversionService
            dup
            invokespecial org.springframework.format.support.DefaultFormattingConversionService.<init>:()V
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor java.util.Collection org.springframework.core.convert.ConversionService
      StackMap stack: org.springframework.web.method.support.CompositeUriComponentsContributor org.springframework.core.convert.ConversionService
         6: putfield org.springframework.web.method.support.CompositeUriComponentsContributor.conversionService:Lorg/springframework/core/convert/ConversionService;
         7: .line 92
            return
        end local 2 // org.springframework.core.convert.ConversionService cs
        end local 1 // java.util.Collection contributors
        end local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            0    8     1  contributors  Ljava/util/Collection<*>;
            0    8     2            cs  Lorg/springframework/core/convert/ConversionService;
    Signature: (Ljava/util/Collection<*>;Lorg/springframework/core/convert/ConversionService;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      contributors  
      cs            

  public boolean hasContributors();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
         0: .line 96
            aload 0 /* this */
            getfield org.springframework.web.method.support.CompositeUriComponentsContributor.contributors:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ireturn
        end local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/method/support/CompositeUriComponentsContributor;

  public boolean supportsParameter(org.springframework.core.MethodParameter);
    descriptor: (Lorg/springframework/core/MethodParameter;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
        start local 1 // org.springframework.core.MethodParameter parameter
         0: .line 101
            aload 0 /* this */
            getfield org.springframework.web.method.support.CompositeUriComponentsContributor.contributors:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor org.springframework.core.MethodParameter top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* contributor */
        start local 2 // java.lang.Object contributor
         2: .line 102
            aload 2 /* contributor */
            instanceof org.springframework.web.method.support.UriComponentsContributor
            ifeq 5
         3: .line 103
            aload 2 /* contributor */
            checkcast org.springframework.web.method.support.UriComponentsContributor
            aload 1 /* parameter */
            invokeinterface org.springframework.web.method.support.UriComponentsContributor.supportsParameter:(Lorg/springframework/core/MethodParameter;)Z
            ifeq 8
         4: .line 104
            iconst_1
            ireturn
         5: .line 107
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor org.springframework.core.MethodParameter java.lang.Object java.util.Iterator
      StackMap stack:
            aload 2 /* contributor */
            instanceof org.springframework.web.method.support.HandlerMethodArgumentResolver
            ifeq 8
         6: .line 108
            aload 2 /* contributor */
            checkcast org.springframework.web.method.support.HandlerMethodArgumentResolver
            aload 1 /* parameter */
            invokeinterface org.springframework.web.method.support.HandlerMethodArgumentResolver.supportsParameter:(Lorg/springframework/core/MethodParameter;)Z
            ifeq 8
         7: .line 109
            iconst_0
            ireturn
        end local 2 // java.lang.Object contributor
         8: .line 101
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor org.springframework.core.MethodParameter top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         9: .line 113
            iconst_0
            ireturn
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            0   10     1    parameter  Lorg/springframework/core/MethodParameter;
            2    8     2  contributor  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      parameter  

  public void contributeMethodArgument(org.springframework.core.MethodParameter, , org.springframework.web.util.UriComponentsBuilder, java.util.Map<java.lang.String, java.lang.Object>, org.springframework.core.convert.ConversionService);
    descriptor: (Lorg/springframework/core/MethodParameter;Ljava/lang/Object;Lorg/springframework/web/util/UriComponentsBuilder;Ljava/util/Map;Lorg/springframework/core/convert/ConversionService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=6
        start local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
        start local 1 // org.springframework.core.MethodParameter parameter
        start local 2 // java.lang.Object value
        start local 3 // org.springframework.web.util.UriComponentsBuilder builder
        start local 4 // java.util.Map uriVariables
        start local 5 // org.springframework.core.convert.ConversionService conversionService
         0: .line 120
            aload 0 /* this */
            getfield org.springframework.web.method.support.CompositeUriComponentsContributor.contributors:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 10
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor org.springframework.core.MethodParameter java.lang.Object org.springframework.web.util.UriComponentsBuilder java.util.Map org.springframework.core.convert.ConversionService top java.util.Iterator
      StackMap stack:
         1: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 6 /* contributor */
        start local 6 // java.lang.Object contributor
         2: .line 121
            aload 6 /* contributor */
            instanceof org.springframework.web.method.support.UriComponentsContributor
            ifeq 7
         3: .line 122
            aload 6 /* contributor */
            checkcast org.springframework.web.method.support.UriComponentsContributor
            astore 8 /* ucc */
        start local 8 // org.springframework.web.method.support.UriComponentsContributor ucc
         4: .line 123
            aload 8 /* ucc */
            aload 1 /* parameter */
            invokeinterface org.springframework.web.method.support.UriComponentsContributor.supportsParameter:(Lorg/springframework/core/MethodParameter;)Z
            ifeq 10
         5: .line 124
            aload 8 /* ucc */
            aload 1 /* parameter */
            aload 2 /* value */
            aload 3 /* builder */
            aload 4 /* uriVariables */
            aload 5 /* conversionService */
            invokeinterface org.springframework.web.method.support.UriComponentsContributor.contributeMethodArgument:(Lorg/springframework/core/MethodParameter;Ljava/lang/Object;Lorg/springframework/web/util/UriComponentsBuilder;Ljava/util/Map;Lorg/springframework/core/convert/ConversionService;)V
         6: .line 125
            goto 11
        end local 8 // org.springframework.web.method.support.UriComponentsContributor ucc
         7: .line 128
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor org.springframework.core.MethodParameter java.lang.Object org.springframework.web.util.UriComponentsBuilder java.util.Map org.springframework.core.convert.ConversionService java.lang.Object java.util.Iterator
      StackMap stack:
            aload 6 /* contributor */
            instanceof org.springframework.web.method.support.HandlerMethodArgumentResolver
            ifeq 10
         8: .line 129
            aload 6 /* contributor */
            checkcast org.springframework.web.method.support.HandlerMethodArgumentResolver
            aload 1 /* parameter */
            invokeinterface org.springframework.web.method.support.HandlerMethodArgumentResolver.supportsParameter:(Lorg/springframework/core/MethodParameter;)Z
            ifeq 10
         9: .line 130
            goto 11
        end local 6 // java.lang.Object contributor
        10: .line 120
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor org.springframework.core.MethodParameter java.lang.Object org.springframework.web.util.UriComponentsBuilder java.util.Map org.springframework.core.convert.ConversionService top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        11: .line 134
      StackMap locals: org.springframework.web.method.support.CompositeUriComponentsContributor org.springframework.core.MethodParameter java.lang.Object org.springframework.web.util.UriComponentsBuilder java.util.Map org.springframework.core.convert.ConversionService
      StackMap stack:
            return
        end local 5 // org.springframework.core.convert.ConversionService conversionService
        end local 4 // java.util.Map uriVariables
        end local 3 // org.springframework.web.util.UriComponentsBuilder builder
        end local 2 // java.lang.Object value
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            0   12     1          parameter  Lorg/springframework/core/MethodParameter;
            0   12     2              value  Ljava/lang/Object;
            0   12     3            builder  Lorg/springframework/web/util/UriComponentsBuilder;
            0   12     4       uriVariables  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0   12     5  conversionService  Lorg/springframework/core/convert/ConversionService;
            2   10     6        contributor  Ljava/lang/Object;
            4    7     8                ucc  Lorg/springframework/web/method/support/UriComponentsContributor;
    Signature: (Lorg/springframework/core/MethodParameter;Ljava/lang/Object;Lorg/springframework/web/util/UriComponentsBuilder;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Lorg/springframework/core/convert/ConversionService;)V
    MethodParameters:
                   Name  Flags
      parameter          
      value              
      builder            
      uriVariables       
      conversionService  

  public void contributeMethodArgument(org.springframework.core.MethodParameter, , org.springframework.web.util.UriComponentsBuilder, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Lorg/springframework/core/MethodParameter;Ljava/lang/Object;Lorg/springframework/web/util/UriComponentsBuilder;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
        start local 1 // org.springframework.core.MethodParameter parameter
        start local 2 // java.lang.Object value
        start local 3 // org.springframework.web.util.UriComponentsBuilder builder
        start local 4 // java.util.Map uriVariables
         0: .line 142
            aload 0 /* this */
            aload 1 /* parameter */
            aload 2 /* value */
            aload 3 /* builder */
            aload 4 /* uriVariables */
            aload 0 /* this */
            getfield org.springframework.web.method.support.CompositeUriComponentsContributor.conversionService:Lorg/springframework/core/convert/ConversionService;
            invokevirtual org.springframework.web.method.support.CompositeUriComponentsContributor.contributeMethodArgument:(Lorg/springframework/core/MethodParameter;Ljava/lang/Object;Lorg/springframework/web/util/UriComponentsBuilder;Ljava/util/Map;Lorg/springframework/core/convert/ConversionService;)V
         1: .line 143
            return
        end local 4 // java.util.Map uriVariables
        end local 3 // org.springframework.web.util.UriComponentsBuilder builder
        end local 2 // java.lang.Object value
        end local 1 // org.springframework.core.MethodParameter parameter
        end local 0 // org.springframework.web.method.support.CompositeUriComponentsContributor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            0    2     1     parameter  Lorg/springframework/core/MethodParameter;
            0    2     2         value  Ljava/lang/Object;
            0    2     3       builder  Lorg/springframework/web/util/UriComponentsBuilder;
            0    2     4  uriVariables  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lorg/springframework/core/MethodParameter;Ljava/lang/Object;Lorg/springframework/web/util/UriComponentsBuilder;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
              Name  Flags
      parameter     
      value         
      builder       
      uriVariables  
}
SourceFile: "CompositeUriComponentsContributor.java"