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 start local 2 start local 3 0: aload 0
aload 1
putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.this$0:Lorg/springframework/context/annotation/CommonAnnotationBeanPostProcessor;
1: aload 0
aload 2
aload 3
invokespecial org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.<init>:(Ljava/lang/reflect/Member;Ljava/beans/PropertyDescriptor;)V
2: aload 0
ldc ""
putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.name:Ljava/lang/String;
3: aload 0
iconst_0
putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.isDefaultName:Z
4: aload 0
ldc Ljava/lang/Object;
putfield org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LookupElement.lookupType:Ljava/lang/Class;
5: return
end local 3 end local 2 end local 0 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 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