class org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter implements org.springframework.core.convert.converter.ConditionalGenericConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter
  super_class: java.lang.Object
{
  private final org.springframework.beans.SimpleTypeConverter typeConverter;
    descriptor: Lorg/springframework/beans/SimpleTypeConverter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.beans.SimpleTypeConverter);
    descriptor: (Lorg/springframework/beans/SimpleTypeConverter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
        start local 1 // org.springframework.beans.SimpleTypeConverter typeConverter
         0: .line 213
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 214
            aload 0 /* this */
            aload 1 /* typeConverter */
            putfield org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter.typeConverter:Lorg/springframework/beans/SimpleTypeConverter;
         2: .line 215
            return
        end local 1 // org.springframework.beans.SimpleTypeConverter typeConverter
        end local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/springframework/boot/context/properties/bind/BindConverter$TypeConverterConverter;
            0    3     1  typeConverter  Lorg/springframework/beans/SimpleTypeConverter;
    MethodParameters:
               Name  Flags
      typeConverter  

  public java.util.Set<org.springframework.core.convert.converter.GenericConverter$ConvertiblePair> getConvertibleTypes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
         0: .line 219
            new org.springframework.core.convert.converter.GenericConverter$ConvertiblePair
            dup
            ldc Ljava/lang/String;
            ldc Ljava/lang/Object;
            invokespecial org.springframework.core.convert.converter.GenericConverter$ConvertiblePair.<init>:(Ljava/lang/Class;Ljava/lang/Class;)V
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            areturn
        end local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/properties/bind/BindConverter$TypeConverterConverter;
    Signature: ()Ljava/util/Set<Lorg/springframework/core/convert/converter/GenericConverter$ConvertiblePair;>;

  public boolean matches(org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor);
    descriptor: (Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
        start local 1 // org.springframework.core.convert.TypeDescriptor sourceType
        start local 2 // org.springframework.core.convert.TypeDescriptor targetType
         0: .line 224
            aload 0 /* this */
            aload 2 /* targetType */
            invokevirtual org.springframework.core.convert.TypeDescriptor.getType:()Ljava/lang/Class;
            invokevirtual org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter.getPropertyEditor:(Ljava/lang/Class;)Ljava/beans/PropertyEditor;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.springframework.core.convert.TypeDescriptor targetType
        end local 1 // org.springframework.core.convert.TypeDescriptor sourceType
        end local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/boot/context/properties/bind/BindConverter$TypeConverterConverter;
            0    2     1  sourceType  Lorg/springframework/core/convert/TypeDescriptor;
            0    2     2  targetType  Lorg/springframework/core/convert/TypeDescriptor;
    MethodParameters:
            Name  Flags
      sourceType  
      targetType  

  public java.lang.Object convert(java.lang.Object, org.springframework.core.convert.TypeDescriptor, org.springframework.core.convert.TypeDescriptor);
    descriptor: (Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
        start local 1 // java.lang.Object source
        start local 2 // org.springframework.core.convert.TypeDescriptor sourceType
        start local 3 // org.springframework.core.convert.TypeDescriptor targetType
         0: .line 229
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter.typeConverter:Lorg/springframework/beans/SimpleTypeConverter;
            astore 4 /* typeConverter */
        start local 4 // org.springframework.beans.SimpleTypeConverter typeConverter
         1: .line 230
            aload 4 /* typeConverter */
            aload 1 /* source */
            aload 3 /* targetType */
            invokevirtual org.springframework.core.convert.TypeDescriptor.getType:()Ljava/lang/Class;
            invokevirtual org.springframework.beans.SimpleTypeConverter.convertIfNecessary:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 4 // org.springframework.beans.SimpleTypeConverter typeConverter
        end local 3 // org.springframework.core.convert.TypeDescriptor targetType
        end local 2 // org.springframework.core.convert.TypeDescriptor sourceType
        end local 1 // java.lang.Object source
        end local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/springframework/boot/context/properties/bind/BindConverter$TypeConverterConverter;
            0    2     1         source  Ljava/lang/Object;
            0    2     2     sourceType  Lorg/springframework/core/convert/TypeDescriptor;
            0    2     3     targetType  Lorg/springframework/core/convert/TypeDescriptor;
            1    2     4  typeConverter  Lorg/springframework/beans/SimpleTypeConverter;
    MethodParameters:
            Name  Flags
      source      
      sourceType  
      targetType  

  private java.beans.PropertyEditor getPropertyEditor(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/beans/PropertyEditor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
        start local 1 // java.lang.Class type
         0: .line 234
            aload 1 /* type */
            ifnull 2
            aload 1 /* type */
            ldc Ljava/lang/Object;
            if_acmpeq 2
            ldc Ljava/util/Collection;
            aload 1 /* type */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 2
         1: .line 235
            ldc Ljava/util/Map;
            aload 1 /* type */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 3
         2: .line 236
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         3: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter.typeConverter:Lorg/springframework/beans/SimpleTypeConverter;
            astore 2 /* typeConverter */
        start local 2 // org.springframework.beans.SimpleTypeConverter typeConverter
         4: .line 239
            aload 2 /* typeConverter */
            aload 1 /* type */
            invokevirtual org.springframework.beans.SimpleTypeConverter.getDefaultEditor:(Ljava/lang/Class;)Ljava/beans/PropertyEditor;
            astore 3 /* editor */
        start local 3 // java.beans.PropertyEditor editor
         5: .line 240
            aload 3 /* editor */
            ifnonnull 7
         6: .line 241
            aload 2 /* typeConverter */
            aload 1 /* type */
            aconst_null
            invokevirtual org.springframework.beans.SimpleTypeConverter.findCustomEditor:(Ljava/lang/Class;Ljava/lang/String;)Ljava/beans/PropertyEditor;
            astore 3 /* editor */
         7: .line 243
      StackMap locals: org.springframework.beans.SimpleTypeConverter java.beans.PropertyEditor
      StackMap stack:
            aload 3 /* editor */
            ifnonnull 9
            ldc Ljava/lang/String;
            aload 1 /* type */
            if_acmpeq 9
         8: .line 244
            aload 1 /* type */
            invokestatic org.springframework.beans.BeanUtils.findEditorByConvention:(Ljava/lang/Class;)Ljava/beans/PropertyEditor;
            astore 3 /* editor */
         9: .line 246
      StackMap locals:
      StackMap stack:
            aload 3 /* editor */
            ifnull 10
            getstatic org.springframework.boot.context.properties.bind.BindConverter.EXCLUDED_EDITORS:Ljava/util/Set;
            aload 3 /* editor */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 247
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        11: .line 249
      StackMap locals:
      StackMap stack:
            aload 3 /* editor */
            areturn
        end local 3 // java.beans.PropertyEditor editor
        end local 2 // org.springframework.beans.SimpleTypeConverter typeConverter
        end local 1 // java.lang.Class type
        end local 0 // org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lorg/springframework/boot/context/properties/bind/BindConverter$TypeConverterConverter;
            0   12     1           type  Ljava/lang/Class<*>;
            4   12     2  typeConverter  Lorg/springframework/beans/SimpleTypeConverter;
            5   12     3         editor  Ljava/beans/PropertyEditor;
    Signature: (Ljava/lang/Class<*>;)Ljava/beans/PropertyEditor;
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "BindConverter.java"
NestHost: org.springframework.boot.context.properties.bind.BindConverter
InnerClasses:
  private TypeConverterConverter = org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter of org.springframework.boot.context.properties.bind.BindConverter
  public final ConvertiblePair = org.springframework.core.convert.converter.GenericConverter$ConvertiblePair of org.springframework.core.convert.converter.GenericConverter