class org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy extends org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy
super_class: org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy
{
public void <init>(java.lang.ClassLoader);
descriptor: (Ljava/lang/ClassLoader;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy.<init>:(Ljava/lang/ClassLoader;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;
0 2 1 classLoader Ljava/lang/ClassLoader;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
classLoader
protected org.springframework.cglib.core.ClassGenerator transform(org.springframework.cglib.core.ClassGenerator);
descriptor: (Lorg/springframework/cglib/core/ClassGenerator;)Lorg/springframework/cglib/core/ClassGenerator;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: new org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1
dup
aload 0
invokespecial org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1.<init>:(Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;)V
astore 2
start local 2 1: new org.springframework.cglib.transform.TransformingClassGenerator
dup
aload 1
aload 2
invokespecial org.springframework.cglib.transform.TransformingClassGenerator.<init>:(Lorg/springframework/cglib/core/ClassGenerator;Lorg/springframework/cglib/transform/ClassTransformer;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy;
0 2 1 cg Lorg/springframework/cglib/core/ClassGenerator;
1 2 2 transformer Lorg/springframework/cglib/transform/ClassEmitterTransformer;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
cg
}
SourceFile: "ConfigurationClassEnhancer.java"
NestHost: org.springframework.context.annotation.ConfigurationClassEnhancer
InnerClasses:
private BeanFactoryAwareGeneratorStrategy = org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy of org.springframework.context.annotation.ConfigurationClassEnhancer
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareGeneratorStrategy$1