final class org.springframework.boot.convert.ArrayToDelimitedStringConverter implements org.springframework.core.convert.converter.ConditionalGenericConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.convert.ArrayToDelimitedStringConverter
  super_class: java.lang.Object
{
  private final org.springframework.boot.convert.CollectionToDelimitedStringConverter delegate;
    descriptor: Lorg/springframework/boot/convert/CollectionToDelimitedStringConverter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.core.convert.ConversionService);
    descriptor: (Lorg/springframework/core/convert/ConversionService;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.convert.ArrayToDelimitedStringConverter this
        start local 1 // org.springframework.core.convert.ConversionService conversionService
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            new org.springframework.boot.convert.CollectionToDelimitedStringConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.boot.convert.CollectionToDelimitedStringConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            putfield org.springframework.boot.convert.ArrayToDelimitedStringConverter.delegate:Lorg/springframework/boot/convert/CollectionToDelimitedStringConverter;
         2: .line 40
            return
        end local 1 // org.springframework.core.convert.ConversionService conversionService
        end local 0 // org.springframework.boot.convert.ArrayToDelimitedStringConverter this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/springframework/boot/convert/ArrayToDelimitedStringConverter;
            0    3     1  conversionService  Lorg/springframework/core/convert/ConversionService;
    MethodParameters:
                   Name  Flags
      conversionService  

  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.convert.ArrayToDelimitedStringConverter this
         0: .line 44
            new org.springframework.core.convert.converter.GenericConverter$ConvertiblePair
            dup
            ldc [Ljava/lang/Object;
            ldc Ljava/lang/String;
            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.convert.ArrayToDelimitedStringConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/convert/ArrayToDelimitedStringConverter;
    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=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.convert.ArrayToDelimitedStringConverter this
        start local 1 // org.springframework.core.convert.TypeDescriptor sourceType
        start local 2 // org.springframework.core.convert.TypeDescriptor targetType
         0: .line 49
            aload 0 /* this */
            getfield org.springframework.boot.convert.ArrayToDelimitedStringConverter.delegate:Lorg/springframework/boot/convert/CollectionToDelimitedStringConverter;
            aload 1 /* sourceType */
            aload 2 /* targetType */
            invokevirtual org.springframework.boot.convert.CollectionToDelimitedStringConverter.matches:(Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Z
            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.convert.ArrayToDelimitedStringConverter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/boot/convert/ArrayToDelimitedStringConverter;
            0    1     1  sourceType  Lorg/springframework/core/convert/TypeDescriptor;
            0    1     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=4, locals=5, args_size=4
        start local 0 // org.springframework.boot.convert.ArrayToDelimitedStringConverter 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 54
            aload 1 /* source */
            invokestatic org.springframework.util.ObjectUtils.toObjectArray:(Ljava/lang/Object;)[Ljava/lang/Object;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 4 /* list */
        start local 4 // java.util.List list
         1: .line 55
            aload 0 /* this */
            getfield org.springframework.boot.convert.ArrayToDelimitedStringConverter.delegate:Lorg/springframework/boot/convert/CollectionToDelimitedStringConverter;
            aload 4 /* list */
            aload 2 /* sourceType */
            aload 3 /* targetType */
            invokevirtual org.springframework.boot.convert.CollectionToDelimitedStringConverter.convert:(Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Ljava/lang/Object;
            areturn
        end local 4 // java.util.List list
        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.convert.ArrayToDelimitedStringConverter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/boot/convert/ArrayToDelimitedStringConverter;
            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        list  Ljava/util/List<Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      source      
      sourceType  
      targetType  
}
SourceFile: "ArrayToDelimitedStringConverter.java"
InnerClasses:
  public final ConvertiblePair = org.springframework.core.convert.converter.GenericConverter$ConvertiblePair of org.springframework.core.convert.converter.GenericConverter