class picocli.CommandLine$BuiltIn$ISO8601DateConverter implements picocli.CommandLine$ITypeConverter<java.util.Date>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$BuiltIn$ISO8601DateConverter
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$BuiltIn$ISO8601DateConverter this
         0: .line 12699
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$BuiltIn$ISO8601DateConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$BuiltIn$ISO8601DateConverter;

  public java.util.Date convert(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // picocli.CommandLine$BuiltIn$ISO8601DateConverter this
        start local 1 // java.lang.String value
         0: .line 12702
            new java.text.SimpleDateFormat
            dup
            ldc "yyyy-MM-dd"
            invokespecial java.text.SimpleDateFormat.<init>:(Ljava/lang/String;)V
            aload 1 /* value */
            invokevirtual java.text.SimpleDateFormat.parse:(Ljava/lang/String;)Ljava/util/Date;
         1: areturn
         2: .line 12703
      StackMap locals:
      StackMap stack: java.text.ParseException
            pop
         3: .line 12704
            new picocli.CommandLine$TypeConversionException
            dup
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "' is not a yyyy-MM-dd date"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial picocli.CommandLine$TypeConversionException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String value
        end local 0 // picocli.CommandLine$BuiltIn$ISO8601DateConverter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lpicocli/CommandLine$BuiltIn$ISO8601DateConverter;
            0    4     1  value  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.text.ParseException
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object convert(java.lang.String);
    descriptor: (Ljava/lang/String;)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
            invokevirtual picocli.CommandLine$BuiltIn$ISO8601DateConverter.convert:(Ljava/lang/String;)Ljava/util/Date;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lpicocli/CommandLine$ITypeConverter<Ljava/util/Date;>;
SourceFile: "CommandLine.java"
NestHost: picocli.CommandLine
InnerClasses:
  private BuiltIn = picocli.CommandLine$BuiltIn of picocli.CommandLine
  ISO8601DateConverter = picocli.CommandLine$BuiltIn$ISO8601DateConverter of picocli.CommandLine$BuiltIn
  public abstract ITypeConverter = picocli.CommandLine$ITypeConverter of picocli.CommandLine
  public TypeConversionException = picocli.CommandLine$TypeConversionException of picocli.CommandLine