public interface org.springframework.expression.spel.ast.ValueRef
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.expression.spel.ast.ValueRef
super_class: java.lang.Object
{
public abstract org.springframework.expression.TypedValue getValue();
descriptor: ()Lorg/springframework/expression/TypedValue;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setValue(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
newValue
public abstract boolean isWritable();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ValueRef.java"
NestMembers:
org.springframework.expression.spel.ast.ValueRef$NullValueRef org.springframework.expression.spel.ast.ValueRef$TypedValueHolderValueRef
InnerClasses:
public NullValueRef = org.springframework.expression.spel.ast.ValueRef$NullValueRef of org.springframework.expression.spel.ast.ValueRef
public TypedValueHolderValueRef = org.springframework.expression.spel.ast.ValueRef$TypedValueHolderValueRef of org.springframework.expression.spel.ast.ValueRef