class org.springframework.boot.context.properties.ConversionServiceDeducer$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.ConversionServiceDeducer$Factory
  super_class: java.lang.Object
{
  private final java.util.List<org.springframework.core.convert.converter.Converter> converters;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/core/convert/converter/Converter;>;

  private final java.util.List<org.springframework.core.convert.converter.GenericConverter> genericConverters;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/core/convert/converter/GenericConverter;>;

  private final java.util.List<org.springframework.format.Formatter> formatters;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/format/Formatter;>;

  void <init>(org.springframework.beans.factory.BeanFactory);
    descriptor: (Lorg/springframework/beans/factory/BeanFactory;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.ConversionServiceDeducer$Factory this
        start local 1 // org.springframework.beans.factory.BeanFactory beanFactory
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* beanFactory */
            ldc Lorg/springframework/core/convert/converter/Converter;
            ldc "org.springframework.boot.context.properties.ConfigurationPropertiesBinding"
            invokevirtual org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.beans:(Lorg/springframework/beans/factory/BeanFactory;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/List;
            putfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.converters:Ljava/util/List;
         2: .line 71
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* beanFactory */
            ldc Lorg/springframework/core/convert/converter/GenericConverter;
            ldc "org.springframework.boot.context.properties.ConfigurationPropertiesBinding"
            invokevirtual org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.beans:(Lorg/springframework/beans/factory/BeanFactory;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/List;
            putfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.genericConverters:Ljava/util/List;
         3: .line 72
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* beanFactory */
            ldc Lorg/springframework/format/Formatter;
            ldc "org.springframework.boot.context.properties.ConfigurationPropertiesBinding"
            invokevirtual org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.beans:(Lorg/springframework/beans/factory/BeanFactory;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/List;
            putfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.formatters:Ljava/util/List;
         4: .line 73
            return
        end local 1 // org.springframework.beans.factory.BeanFactory beanFactory
        end local 0 // org.springframework.boot.context.properties.ConversionServiceDeducer$Factory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/springframework/boot/context/properties/ConversionServiceDeducer$Factory;
            0    5     1  beanFactory  Lorg/springframework/beans/factory/BeanFactory;
    MethodParameters:
             Name  Flags
      beanFactory  

  private <T> java.util.List<T> beans(org.springframework.beans.factory.BeanFactory, java.lang.Class<T>, java.lang.String);
    descriptor: (Lorg/springframework/beans/factory/BeanFactory;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.properties.ConversionServiceDeducer$Factory this
        start local 1 // org.springframework.beans.factory.BeanFactory beanFactory
        start local 2 // java.lang.Class type
        start local 3 // java.lang.String qualifier
         0: .line 76
            aload 1 /* beanFactory */
            instanceof org.springframework.beans.factory.ListableBeanFactory
            ifeq 2
         1: .line 77
            aload 0 /* this */
            aload 2 /* type */
            aload 3 /* qualifier */
            aload 1 /* beanFactory */
            checkcast org.springframework.beans.factory.ListableBeanFactory
            invokevirtual org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.beans:(Ljava/lang/Class;Ljava/lang/String;Lorg/springframework/beans/factory/ListableBeanFactory;)Ljava/util/List;
            areturn
         2: .line 79
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 3 // java.lang.String qualifier
        end local 2 // java.lang.Class type
        end local 1 // org.springframework.beans.factory.BeanFactory beanFactory
        end local 0 // org.springframework.boot.context.properties.ConversionServiceDeducer$Factory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/boot/context/properties/ConversionServiceDeducer$Factory;
            0    3     1  beanFactory  Lorg/springframework/beans/factory/BeanFactory;
            0    3     2         type  Ljava/lang/Class<TT;>;
            0    3     3    qualifier  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Lorg/springframework/beans/factory/BeanFactory;Ljava/lang/Class<TT;>;Ljava/lang/String;)Ljava/util/List<TT;>;
    MethodParameters:
             Name  Flags
      beanFactory  
      type         
      qualifier    

  private <T> java.util.List<T> beans(java.lang.Class<T>, java.lang.String, org.springframework.beans.factory.ListableBeanFactory);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;Lorg/springframework/beans/factory/ListableBeanFactory;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.boot.context.properties.ConversionServiceDeducer$Factory this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.String qualifier
        start local 3 // org.springframework.beans.factory.ListableBeanFactory beanFactory
         0: .line 83
            new java.util.ArrayList
            dup
         1: .line 84
            aload 3 /* beanFactory */
            aload 1 /* type */
            aload 2 /* qualifier */
            invokestatic org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils.qualifiedBeansOfType:(Lorg/springframework/beans/factory/ListableBeanFactory;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
         2: .line 83
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            areturn
        end local 3 // org.springframework.beans.factory.ListableBeanFactory beanFactory
        end local 2 // java.lang.String qualifier
        end local 1 // java.lang.Class type
        end local 0 // org.springframework.boot.context.properties.ConversionServiceDeducer$Factory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/boot/context/properties/ConversionServiceDeducer$Factory;
            0    3     1         type  Ljava/lang/Class<TT;>;
            0    3     2    qualifier  Ljava/lang/String;
            0    3     3  beanFactory  Lorg/springframework/beans/factory/ListableBeanFactory;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/lang/String;Lorg/springframework/beans/factory/ListableBeanFactory;)Ljava/util/List<TT;>;
    MethodParameters:
             Name  Flags
      type         
      qualifier    
      beanFactory  

  org.springframework.core.convert.ConversionService create();
    descriptor: ()Lorg/springframework/core/convert/ConversionService;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.springframework.boot.context.properties.ConversionServiceDeducer$Factory this
         0: .line 88
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.converters:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.genericConverters:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.formatters:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 89
            invokestatic org.springframework.boot.convert.ApplicationConversionService.getSharedInstance:()Lorg/springframework/core/convert/ConversionService;
            areturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            new org.springframework.boot.convert.ApplicationConversionService
            dup
            invokespecial org.springframework.boot.convert.ApplicationConversionService.<init>:()V
            astore 1 /* conversionService */
        start local 1 // org.springframework.boot.convert.ApplicationConversionService conversionService
         3: .line 92
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.converters:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: org.springframework.boot.context.properties.ConversionServiceDeducer$Factory org.springframework.boot.convert.ApplicationConversionService top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.core.convert.converter.Converter
            astore 2 /* converter */
        start local 2 // org.springframework.core.convert.converter.Converter converter
         5: .line 93
            aload 1 /* conversionService */
            aload 2 /* converter */
            invokevirtual org.springframework.boot.convert.ApplicationConversionService.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        end local 2 // org.springframework.core.convert.converter.Converter converter
         6: .line 92
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 95
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.genericConverters:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         8: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.core.convert.converter.GenericConverter
            astore 2 /* genericConverter */
        start local 2 // org.springframework.core.convert.converter.GenericConverter genericConverter
         9: .line 96
            aload 1 /* conversionService */
            aload 2 /* genericConverter */
            invokevirtual org.springframework.boot.convert.ApplicationConversionService.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
        end local 2 // org.springframework.core.convert.converter.GenericConverter genericConverter
        10: .line 95
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        11: .line 98
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.formatters:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 14
      StackMap locals:
      StackMap stack:
        12: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.format.Formatter
            astore 2 /* formatter */
        start local 2 // org.springframework.format.Formatter formatter
        13: .line 99
            aload 1 /* conversionService */
            aload 2 /* formatter */
            invokevirtual org.springframework.boot.convert.ApplicationConversionService.addFormatter:(Lorg/springframework/format/Formatter;)V
        end local 2 // org.springframework.format.Formatter formatter
        14: .line 98
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        15: .line 101
            aload 1 /* conversionService */
            areturn
        end local 1 // org.springframework.boot.convert.ApplicationConversionService conversionService
        end local 0 // org.springframework.boot.context.properties.ConversionServiceDeducer$Factory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lorg/springframework/boot/context/properties/ConversionServiceDeducer$Factory;
            3   16     1  conversionService  Lorg/springframework/boot/convert/ApplicationConversionService;
            5    6     2          converter  Lorg/springframework/core/convert/converter/Converter<**>;
            9   10     2   genericConverter  Lorg/springframework/core/convert/converter/GenericConverter;
           13   14     2          formatter  Lorg/springframework/format/Formatter<*>;
}
SourceFile: "ConversionServiceDeducer.java"
NestHost: org.springframework.boot.context.properties.ConversionServiceDeducer
InnerClasses:
  private Factory = org.springframework.boot.context.properties.ConversionServiceDeducer$Factory of org.springframework.boot.context.properties.ConversionServiceDeducer