class org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean implements org.springframework.beans.factory.FactoryBean<org.springframework.web.method.support.CompositeUriComponentsContributor>, org.springframework.beans.factory.InitializingBean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean
  super_class: java.lang.Object
{
  private org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter;
    descriptor: Lorg/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.springframework.core.convert.ConversionService conversionService;
    descriptor: Lorg/springframework/core/convert/ConversionService;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.springframework.web.method.support.CompositeUriComponentsContributor uriComponentsContributor;
    descriptor: Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
         0: .line 664
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean;

  public void setHandlerAdapter(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter);
    descriptor: (Lorg/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
        start local 1 // org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter
         0: .line 677
            aload 0 /* this */
            aload 1 /* handlerAdapter */
            putfield org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean.handlerAdapter:Lorg/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter;
         1: .line 678
            return
        end local 1 // org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter
        end local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean;
            0    2     1  handlerAdapter  Lorg/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter;
    MethodParameters:
                Name  Flags
      handlerAdapter  

  public void setConversionService(org.springframework.core.convert.ConversionService);
    descriptor: (Lorg/springframework/core/convert/ConversionService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
        start local 1 // org.springframework.core.convert.ConversionService conversionService
         0: .line 681
            aload 0 /* this */
            aload 1 /* conversionService */
            putfield org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean.conversionService:Lorg/springframework/core/convert/ConversionService;
         1: .line 682
            return
        end local 1 // org.springframework.core.convert.ConversionService conversionService
        end local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean;
            0    2     1  conversionService  Lorg/springframework/core/convert/ConversionService;
    MethodParameters:
                   Name  Flags
      conversionService  

  public void afterPropertiesSet();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
         0: .line 686
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean.handlerAdapter:Lorg/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "No RequestMappingHandlerAdapter set"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         3: .line 687
            aload 0 /* this */
            new org.springframework.web.method.support.CompositeUriComponentsContributor
            dup
         4: .line 688
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean.handlerAdapter:Lorg/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter;
            invokevirtual org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.getArgumentResolvers:()Ljava/util/List;
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean.conversionService:Lorg/springframework/core/convert/ConversionService;
            invokespecial org.springframework.web.method.support.CompositeUriComponentsContributor.<init>:(Ljava/util/Collection;Lorg/springframework/core/convert/ConversionService;)V
         5: .line 687
            putfield org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean.uriComponentsContributor:Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
         6: .line 689
            return
        end local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean;

  public org.springframework.web.method.support.CompositeUriComponentsContributor getObject();
    descriptor: ()Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
         0: .line 694
            aload 0 /* this */
            getfield org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean.uriComponentsContributor:Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            areturn
        end local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.Class<?> getObjectType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
         0: .line 699
            ldc Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            areturn
        end local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean;
    Signature: ()Ljava/lang/Class<*>;

  public boolean isSingleton();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
         0: .line 704
            iconst_1
            ireturn
        end local 0 // org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/config/AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean;

  public java.lang.Object getObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean.getObject:()Lorg/springframework/web/method/support/CompositeUriComponentsContributor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lorg/springframework/beans/factory/FactoryBean<Lorg/springframework/web/method/support/CompositeUriComponentsContributor;>;Lorg/springframework/beans/factory/InitializingBean;
SourceFile: "AnnotationDrivenBeanDefinitionParser.java"
NestHost: org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser
InnerClasses:
  CompositeUriComponentsContributorFactoryBean = org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser$CompositeUriComponentsContributorFactoryBean of org.springframework.web.servlet.config.AnnotationDrivenBeanDefinitionParser