public class org.springframework.cache.interceptor.CachePutOperation 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.CachePutOperation
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()
public void <init>(org.springframework.cache.interceptor.CachePutOperation$Builder);
descriptor: (Lorg/springframework/cache/interceptor/CachePutOperation$Builder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.springframework.cache.interceptor.CachePutOperation this
start local 1 // org.springframework.cache.interceptor.CachePutOperation$Builder b
0: .line 40
aload 0 /* this */
aload 1 /* b */
invokespecial org.springframework.cache.interceptor.CacheOperation.<init>:(Lorg/springframework/cache/interceptor/CacheOperation$Builder;)V
1: .line 41
aload 0 /* this */
aload 1 /* b */
getfield org.springframework.cache.interceptor.CachePutOperation$Builder.unless:Ljava/lang/String;
putfield org.springframework.cache.interceptor.CachePutOperation.unless:Ljava/lang/String;
2: .line 42
return
end local 1 // org.springframework.cache.interceptor.CachePutOperation$Builder b
end local 0 // org.springframework.cache.interceptor.CachePutOperation this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/cache/interceptor/CachePutOperation;
0 3 1 b Lorg/springframework/cache/interceptor/CachePutOperation$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.CachePutOperation this
0: .line 47
aload 0 /* this */
getfield org.springframework.cache.interceptor.CachePutOperation.unless:Ljava/lang/String;
areturn
end local 0 // org.springframework.cache.interceptor.CachePutOperation this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CachePutOperation;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
}
SourceFile: "CachePutOperation.java"
NestMembers:
org.springframework.cache.interceptor.CachePutOperation$Builder
InnerClasses:
public abstract Builder = org.springframework.cache.interceptor.CacheOperation$Builder of org.springframework.cache.interceptor.CacheOperation
public Builder = org.springframework.cache.interceptor.CachePutOperation$Builder of org.springframework.cache.interceptor.CachePutOperation