class org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter implements org.springframework.core.convert.converter.Converter<java.util.Calendar, java.util.Date>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter this
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/format/datetime/DateFormatterRegistrar$CalendarToDateConverter;

  public java.util.Date convert(java.util.Calendar);
    descriptor: (Ljava/util/Calendar;)Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter this
        start local 1 // java.util.Calendar source
         0: .line 112
            aload 1 /* source */
            invokevirtual java.util.Calendar.getTime:()Ljava/util/Date;
            areturn
        end local 1 // java.util.Calendar source
        end local 0 // org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/format/datetime/DateFormatterRegistrar$CalendarToDateConverter;
            0    1     1  source  Ljava/util/Calendar;
    MethodParameters:
        Name  Flags
      source  

  public java.lang.Object convert(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.Calendar
            invokevirtual org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter.convert:(Ljava/util/Calendar;)Ljava/util/Date;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/core/convert/converter/Converter<Ljava/util/Calendar;Ljava/util/Date;>;
SourceFile: "DateFormatterRegistrar.java"
NestHost: org.springframework.format.datetime.DateFormatterRegistrar
InnerClasses:
  private CalendarToDateConverter = org.springframework.format.datetime.DateFormatterRegistrar$CalendarToDateConverter of org.springframework.format.datetime.DateFormatterRegistrar