public class org.springframework.core.KotlinReflectionParameterNameDiscoverer implements org.springframework.core.ParameterNameDiscoverer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.core.KotlinReflectionParameterNameDiscoverer
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.KotlinReflectionParameterNameDiscoverer this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.core.KotlinReflectionParameterNameDiscoverer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/KotlinReflectionParameterNameDiscoverer;

  public java.lang.String[] getParameterNames(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.KotlinReflectionParameterNameDiscoverer this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKFunction cannot be resolved to a type\n\tReflectJvmMapping cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.KotlinReflectionParameterNameDiscoverer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/KotlinReflectionParameterNameDiscoverer;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      method  

  public java.lang.String[] getParameterNames(java.lang.reflect.Constructor<?>);
    descriptor: (Ljava/lang/reflect/Constructor;)[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.KotlinReflectionParameterNameDiscoverer this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKFunction cannot be resolved to a type\n\tReflectJvmMapping cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.KotlinReflectionParameterNameDiscoverer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/KotlinReflectionParameterNameDiscoverer;
    Signature: (Ljava/lang/reflect/Constructor<*>;)[Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      ctor  

  private java.lang.String[] getParameterNames(java.util.List<KParameter>);
    descriptor: (Ljava/util/List;)[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.core.KotlinReflectionParameterNameDiscoverer this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKParameter cannot be resolved to a type\n\tKParameter cannot be resolved to a type\n\tKParameter cannot be resolved to a type\n\tKParameter cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.core.KotlinReflectionParameterNameDiscoverer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/core/KotlinReflectionParameterNameDiscoverer;
    Signature: (Ljava/util/List<LKParameter;>;)[Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      parameters  
}
SourceFile: "KotlinReflectionParameterNameDiscoverer.java"