public abstract class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement extends org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement
  super_class: org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement
{
  protected java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected boolean isDefaultName;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Class<?> lookupType;
    descriptor: Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/lang/Class<*>;

  protected java.lang.String mappedName;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  final org.springframework.context.annotation.CommonAnnotationBeanPostProcessor this$0;
    descriptor: Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.springframework.context.annotation.CommonAnnotationBeanPostProcessor, java.lang.reflect.Member, java.beans.PropertyDescriptor);
    descriptor: (Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor;Ljava/lang/reflect/Member;Ljava/beans/PropertyDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
        start local 2 // java.lang.reflect.Member member
        start local 3 // java.beans.PropertyDescriptor pd
         0: .line 563
            aload 0 /* this */
            aload 1
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.this$0:Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor;
         1: .line 564
            aload 0 /* this */
            aload 2 /* member */
            aload 3 /* pd */
            invokespecial org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.<init>:(Ljava/lang/reflect/Member;Ljava/beans/PropertyDescriptor;)V
         2: .line 554
            aload 0 /* this */
            ldc ""
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.name:Ljava/lang/String;
         3: .line 556
            aload 0 /* this */
            iconst_0
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.isDefaultName:Z
         4: .line 558
            aload 0 /* this */
            ldc Ljava/lang/Object;
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
         5: .line 565
            return
        end local 3 // java.beans.PropertyDescriptor pd
        end local 2 // java.lang.reflect.Member member
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;
            0    6     2  member  Ljava/lang/reflect/Member;
            0    6     3      pd  Ljava/beans/PropertyDescriptor;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
      2:
    MethodParameters:
        Name  Flags
      this$0  final
      member  
      pd      

  public final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
         0: .line 571
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.name:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;

  public final java.lang.Class<?> getLookupType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
         0: .line 578
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;
    Signature: ()Ljava/lang/Class<*>;

  public final org.springframework.beans.factory.config.DependencyDescriptor getDependencyDescriptor();
    descriptor: ()Lorg/springframework/beans/factory/config/DependencyDescriptor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
         0: .line 585
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.isField:Z
            ifeq 2
         1: .line 586
            new org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor
            dup
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.member:Ljava/lang/reflect/Member;
            checkcast java.lang.reflect.Field
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
            invokespecial org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor.<init>:(Ljava/lang/reflect/Field;Ljava/lang/Class;)V
            areturn
         2: .line 589
      StackMap locals:
      StackMap stack:
            new org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor
            dup
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.member:Ljava/lang/reflect/Member;
            checkcast java.lang.reflect.Method
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
            invokespecial org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor.<init>:(Ljava/lang/reflect/Method;Ljava/lang/Class;)V
            areturn
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;
}
SourceFile: "CommonAnnotationBeanPostProcessor.java"
NestHost: org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
InnerClasses:
  public abstract InjectedElement = org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement of org.springframework.beans.factory.annotation.InjectionMetadata
  private LookupDependencyDescriptor = org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor of org.springframework.context.annotation.CommonAnnotationBeanPostProcessor
  protected abstract LookupElement = org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement of org.springframework.context.annotation.CommonAnnotationBeanPostProcessor