public class org.springframework.cache.interceptor.CacheableOperation extends org.springframework.cache.interceptor.CacheOperation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.cache.interceptor.CacheableOperation
super_class: org.springframework.cache.interceptor.CacheOperation
{
private final java.lang.String unless;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private final boolean sync;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.springframework.cache.interceptor.CacheableOperation$Builder);
descriptor: (Lorg/springframework/cache/interceptor/CacheableOperation$Builder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.springframework.cache.interceptor.CacheableOperation this
start local 1 // org.springframework.cache.interceptor.CacheableOperation$Builder b
0: .line 42
aload 0 /* this */
aload 1 /* b */
invokespecial org.springframework.cache.interceptor.CacheOperation.<init>:(Lorg/springframework/cache/interceptor/CacheOperation$Builder;)V
1: .line 43
aload 0 /* this */
aload 1 /* b */
getfield org.springframework.cache.interceptor.CacheableOperation$Builder.unless:Ljava/lang/String;
putfield org.springframework.cache.interceptor.CacheableOperation.unless:Ljava/lang/String;
2: .line 44
aload 0 /* this */
aload 1 /* b */
getfield org.springframework.cache.interceptor.CacheableOperation$Builder.sync:Z
putfield org.springframework.cache.interceptor.CacheableOperation.sync:Z
3: .line 45
return
end local 1 // org.springframework.cache.interceptor.CacheableOperation$Builder b
end local 0 // org.springframework.cache.interceptor.CacheableOperation this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/cache/interceptor/CacheableOperation;
0 4 1 b Lorg/springframework/cache/interceptor/CacheableOperation$Builder;
MethodParameters:
Name Flags
b
public java.lang.String getUnless();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.cache.interceptor.CacheableOperation this
0: .line 50
aload 0 /* this */
getfield org.springframework.cache.interceptor.CacheableOperation.unless:Ljava/lang/String;
areturn
end local 0 // org.springframework.cache.interceptor.CacheableOperation this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheableOperation;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public boolean isSync();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.cache.interceptor.CacheableOperation this
0: .line 54
aload 0 /* this */
getfield org.springframework.cache.interceptor.CacheableOperation.sync:Z
ireturn
end local 0 // org.springframework.cache.interceptor.CacheableOperation this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheableOperation;
}
SourceFile: "CacheableOperation.java"
NestMembers:
org.springframework.cache.interceptor.CacheableOperation$Builder
InnerClasses:
public abstract Builder = org.springframework.cache.interceptor.CacheOperation$Builder of org.springframework.cache.interceptor.CacheOperation
public Builder = org.springframework.cache.interceptor.CacheableOperation$Builder of org.springframework.cache.interceptor.CacheableOperation