public class org.springframework.cache.interceptor.CompositeCacheOperationSource implements org.springframework.cache.interceptor.CacheOperationSource, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.cache.interceptor.CompositeCacheOperationSource
super_class: java.lang.Object
{
private final org.springframework.cache.interceptor.CacheOperationSource[] cacheOperationSources;
descriptor: [Lorg/springframework/cache/interceptor/CacheOperationSource;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.springframework.cache.interceptor.CacheOperationSource[]);
descriptor: ([Lorg/springframework/cache/interceptor/CacheOperationSource;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ldc "cacheOperationSources array must not be empty"
invokestatic org.springframework.util.Assert.notEmpty:([Ljava/lang/Object;Ljava/lang/String;)V
2: aload 0
aload 1
putfield org.springframework.cache.interceptor.CompositeCacheOperationSource.cacheOperationSources:[Lorg/springframework/cache/interceptor/CacheOperationSource;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/cache/interceptor/CompositeCacheOperationSource;
0 4 1 cacheOperationSources [Lorg/springframework/cache/interceptor/CacheOperationSource;
MethodParameters:
Name Flags
cacheOperationSources
public final org.springframework.cache.interceptor.CacheOperationSource[] getCacheOperationSources();
descriptor: ()[Lorg/springframework/cache/interceptor/CacheOperationSource;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.cache.interceptor.CompositeCacheOperationSource.cacheOperationSources:[Lorg/springframework/cache/interceptor/CacheOperationSource;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CompositeCacheOperationSource;
public java.util.Collection<org.springframework.cache.interceptor.CacheOperation> getCacheOperations(java.lang.reflect.Method, java.lang.Class<?>);
descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: aload 0
getfield org.springframework.cache.interceptor.CompositeCacheOperationSource.cacheOperationSources:[Lorg/springframework/cache/interceptor/CacheOperationSource;
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 9
StackMap locals: org.springframework.cache.interceptor.CompositeCacheOperationSource java.lang.reflect.Method java.lang.Class java.util.Collection top int int org.springframework.cache.interceptor.CacheOperationSource[]
StackMap stack:
2: aload 7
iload 5
aaload
astore 4
start local 4 3: aload 4
aload 1
aload 2
invokeinterface org.springframework.cache.interceptor.CacheOperationSource.getCacheOperations:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/util/Collection;
astore 8
start local 8 4: aload 8
ifnull 8
5: aload 3
ifnonnull 7
6: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 3
7: StackMap locals: org.springframework.cache.interceptor.CompositeCacheOperationSource java.lang.reflect.Method java.lang.Class java.util.Collection org.springframework.cache.interceptor.CacheOperationSource int int org.springframework.cache.interceptor.CacheOperationSource[] java.util.Collection
StackMap stack:
aload 3
aload 8
invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
pop
end local 8 end local 4 8: StackMap locals: org.springframework.cache.interceptor.CompositeCacheOperationSource java.lang.reflect.Method java.lang.Class java.util.Collection top int int org.springframework.cache.interceptor.CacheOperationSource[]
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
9: iload 5
iload 6
if_icmplt 2
10: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/springframework/cache/interceptor/CompositeCacheOperationSource;
0 11 1 method Ljava/lang/reflect/Method;
0 11 2 targetClass Ljava/lang/Class<*>;
1 11 3 ops Ljava/util/Collection<Lorg/springframework/cache/interceptor/CacheOperation;>;
3 8 4 source Lorg/springframework/cache/interceptor/CacheOperationSource;
4 8 8 cacheOperations Ljava/util/Collection<Lorg/springframework/cache/interceptor/CacheOperation;>;
Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)Ljava/util/Collection<Lorg/springframework/cache/interceptor/CacheOperation;>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
method
targetClass
}
SourceFile: "CompositeCacheOperationSource.java"