class org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor implements org.springframework.cglib.proxy.MethodInterceptor, org.springframework.context.annotation.ConfigurationClassEnhancer$ConditionalCallback
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor;
public java.lang.Object intercept(java.lang.Object, java.lang.reflect.Method, java.lang.Object[], org.springframework.cglib.proxy.MethodProxy);
descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/springframework/cglib/proxy/MethodProxy;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
ldc "$$beanFactory"
invokestatic org.springframework.util.ReflectionUtils.findField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Field;
astore 5
start local 5 1: aload 5
ifnull 2
iconst_1
goto 3
StackMap locals: java.lang.reflect.Field
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: ldc "Unable to find generated BeanFactory field"
invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
4: aload 5
aload 1
aload 3
iconst_0
aaload
invokevirtual java.lang.reflect.Field.set:(Ljava/lang/Object;Ljava/lang/Object;)V
5: ldc Lorg/springframework/beans/factory/BeanFactoryAware;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
invokestatic org.springframework.util.ClassUtils.getUserClass:(Ljava/lang/Class;)Ljava/lang/Class;
invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
ifeq 7
6: aload 4
aload 1
aload 3
invokevirtual org.springframework.cglib.proxy.MethodProxy.invokeSuper:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
areturn
7: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor;
0 8 1 obj Ljava/lang/Object;
0 8 2 method Ljava/lang/reflect/Method;
0 8 3 args [Ljava/lang/Object;
0 8 4 proxy Lorg/springframework/cglib/proxy/MethodProxy;
1 8 5 field Ljava/lang/reflect/Field;
Exceptions:
throws java.lang.Throwable
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
obj
method
args
proxy
public boolean isMatch(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor.isSetBeanFactory:(Ljava/lang/reflect/Method;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor;
0 1 1 candidateMethod Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
candidateMethod
public static boolean isSetBeanFactory(java.lang.reflect.Method);
descriptor: (Ljava/lang/reflect/Method;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
ldc "setBeanFactory"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 5
1: aload 0
invokevirtual java.lang.reflect.Method.getParameterCount:()I
iconst_1
if_icmpne 5
2: ldc Lorg/springframework/beans/factory/BeanFactory;
aload 0
invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
iconst_0
aaload
if_acmpne 5
3: ldc Lorg/springframework/beans/factory/BeanFactoryAware;
aload 0
invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
ifeq 5
4: iconst_1
ireturn
StackMap locals:
StackMap stack:
5: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 candidateMethod Ljava/lang/reflect/Method;
MethodParameters:
Name Flags
candidateMethod
}
SourceFile: "ConfigurationClassEnhancer.java"
NestHost: org.springframework.context.annotation.ConfigurationClassEnhancer
InnerClasses:
private BeanFactoryAwareMethodInterceptor = org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor of org.springframework.context.annotation.ConfigurationClassEnhancer
private abstract ConditionalCallback = org.springframework.context.annotation.ConfigurationClassEnhancer$ConditionalCallback of org.springframework.context.annotation.ConfigurationClassEnhancer