class org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser$SpringCachingConfigurer
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser$SpringCachingConfigurer
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/cache/config/AnnotationDrivenCacheBeanDefinitionParser$SpringCachingConfigurer;
private static void registerCacheAdvisor(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext);
descriptor: (Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=9, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.springframework.beans.factory.xml.ParserContext.getRegistry:()Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
ldc "org.springframework.cache.config.internalCacheAdvisor"
invokeinterface org.springframework.beans.factory.support.BeanDefinitionRegistry.containsBeanDefinition:(Ljava/lang/String;)Z
ifne 27
1: aload 1
aload 0
invokevirtual org.springframework.beans.factory.xml.ParserContext.extractSource:(Ljava/lang/Object;)Ljava/lang/Object;
astore 2
start local 2 2: new org.springframework.beans.factory.support.RootBeanDefinition
dup
ldc "org.springframework.cache.annotation.AnnotationCacheOperationSource"
invokespecial org.springframework.beans.factory.support.RootBeanDefinition.<init>:(Ljava/lang/String;)V
astore 3
start local 3 3: aload 3
aload 2
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.setSource:(Ljava/lang/Object;)V
4: aload 3
iconst_2
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.setRole:(I)V
5: aload 1
invokevirtual org.springframework.beans.factory.xml.ParserContext.getReaderContext:()Lorg/springframework/beans/factory/xml/XmlReaderContext;
aload 3
invokevirtual org.springframework.beans.factory.xml.XmlReaderContext.registerWithGeneratedName:(Lorg/springframework/beans/factory/config/BeanDefinition;)Ljava/lang/String;
astore 4
start local 4 6: new org.springframework.beans.factory.support.RootBeanDefinition
dup
ldc Lorg/springframework/cache/interceptor/CacheInterceptor;
invokespecial org.springframework.beans.factory.support.RootBeanDefinition.<init>:(Ljava/lang/Class;)V
astore 5
start local 5 7: aload 5
aload 2
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.setSource:(Ljava/lang/Object;)V
8: aload 5
iconst_2
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.setRole:(I)V
9: aload 0
aload 5
iconst_0
invokestatic org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.parseCacheResolution:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/config/BeanDefinition;Z)V
10: aload 0
aload 5
invokestatic org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.parseErrorHandler:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/config/BeanDefinition;)V
11: aload 0
aload 5
invokestatic org.springframework.cache.config.CacheNamespaceHandler.parseKeyGenerator:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/config/BeanDefinition;)Lorg/springframework/beans/factory/config/BeanDefinition;
pop
12: aload 5
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.getPropertyValues:()Lorg/springframework/beans/MutablePropertyValues;
ldc "cacheOperationSources"
new org.springframework.beans.factory.config.RuntimeBeanReference
dup
aload 4
invokespecial org.springframework.beans.factory.config.RuntimeBeanReference.<init>:(Ljava/lang/String;)V
invokevirtual org.springframework.beans.MutablePropertyValues.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/beans/MutablePropertyValues;
pop
13: aload 1
invokevirtual org.springframework.beans.factory.xml.ParserContext.getReaderContext:()Lorg/springframework/beans/factory/xml/XmlReaderContext;
aload 5
invokevirtual org.springframework.beans.factory.xml.XmlReaderContext.registerWithGeneratedName:(Lorg/springframework/beans/factory/config/BeanDefinition;)Ljava/lang/String;
astore 6
start local 6 14: new org.springframework.beans.factory.support.RootBeanDefinition
dup
ldc Lorg/springframework/cache/interceptor/BeanFactoryCacheOperationSourceAdvisor;
invokespecial org.springframework.beans.factory.support.RootBeanDefinition.<init>:(Ljava/lang/Class;)V
astore 7
start local 7 15: aload 7
aload 2
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.setSource:(Ljava/lang/Object;)V
16: aload 7
iconst_2
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.setRole:(I)V
17: aload 7
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.getPropertyValues:()Lorg/springframework/beans/MutablePropertyValues;
ldc "cacheOperationSource"
new org.springframework.beans.factory.config.RuntimeBeanReference
dup
aload 4
invokespecial org.springframework.beans.factory.config.RuntimeBeanReference.<init>:(Ljava/lang/String;)V
invokevirtual org.springframework.beans.MutablePropertyValues.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/beans/MutablePropertyValues;
pop
18: aload 7
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.getPropertyValues:()Lorg/springframework/beans/MutablePropertyValues;
ldc "adviceBeanName"
aload 6
invokevirtual org.springframework.beans.MutablePropertyValues.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/beans/MutablePropertyValues;
pop
19: aload 0
ldc "order"
invokeinterface org.w3c.dom.Element.hasAttribute:(Ljava/lang/String;)Z
ifeq 21
20: aload 7
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.getPropertyValues:()Lorg/springframework/beans/MutablePropertyValues;
ldc "order"
aload 0
ldc "order"
invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
invokevirtual org.springframework.beans.MutablePropertyValues.add:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/beans/MutablePropertyValues;
pop
21: StackMap locals: org.w3c.dom.Element org.springframework.beans.factory.xml.ParserContext java.lang.Object org.springframework.beans.factory.support.RootBeanDefinition java.lang.String org.springframework.beans.factory.support.RootBeanDefinition java.lang.String org.springframework.beans.factory.support.RootBeanDefinition
StackMap stack:
aload 1
invokevirtual org.springframework.beans.factory.xml.ParserContext.getRegistry:()Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
ldc "org.springframework.cache.config.internalCacheAdvisor"
aload 7
invokeinterface org.springframework.beans.factory.support.BeanDefinitionRegistry.registerBeanDefinition:(Ljava/lang/String;Lorg/springframework/beans/factory/config/BeanDefinition;)V
22: new org.springframework.beans.factory.parsing.CompositeComponentDefinition
dup
aload 0
invokeinterface org.w3c.dom.Element.getTagName:()Ljava/lang/String;
aload 2
invokespecial org.springframework.beans.factory.parsing.CompositeComponentDefinition.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
astore 8
start local 8 23: aload 8
new org.springframework.beans.factory.parsing.BeanComponentDefinition
dup
aload 3
aload 4
invokespecial org.springframework.beans.factory.parsing.BeanComponentDefinition.<init>:(Lorg/springframework/beans/factory/config/BeanDefinition;Ljava/lang/String;)V
invokevirtual org.springframework.beans.factory.parsing.CompositeComponentDefinition.addNestedComponent:(Lorg/springframework/beans/factory/parsing/ComponentDefinition;)V
24: aload 8
new org.springframework.beans.factory.parsing.BeanComponentDefinition
dup
aload 5
aload 6
invokespecial org.springframework.beans.factory.parsing.BeanComponentDefinition.<init>:(Lorg/springframework/beans/factory/config/BeanDefinition;Ljava/lang/String;)V
invokevirtual org.springframework.beans.factory.parsing.CompositeComponentDefinition.addNestedComponent:(Lorg/springframework/beans/factory/parsing/ComponentDefinition;)V
25: aload 8
new org.springframework.beans.factory.parsing.BeanComponentDefinition
dup
aload 7
ldc "org.springframework.cache.config.internalCacheAdvisor"
invokespecial org.springframework.beans.factory.parsing.BeanComponentDefinition.<init>:(Lorg/springframework/beans/factory/config/BeanDefinition;Ljava/lang/String;)V
invokevirtual org.springframework.beans.factory.parsing.CompositeComponentDefinition.addNestedComponent:(Lorg/springframework/beans/factory/parsing/ComponentDefinition;)V
26: aload 1
aload 8
invokevirtual org.springframework.beans.factory.xml.ParserContext.registerComponent:(Lorg/springframework/beans/factory/parsing/ComponentDefinition;)V
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 27: StackMap locals: org.w3c.dom.Element org.springframework.beans.factory.xml.ParserContext
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 element Lorg/w3c/dom/Element;
0 28 1 parserContext Lorg/springframework/beans/factory/xml/ParserContext;
2 27 2 eleSource Ljava/lang/Object;
3 27 3 sourceDef Lorg/springframework/beans/factory/support/RootBeanDefinition;
6 27 4 sourceName Ljava/lang/String;
7 27 5 interceptorDef Lorg/springframework/beans/factory/support/RootBeanDefinition;
14 27 6 interceptorName Ljava/lang/String;
15 27 7 advisorDef Lorg/springframework/beans/factory/support/RootBeanDefinition;
23 27 8 compositeDef Lorg/springframework/beans/factory/parsing/CompositeComponentDefinition;
MethodParameters:
Name Flags
element
parserContext
private static void registerCacheAspect(org.w3c.dom.Element, org.springframework.beans.factory.xml.ParserContext);
descriptor: (Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/xml/ParserContext;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.springframework.beans.factory.xml.ParserContext.getRegistry:()Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;
ldc "org.springframework.cache.config.internalCacheAspect"
invokeinterface org.springframework.beans.factory.support.BeanDefinitionRegistry.containsBeanDefinition:(Ljava/lang/String;)Z
ifne 7
1: new org.springframework.beans.factory.support.RootBeanDefinition
dup
invokespecial org.springframework.beans.factory.support.RootBeanDefinition.<init>:()V
astore 2
start local 2 2: aload 2
ldc "org.springframework.cache.aspectj.AnnotationCacheAspect"
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.setBeanClassName:(Ljava/lang/String;)V
3: aload 2
ldc "aspectOf"
invokevirtual org.springframework.beans.factory.support.RootBeanDefinition.setFactoryMethodName:(Ljava/lang/String;)V
4: aload 0
aload 2
iconst_0
invokestatic org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser.parseCacheResolution:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/config/BeanDefinition;Z)V
5: aload 0
aload 2
invokestatic org.springframework.cache.config.CacheNamespaceHandler.parseKeyGenerator:(Lorg/w3c/dom/Element;Lorg/springframework/beans/factory/config/BeanDefinition;)Lorg/springframework/beans/factory/config/BeanDefinition;
pop
6: aload 1
new org.springframework.beans.factory.parsing.BeanComponentDefinition
dup
aload 2
ldc "org.springframework.cache.config.internalCacheAspect"
invokespecial org.springframework.beans.factory.parsing.BeanComponentDefinition.<init>:(Lorg/springframework/beans/factory/config/BeanDefinition;Ljava/lang/String;)V
invokevirtual org.springframework.beans.factory.xml.ParserContext.registerBeanComponent:(Lorg/springframework/beans/factory/parsing/BeanComponentDefinition;)V
end local 2 7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 element Lorg/w3c/dom/Element;
0 8 1 parserContext Lorg/springframework/beans/factory/xml/ParserContext;
2 7 2 def Lorg/springframework/beans/factory/support/RootBeanDefinition;
MethodParameters:
Name Flags
element
parserContext
}
SourceFile: "AnnotationDrivenCacheBeanDefinitionParser.java"
NestHost: org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser
InnerClasses:
private SpringCachingConfigurer = org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser$SpringCachingConfigurer of org.springframework.cache.config.AnnotationDrivenCacheBeanDefinitionParser