public class org.springframework.core.convert.support.DefaultConversionService extends org.springframework.core.convert.support.GenericConversionService
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.core.convert.support.DefaultConversionService
  super_class: org.springframework.core.convert.support.GenericConversionService
{
  private static volatile org.springframework.core.convert.support.DefaultConversionService sharedInstance;
    descriptor: Lorg/springframework/core/convert/support/DefaultConversionService;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.convert.support.DefaultConversionService this
         0: .line 51
            aload 0 /* this */
            invokespecial org.springframework.core.convert.support.GenericConversionService.<init>:()V
         1: .line 52
            aload 0 /* this */
            invokestatic org.springframework.core.convert.support.DefaultConversionService.addDefaultConverters:(Lorg/springframework/core/convert/converter/ConverterRegistry;)V
         2: .line 53
            return
        end local 0 // org.springframework.core.convert.support.DefaultConversionService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/core/convert/support/DefaultConversionService;

  public static org.springframework.core.convert.ConversionService getSharedInstance();
    descriptor: ()Lorg/springframework/core/convert/ConversionService;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 68
            getstatic org.springframework.core.convert.support.DefaultConversionService.sharedInstance:Lorg/springframework/core/convert/support/DefaultConversionService;
            astore 0 /* cs */
        start local 0 // org.springframework.core.convert.support.DefaultConversionService cs
         1: .line 69
            aload 0 /* cs */
            ifnonnull 11
         2: .line 70
            ldc Lorg/springframework/core/convert/support/DefaultConversionService;
            dup
            astore 1
            monitorenter
         3: .line 71
            getstatic org.springframework.core.convert.support.DefaultConversionService.sharedInstance:Lorg/springframework/core/convert/support/DefaultConversionService;
            astore 0 /* cs */
         4: .line 72
            aload 0 /* cs */
            ifnonnull 7
         5: .line 73
            new org.springframework.core.convert.support.DefaultConversionService
            dup
            invokespecial org.springframework.core.convert.support.DefaultConversionService.<init>:()V
            astore 0 /* cs */
         6: .line 74
            aload 0 /* cs */
            putstatic org.springframework.core.convert.support.DefaultConversionService.sharedInstance:Lorg/springframework/core/convert/support/DefaultConversionService;
         7: .line 70
      StackMap locals: org.springframework.core.convert.support.DefaultConversionService java.lang.Class
      StackMap stack:
            aload 1
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* cs */
            areturn
        end local 0 // org.springframework.core.convert.support.DefaultConversionService cs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   12     0    cs  Lorg/springframework/core/convert/support/DefaultConversionService;
      Exception table:
        from    to  target  type
           3     8       9  any
           9    10       9  any

  public static void addDefaultConverters(org.springframework.core.convert.converter.ConverterRegistry);
    descriptor: (Lorg/springframework/core/convert/converter/ConverterRegistry;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.core.convert.converter.ConverterRegistry converterRegistry
         0: .line 88
            aload 0 /* converterRegistry */
            invokestatic org.springframework.core.convert.support.DefaultConversionService.addScalarConverters:(Lorg/springframework/core/convert/converter/ConverterRegistry;)V
         1: .line 89
            aload 0 /* converterRegistry */
            invokestatic org.springframework.core.convert.support.DefaultConversionService.addCollectionConverters:(Lorg/springframework/core/convert/converter/ConverterRegistry;)V
         2: .line 91
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ByteBufferConverter
            dup
            aload 0 /* converterRegistry */
            checkcast org.springframework.core.convert.ConversionService
            invokespecial org.springframework.core.convert.support.ByteBufferConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         3: .line 92
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToTimeZoneConverter
            dup
            invokespecial org.springframework.core.convert.support.StringToTimeZoneConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
         4: .line 93
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ZoneIdToTimeZoneConverter
            dup
            invokespecial org.springframework.core.convert.support.ZoneIdToTimeZoneConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
         5: .line 94
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ZonedDateTimeToCalendarConverter
            dup
            invokespecial org.springframework.core.convert.support.ZonedDateTimeToCalendarConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
         6: .line 96
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ObjectToObjectConverter
            dup
            invokespecial org.springframework.core.convert.support.ObjectToObjectConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         7: .line 97
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.IdToEntityConverter
            dup
            aload 0 /* converterRegistry */
            checkcast org.springframework.core.convert.ConversionService
            invokespecial org.springframework.core.convert.support.IdToEntityConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         8: .line 98
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.FallbackObjectToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.FallbackObjectToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         9: .line 99
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ObjectToOptionalConverter
            dup
            aload 0 /* converterRegistry */
            checkcast org.springframework.core.convert.ConversionService
            invokespecial org.springframework.core.convert.support.ObjectToOptionalConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
        10: .line 100
            return
        end local 0 // org.springframework.core.convert.converter.ConverterRegistry converterRegistry
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0  converterRegistry  Lorg/springframework/core/convert/converter/ConverterRegistry;
    MethodParameters:
                   Name  Flags
      converterRegistry  

  public static void addCollectionConverters(org.springframework.core.convert.converter.ConverterRegistry);
    descriptor: (Lorg/springframework/core/convert/converter/ConverterRegistry;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.springframework.core.convert.converter.ConverterRegistry converterRegistry
         0: .line 110
            aload 0 /* converterRegistry */
            checkcast org.springframework.core.convert.ConversionService
            astore 1 /* conversionService */
        start local 1 // org.springframework.core.convert.ConversionService conversionService
         1: .line 112
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ArrayToCollectionConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.ArrayToCollectionConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         2: .line 113
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.CollectionToArrayConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.CollectionToArrayConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         3: .line 115
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ArrayToArrayConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.ArrayToArrayConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         4: .line 116
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.CollectionToCollectionConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.CollectionToCollectionConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         5: .line 117
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.MapToMapConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.MapToMapConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         6: .line 119
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ArrayToStringConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.ArrayToStringConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         7: .line 120
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToArrayConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.StringToArrayConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         8: .line 122
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ArrayToObjectConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.ArrayToObjectConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
         9: .line 123
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ObjectToArrayConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.ObjectToArrayConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
        10: .line 125
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.CollectionToStringConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.CollectionToStringConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
        11: .line 126
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToCollectionConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.StringToCollectionConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
        12: .line 128
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.CollectionToObjectConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.CollectionToObjectConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
        13: .line 129
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.ObjectToCollectionConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.ObjectToCollectionConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
        14: .line 131
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StreamConverter
            dup
            aload 1 /* conversionService */
            invokespecial org.springframework.core.convert.support.StreamConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/GenericConverter;)V
        15: .line 132
            return
        end local 1 // org.springframework.core.convert.ConversionService conversionService
        end local 0 // org.springframework.core.convert.converter.ConverterRegistry converterRegistry
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0  converterRegistry  Lorg/springframework/core/convert/converter/ConverterRegistry;
            1   16     1  conversionService  Lorg/springframework/core/convert/ConversionService;
    MethodParameters:
                   Name  Flags
      converterRegistry  

  private static void addScalarConverters(org.springframework.core.convert.converter.ConverterRegistry);
    descriptor: (Lorg/springframework/core/convert/converter/ConverterRegistry;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.core.convert.converter.ConverterRegistry converterRegistry
         0: .line 135
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.NumberToNumberConverterFactory
            dup
            invokespecial org.springframework.core.convert.support.NumberToNumberConverterFactory.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverterFactory:(Lorg/springframework/core/convert/converter/ConverterFactory;)V
         1: .line 137
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToNumberConverterFactory
            dup
            invokespecial org.springframework.core.convert.support.StringToNumberConverterFactory.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverterFactory:(Lorg/springframework/core/convert/converter/ConverterFactory;)V
         2: .line 138
            aload 0 /* converterRegistry */
            ldc Ljava/lang/Number;
            ldc Ljava/lang/String;
            new org.springframework.core.convert.support.ObjectToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.ObjectToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V
         3: .line 140
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToCharacterConverter
            dup
            invokespecial org.springframework.core.convert.support.StringToCharacterConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
         4: .line 141
            aload 0 /* converterRegistry */
            ldc Ljava/lang/Character;
            ldc Ljava/lang/String;
            new org.springframework.core.convert.support.ObjectToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.ObjectToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V
         5: .line 143
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.NumberToCharacterConverter
            dup
            invokespecial org.springframework.core.convert.support.NumberToCharacterConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
         6: .line 144
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.CharacterToNumberFactory
            dup
            invokespecial org.springframework.core.convert.support.CharacterToNumberFactory.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverterFactory:(Lorg/springframework/core/convert/converter/ConverterFactory;)V
         7: .line 146
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToBooleanConverter
            dup
            invokespecial org.springframework.core.convert.support.StringToBooleanConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
         8: .line 147
            aload 0 /* converterRegistry */
            ldc Ljava/lang/Boolean;
            ldc Ljava/lang/String;
            new org.springframework.core.convert.support.ObjectToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.ObjectToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V
         9: .line 149
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToEnumConverterFactory
            dup
            invokespecial org.springframework.core.convert.support.StringToEnumConverterFactory.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverterFactory:(Lorg/springframework/core/convert/converter/ConverterFactory;)V
        10: .line 150
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.EnumToStringConverter
            dup
            aload 0 /* converterRegistry */
            checkcast org.springframework.core.convert.ConversionService
            invokespecial org.springframework.core.convert.support.EnumToStringConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        11: .line 152
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.IntegerToEnumConverterFactory
            dup
            invokespecial org.springframework.core.convert.support.IntegerToEnumConverterFactory.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverterFactory:(Lorg/springframework/core/convert/converter/ConverterFactory;)V
        12: .line 153
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.EnumToIntegerConverter
            dup
            aload 0 /* converterRegistry */
            checkcast org.springframework.core.convert.ConversionService
            invokespecial org.springframework.core.convert.support.EnumToIntegerConverter.<init>:(Lorg/springframework/core/convert/ConversionService;)V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        13: .line 155
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToLocaleConverter
            dup
            invokespecial org.springframework.core.convert.support.StringToLocaleConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        14: .line 156
            aload 0 /* converterRegistry */
            ldc Ljava/util/Locale;
            ldc Ljava/lang/String;
            new org.springframework.core.convert.support.ObjectToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.ObjectToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V
        15: .line 158
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToCharsetConverter
            dup
            invokespecial org.springframework.core.convert.support.StringToCharsetConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        16: .line 159
            aload 0 /* converterRegistry */
            ldc Ljava/nio/charset/Charset;
            ldc Ljava/lang/String;
            new org.springframework.core.convert.support.ObjectToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.ObjectToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V
        17: .line 161
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToCurrencyConverter
            dup
            invokespecial org.springframework.core.convert.support.StringToCurrencyConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        18: .line 162
            aload 0 /* converterRegistry */
            ldc Ljava/util/Currency;
            ldc Ljava/lang/String;
            new org.springframework.core.convert.support.ObjectToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.ObjectToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V
        19: .line 164
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToPropertiesConverter
            dup
            invokespecial org.springframework.core.convert.support.StringToPropertiesConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        20: .line 165
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.PropertiesToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.PropertiesToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        21: .line 167
            aload 0 /* converterRegistry */
            new org.springframework.core.convert.support.StringToUUIDConverter
            dup
            invokespecial org.springframework.core.convert.support.StringToUUIDConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Lorg/springframework/core/convert/converter/Converter;)V
        22: .line 168
            aload 0 /* converterRegistry */
            ldc Ljava/util/UUID;
            ldc Ljava/lang/String;
            new org.springframework.core.convert.support.ObjectToStringConverter
            dup
            invokespecial org.springframework.core.convert.support.ObjectToStringConverter.<init>:()V
            invokeinterface org.springframework.core.convert.converter.ConverterRegistry.addConverter:(Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V
        23: .line 169
            return
        end local 0 // org.springframework.core.convert.converter.ConverterRegistry converterRegistry
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   24     0  converterRegistry  Lorg/springframework/core/convert/converter/ConverterRegistry;
    MethodParameters:
                   Name  Flags
      converterRegistry  
}
SourceFile: "DefaultConversionService.java"