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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.<init>:(Ljava/lang/reflect/Member;Ljava/beans/PropertyDescriptor;)V
1: aload 0
ldc ""
putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.name:Ljava/lang/String;
2: aload 0
iconst_0
putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.isDefaultName:Z
3: aload 0
ldc Ljava/lang/Object;
putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
4: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.name:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
areturn
end local 0 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 0: aload 0
getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.isField:Z
ifeq 2
1: new org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor
dup
aload 0
getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.member:Ljava/lang/reflect/Member;
checkcast java.lang.reflect.Field
aload 0
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: StackMap locals:
StackMap stack:
new org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupDependencyDescriptor
dup
aload 0
getfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.member:Ljava/lang/reflect/Member;
checkcast java.lang.reflect.Method
aload 0
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 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