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()

  public void <init>(java.lang.reflect.Member, java.beans.PropertyDescriptor);
    descriptor: (Ljava/lang/reflect/Member;Ljava/beans/PropertyDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
        start local 1 // java.lang.reflect.Member member
        start local 2 // java.beans.PropertyDescriptor pd
         0: .line 578
            aload 0 /* this */
            aload 1 /* member */
            aload 2 /* pd */
            invokespecial org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.<init>:(Ljava/lang/reflect/Member;Ljava/beans/PropertyDescriptor;)V
         1: .line 568
            aload 0 /* this */
            ldc ""
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.name:Ljava/lang/String;
         2: .line 570
            aload 0 /* this */
            iconst_0
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.isDefaultName:Z
         3: .line 572
            aload 0 /* this */
            ldc Ljava/lang/Object;
            putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
         4: .line 579
            return
        end local 2 // java.beans.PropertyDescriptor pd
        end local 1 // java.lang.reflect.Member member
        end local 0 // org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LookupElement;
            0    5     1  member  Ljava/lang/reflect/Member;
            0    5     2      pd  Ljava/beans/PropertyDescriptor;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      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 585
            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 592
            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 599
            aload 0 /* this */
            getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.isField:Z
            ifeq 2
         1: .line 600
            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 603
      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