public class org.springframework.core.DefaultParameterNameDiscoverer extends org.springframework.core.PrioritizedParameterNameDiscoverer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.core.DefaultParameterNameDiscoverer
  super_class: org.springframework.core.PrioritizedParameterNameDiscoverer
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.core.DefaultParameterNameDiscoverer this
         0: .line 41
            aload 0 /* this */
            invokespecial org.springframework.core.PrioritizedParameterNameDiscoverer.<init>:()V
         1: .line 42
            invokestatic org.springframework.core.GraalDetector.inImageCode:()Z
            ifne 6
         2: .line 43
            invokestatic org.springframework.core.KotlinDetector.isKotlinReflectPresent:()Z
            ifeq 4
         3: .line 44
            aload 0 /* this */
            new org.springframework.core.KotlinReflectionParameterNameDiscoverer
            dup
            invokespecial org.springframework.core.KotlinReflectionParameterNameDiscoverer.<init>:()V
            invokevirtual org.springframework.core.DefaultParameterNameDiscoverer.addDiscoverer:(Lorg/springframework/core/ParameterNameDiscoverer;)V
         4: .line 46
      StackMap locals: org.springframework.core.DefaultParameterNameDiscoverer
      StackMap stack:
            aload 0 /* this */
            new org.springframework.core.StandardReflectionParameterNameDiscoverer
            dup
            invokespecial org.springframework.core.StandardReflectionParameterNameDiscoverer.<init>:()V
            invokevirtual org.springframework.core.DefaultParameterNameDiscoverer.addDiscoverer:(Lorg/springframework/core/ParameterNameDiscoverer;)V
         5: .line 47
            aload 0 /* this */
            new org.springframework.core.LocalVariableTableParameterNameDiscoverer
            dup
            invokespecial org.springframework.core.LocalVariableTableParameterNameDiscoverer.<init>:()V
            invokevirtual org.springframework.core.DefaultParameterNameDiscoverer.addDiscoverer:(Lorg/springframework/core/ParameterNameDiscoverer;)V
         6: .line 49
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.springframework.core.DefaultParameterNameDiscoverer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/springframework/core/DefaultParameterNameDiscoverer;
}
SourceFile: "DefaultParameterNameDiscoverer.java"